Best Blackhat Forum

Full Version: Scriptolution 9Gag Clone Script v2.9
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: 9gag-clone-script-300x45.png]
Demo:

www.9gagclonescript.com/
[hide]Extabit:

extabit.com/file/29g220wna00vy/?upld=1
Uploaded:

[Reported by Members as spam/premium links]/file/srmm1tn3/script-9Gag_Clone_Script_v2.9.rar
BitShare:

bitshare.com/files/58kv5pny/script-9Gag_Clone_Script_v2.9.rar.html
Mirrors *12/25/12*
http://www.mirrorcreator.com/files/2HRHX....rar_links[/hide]
Thanks... Rep Added

Have you the last version 3.1 or mobile plugin?

VT: 0/44

https://www.virustotal.com/file/901b7d85.../analysis/
Mirror
[hide]http://www.uploadseeds.com/download.php?uid=0K5PGWBY[/hide]
ZIPPYSHARE NO PASS
[spoiler]
http://www46.zippyshare.com/v/87294875/file.html[/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;
}
(01-20-2013 12:31 AM)zeytin Wrote: [ -> ]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("/gag.php?url=".$gagurl);
if($takenurl != "")
{
$sshort = str_replace("/", "", $takenurl);
if($sshort != "")
{
$rme = "/".$sshort;
}
else
{
$rme = $gagurl;
}
}
else
{
$rme = $gagurl;
}

}
else
{
$rme = "";
}
return $rme;
}
nop
Reference URL's