File: /home/internet/public_html/ebookstuff.com/siteconfig.php
<?php
/* ------ MAIN SETTINGS ------ */
/* Website URL (Without www)(Do Not End With '/') */
$site_url = 'https://www.ebookstuff.com';
/* Website title */
$site_title = 'eBook Stuff';
/* iTunes Store 2-Letter Country Code (http://bookstore.armorthemes.com/countries) */
$site_country = 'us';
/* iTunes affiliate ID (optional) */
$itunes_id = '1000lvuq';
/* Amazon affiliate ID (optional) */
$amazon_id = 'ebookstuff03-20';
/* AddThis ID for sharing analytics (optional) */
$addthis_id = 'ra-58df57933eb9f286';
/* Disqus shortname for comments (optional) */
$disqus_shortname = 'ebookstuff';
/* Contact form mail receiver (Optional) */
$contact_email = 'ebookstuffcom@gmail.com';
/* ------ SEO SETTINGS ------ */
/* Homepage title */
$homepage_title = 'eBook Stuff - The Best Place to Buy New Books Online';
/* Homepage meta description */
$homepage_desc = 'eBook Stuff - Find top free books, textbooks, audiobooks, from over 100,000 booksellers worldwide. eBook Stuff offers the latest books available to shop online.';
/* Website meta keywords */
$site_keywords = 'eBook Stuff';
/* Book page title (Comes between book title and site title) */
$bookpage_title = 'Book';
/* Audiobook page title (Comes between audiobook title and site title) */
$audiobpage_title = 'Audiobook';
/* ------ HOMEPAGE CAROUSEL TOP BOOKS (Get id from the genre url) (Leave blank for all genres) ------ */
$homebooks_genre_id = '';
/* ------ HOMEPAGE FEATURED BOOKS (Get id from the book url) ------ */
$featbook_id1 = '1326615497';
$featbook_id2 = '1444624839';
$featbook_id3 = '892137138';
$featbook_id4 = '1249852930';
$featbook_id5 = '1456242199';
$featbook_id6 = '1451202881';
/* ------ TRANSLATION OPTIONS ------ */
/* Homepage */
$home_carousel_title = 'eBook Stuff - Top Books';
$featbooks_title = 'eBook Stuff - Featured Books';
$rmore_title = 'Read More';
/* Book and Audiobook Page */
$genre_mpage = 'Genre';
$release_mpage = 'Release Date';
$byartist_mpage = 'By';
$score_mpage = 'Score';
$from_mpage = 'From';
$ratings_mpage = 'Ratings';
$itunelink_mpage = 'On itunes';
$amazonlink_mpage = 'Buy on Amazon';
$descriphead_mpage = 'Description';
$prevhead_mpage = 'Preview';
$previewtitle_mpage = 'Title';
$previewartist_mpage = 'Writer';
$reviewshead_mpage = 'Reviews';
$reviewsby_mpage = 'By';
$commentbox_mpage = 'Comments';
$morebyartist_mpage = 'More by';
/* Header Navigation */
$toppaid_title = 'Top Books';
$topfree_title = 'Top Free Books';
$toptext_title = 'Top Textbooks';
$topaudio_title = 'Top Audiobooks';
/* Search Form */
$searchf_text = 'Search for...';
$searchf_books = 'Books';
$searchf_aubooks = 'Audiobooks';
/* Search Page */
$searchresults_title = 'Search Results For';
$search_noresults_title = 'Sorry, no results were found.';
/* Books Genre Titles */
$all_gtitle = 'All Genres';
$gtitle_1 = 'Arts and Entertainment';
$gtitle_2 = 'Biographies and Memoirs';
$gtitle_3 = 'Business and Finance';
$gtitle_4 = 'Children and Teens';
$gtitle_5 = 'Comics and Graphic Novels';
$gtitle_6 = 'Computers and Internet';
$gtitle_7 = 'Cookbooks, Food and Wine';
$gtitle_8 = 'Fiction and Literature';
$gtitle_9 = 'Health, Mind and Body';
$gtitle_10 = 'History';
$gtitle_11 = 'Humor';
$gtitle_12 = 'Lifestyle and Home';
$gtitle_13 = 'Mysteries and Thrillers';
$gtitle_14 = 'Nonfiction';
$gtitle_15 = 'Parenting';
$gtitle_16 = 'Politics and Current Events';
$gtitle_17 = 'Professional and Technical';
$gtitle_18 = 'Reference';
$gtitle_19 = 'Religion and Spirituality';
$gtitle_20 = 'Romance';
$gtitle_21 = 'Sci-Fi and Fantasy';
$gtitle_22 = 'Science and Nature';
$gtitle_23 = 'Sports and Outdoors';
$gtitle_24 = 'Travel and Adventure';
/* Audiobooks Genre Titles */
$all_gatitle = 'All Genres';
$gatitle_1 = 'Arts and Entertainment';
$gatitle_2 = 'Latino';
$gatitle_3 = 'Biography and Memoir';
$gatitle_4 = 'Business';
$gatitle_5 = 'Classics';
$gatitle_6 = 'Comedy';
$gatitle_7 = 'Drama and Poetry';
$gatitle_8 = 'Fiction';
$gatitle_9 = 'History';
$gatitle_10 = 'Kids and Young Adults';
$gatitle_11 = 'Languages';
$gatitle_12 = 'Mystery';
$gatitle_13 = 'News';
$gatitle_14 = 'Nonfiction';
$gatitle_15 = 'Religion and Spirituality';
$gatitle_16 = 'Romance';
$gatitle_17 = 'Sci-Fi and Fantasy';
$gatitle_18 = 'Science';
$gatitle_19 = 'Self Development';
$gatitle_20 = 'Speakers and Storytellers';
$gatitle_21 = 'Sports';
$gatitle_22 = 'Technology';
$gatitle_23 = 'Travel and Adventure';
/* Footer Links */
$footnav_home = 'Home';
$footnav_privacy = 'Privacy Policy';
$footnav_dmca = 'DMCA';
$footnav_contact = 'Contact';
?>