11.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

02-09-2014, 06:37 PM
Post: #1
[GET] CodeCanyon – SEO Studio 2 – Complete Solution v2.5.1
CodeCanyon - SEO Studio 2 - Complete Solution v2.5.1 | 2,68 MB


[Image: 2n1vubk.jpg]

Virus Total


Download


Do not forget to add a reputation for me if I helped you!
02-09-2014, 07:35 PM
Post: #2
RE:
hi, thank you for share..

rep added
02-09-2014, 08:50 PM
Post: #3
RE:
Great share . thanks
02-09-2014, 08:59 PM
Post: #4
RE:
You're welcome
02-09-2014, 11:07 PM
Post: #5
RE:
hey this not nuled because it consist some callbacks from author
like as
Code:
//////////////////////////////////////////////
    /// Connect to APIs
    //////////////////////////////////////////////
    
    writeln("Testing connection to API...");
    
    $ch = curl_init();
    curl_setopt($ch, CURLOPT_URL, "http://api.bherbert.org/1.1/hello-world?time=" . time() . "&installer=1");
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
    curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
    curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 15);
    curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
    curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.13) Gecko/20080311 Firefox/2.0.0.13');
    $data = curl_exec($ch);
    
    if(strpos($data, "I come in peace.") === false) { exit("<h3>Uh oh!</h3> It seems the API server is down right now. The installer requires it. Please wait 5 minutes and try again."); }
    
    writeln("... Connection established." . PHP_EOL);
    writeln("Sending initial information to API server...");
    
    $ch = curl_init();
    curl_setopt($ch, CURLOPT_URL, "http://api.bherbert.org/1.1/alerts?for=seo-studio-2&url=".urlencode("N/A")."&version=".urlencode($version)."&absoluteUrl=" . urlencode("http://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]") . "&appId=" . urlencode($applicationId) . "&installer=1");
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
    curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
    curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 15);
    curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
    curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.13) Gecko/20080311 Firefox/2.0.0.13');
    $data = curl_exec($ch);
    
    if(strpos($data, "COMMUNICATIONS#1.1") === false) { exit("<h3>Uh oh!</h3> It seems the API server is down right now. The installer requires it. Please wait 5 minutes and try again."); }
    
    writeln("... Information sent." . PHP_EOL);
57.gif




80.gif