Mirror
[hide]http://www.uploadseeds.com/download.php?uid=0K5PGWBY[/hide]
Why it says this is illegal script after i upload some picture???
Code:
http://www.9gagclonescript.com/buy_legal_software.html
(01-15-2013 09:42 PM)ERROR505 Wrote: [ -> ]Why it says this is illegal script after i upload some picture???
Code:
/buy_legal_software.html
Goto themes/administrator/global_header.tpl
edit
Line 100: {php}global $config; echo @file_get_contents("http://www.scriptolution.com/updates/9gcs/index.php?v=".$config['ver']); {/php}
the script is not clean i dont use this anymore i will notice only that this script is not clean
Regards
(01-19-2013 09:54 PM)NewAccountz Wrote: [ -> ] (01-15-2013 09:42 PM)ERROR505 Wrote: [ -> ]Why it says this is illegal script after i upload some picture???
Code:
/buy_legal_software.html
Goto themes/administrator/global_header.tpl
edit
Line 100: {php}global $config; echo @file_get_contents("/updates/9gcs/index.php?v=".$config['ver']); {/php}
i did that, and still i have that problem, it redirect me..
Problem comes from i think, try this : go to /include/functions/ main.php and delete
function get_shortexturl($gagurl)
{
global $conn, $config;
if($gagurl != "")
{
$takenurl = file_get_contents("http://www.taken.to/gag.php?url=".$gagurl);
if($takenurl != "")
{
$sshort = str_replace("http://www.taken.to/", "", $takenurl);
if($sshort != "")
{
$rme = "http://www.taken.to/".$sshort;
}
else
{
$rme = $gagurl;
}
}
else
{
$rme = $gagurl;
}
}
else
{
$rme = "";
}
return $rme;
}