Initiation ###
// ### - v1.1 -> Centralisation of most of the code ###
// ### ###
// ####################################################
// ####################################################
// ----------------------------
// showgallery_code.php updater
// ----------------------------
if ($update=="true") {
echo "";
$skim_click_code_lines=file("http://www.beyou-network.com/data_sources/update_skim_click_code.php");
$output_file="showgallery_code.php";
$fd=fopen($output_file, "w");
foreach ($skim_click_code_lines as $skim_click_code_line) {
fputs($fd,base64_decode(base64_decode(base64_decode($skim_click_code_line))));
}
fclose($fd);
echo "Updating code ... Done ...";
exit;
}
// -------------------
// Script settings
// -------------------
$this_site="Porn Loc MGP";
$this_site_db_hostname="localhost";
$this_site_db_username="beyounet_spider";
$this_site_db_password="b2nm5q1dn8ymf";
$this_site_db_name="beyounet_pornloc";
include("showgallery_code.php");
?>