Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../var/softacul.../podcast
File: config.php
<?php
[0] Fix | Delete
$podcastgen_version = '3.2.9'; // Version
[1] Fix | Delete
[2] Fix | Delete
$first_installation = [[timestamp]];
[3] Fix | Delete
[4] Fix | Delete
$installationKey = '[[installationKey]]';
[5] Fix | Delete
[6] Fix | Delete
$scriptlang = '[[language]]';
[7] Fix | Delete
[8] Fix | Delete
$url = '[[softurl]]/';
[9] Fix | Delete
[10] Fix | Delete
$absoluteurl = '[[softpath]]/'; // The location on the server
[11] Fix | Delete
[12] Fix | Delete
$theme_path = 'themes/default/';
[13] Fix | Delete
[14] Fix | Delete
$upload_dir = 'media/'; // 'media/' the default folder (Trailing slash required). Set chmod 755
[15] Fix | Delete
[16] Fix | Delete
$img_dir = 'images/'; // (Trailing slash required). Set chmod 755
[17] Fix | Delete
[18] Fix | Delete
$feed_dir = ''; // Where to create feed.xml (empty value = root directory). Set chmod 755
[19] Fix | Delete
[20] Fix | Delete
$max_recent = 'all'; // How many file to show in the home page
[21] Fix | Delete
[22] Fix | Delete
$recent_episode_in_feed = 'All'; // How many file to show in the XML feed (1,2,5 etc.. or 'All')
[23] Fix | Delete
[24] Fix | Delete
$episodeperpage = 10;
[25] Fix | Delete
[26] Fix | Delete
$enablestreaming = 'yes'; // Enable mp3 streaming? ('yes' or 'no')
[27] Fix | Delete
[28] Fix | Delete
$freebox = 'yes'; // enable freely customizable box
[29] Fix | Delete
[30] Fix | Delete
$enablepgnewsinadmin = 'yes';
[31] Fix | Delete
[32] Fix | Delete
$strictfilenamepolicy = 'no'; // strictly rename files (just characters A to Z and numbers)
[33] Fix | Delete
[34] Fix | Delete
$categoriesenabled = 'yes';
[35] Fix | Delete
[36] Fix | Delete
$cronAutoIndex = 1; //Auto Index New Episodes via Cron
[37] Fix | Delete
[38] Fix | Delete
$cronAutoRegenerateRSS = 1; //Auto regenerate RSS via Cron
[39] Fix | Delete
[40] Fix | Delete
$indexfile = 'index.php'; // Path of the index file
[41] Fix | Delete
[42] Fix | Delete
$podcastPassword = ''; // Password to protect the podcast generator webpages, this will NOT protect the audio or XML files. Leave blank to disable.
[43] Fix | Delete
[44] Fix | Delete
$customtagsenabled = 'no'; // Advanced functionality for custom RSS tag input
[45] Fix | Delete
[46] Fix | Delete
$timezone = ''; // Timezone used for displaying dates and times
[47] Fix | Delete
[48] Fix | Delete
#####################
[49] Fix | Delete
# XML Feed stuff
[50] Fix | Delete
[51] Fix | Delete
$podcast_guid = ''; // Globally unique identifier for your podcast
[52] Fix | Delete
[53] Fix | Delete
$podcast_title = '[[site_name]]';
[54] Fix | Delete
[55] Fix | Delete
$podcast_subtitle = '[[site_subtitle]]';
[56] Fix | Delete
[57] Fix | Delete
$podcast_description = '[[site_desc]]';
[58] Fix | Delete
[59] Fix | Delete
$podcast_cover = 'itunes_image.jpg';
[60] Fix | Delete
[61] Fix | Delete
$author_name = '[[admin_username]]';
[62] Fix | Delete
[63] Fix | Delete
$author_email = '[[admin_email]]';
[64] Fix | Delete
[65] Fix | Delete
# The e-mail of the technical admin of the podcast
[66] Fix | Delete
$webmaster = 'podcastadmin@example.com';
[67] Fix | Delete
[68] Fix | Delete
$itunes_category[0] = 'Arts'; // iTunes categories (mainCategory:subcategory)
[69] Fix | Delete
$itunes_category[1] = '';
[70] Fix | Delete
$itunes_category[2] = '';
[71] Fix | Delete
[72] Fix | Delete
$link = '?name='; // permalink URL of single episode (appears in the <link> and <guid> tags in the feed)
[73] Fix | Delete
[74] Fix | Delete
$feed_language = 'en';
[75] Fix | Delete
[76] Fix | Delete
$feed_sort = 'timestamp'; // sort method used to order episodes in the feed (by timestamp or by season/episode number)
[77] Fix | Delete
[78] Fix | Delete
$feed_locked = ''; // podcast:locked status ('yes', 'no', '' for off)
[79] Fix | Delete
[80] Fix | Delete
$copyright = 'All rights reserved'; // Your copyright notice (e.g CC-BY)
[81] Fix | Delete
[82] Fix | Delete
$feed_encoding = 'utf-8';
[83] Fix | Delete
[84] Fix | Delete
$explicit_podcast = 'no'; //does your podcast contain explicit language? ('yes' or 'no')
[85] Fix | Delete
[86] Fix | Delete
$users_json = '{\"[[admin_username]]\": \"[[admin_pass]]"}';
[87] Fix | Delete
[88] Fix | Delete
#####################
[89] Fix | Delete
# WebSub
[90] Fix | Delete
[91] Fix | Delete
$websub_server = '';
[92] Fix | Delete
[93] Fix | Delete
#####################
[94] Fix | Delete
# Podcast Index
[95] Fix | Delete
[96] Fix | Delete
$pi_api_key = "";
[97] Fix | Delete
$pi_api_secret = "";
[98] Fix | Delete
[99] Fix | Delete
$pi_podcast_id = 0; // is the podcast in Podcast Index? This is its show ID there.
[100] Fix | Delete
[101] Fix | Delete
#####################
[102] Fix | Delete
# WebSub
[103] Fix | Delete
[104] Fix | Delete
$websub_server = "https://pubsubhubbub.appspot.com/";
[105] Fix | Delete
[106] Fix | Delete
// END OF CONFIG
[107] Fix | Delete
[108] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function