Scripts    Contact    Donations    Affiliate program    Affiliate login    Mods   


NEW! Mods section!

Affiliates:
Scripts:
Script downloads:
/*OPEN header.php*/ /*FIND*/ <head> /*BELOW THAT PUT*/ <?php if($_GET[gal]) { $gal=sql_inj_num($_GET[gal]); $result=mysql_query(\"SELECT * FROM babeloggerv3 WHERE approved=\'yes\' AND id=\'$gal\'\"); while($row=mysql_fetch_array($result)) { print \"<title>$row[title]</title>\"; } } ?> /*SAVE header.php*/ /*OPEN index.php*/ /*FIND*/ include_once(\"header.php\"); include_once(\"config.php\"); /*REPLACE WITH (swapping)*/ include_once(\"config.php\"); include_once(\"header.php\"); /*SAVE index.php*/ /*ALL DONE*/