34.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")

01-09-2014, 05:55 AM
Post: #11
RE:
Post: #9
Thanks man (+1)
01-09-2014, 07:05 AM
Post: #12
RE:
right I also received the email from them saying to buy the license, I already put nulled, and removed the website system, morethe domain I was using was the main, how long should I wait to put the files back in the main domain? is the creator of the script will be visiting my website right now, or should I change the name and domain of the site?
01-10-2014, 09:23 AM
Post: #13
RE: PES PRO V1.9.6
(01-08-2014 10:19 PM)delphoma Wrote:  Hi
I just get this message from PES PRO saying:
Our system detected your website using our script without license.
Please provide us your order ID from MN-Shop.net to check your license
and to avoid further problems.


They add:
You have 24 hours to remove our script from your server (and from all
other places like DOWNLOAD websites), otherwise we have to take all legal
actions against you.


Can some one suggeste me what to do?
Can you please provide me the link I might have a solution
01-11-2014, 03:18 PM
Post: #14
RE:
(01-09-2014 05:01 AM)and2526 Wrote:  system/libs/functions.php
eval(base64_decode('ZnVuY3Rpb24gY2hlY2tf......) -

(line 297)

remove and insert:

Code:
function check_license($email,$domain){
    $qry_str = "email=".$email."&host=".$domain;
    $ch = curl_init();
    curl_setopt($ch, CURLOPT_URL,'/1.txt');
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
    curl_setopt($ch, CURLOPT_POST, 1);
    curl_setopt($ch, CURLOPT_POSTFIELDS, $qry_str);
    curl_setopt($ch, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4);
    curl_setopt($ch, CURLOPT_TIMEOUT, 1);
    $result = trim(curl_exec($ch));
    curl_close($ch);
    if($result != ''){
        return $result;
    }else{
    return 'true';}}


create a file http//:mydomain/1.txt

record in the file true

--------------------------------------------------------------------------------
admin-panel/index.phpeval(base64_decode("aWYoJGlzX29ubGluZSAmJiAkZGF0YV...)

(line 39)

remove and insert:

Code:
if($is_online and& $data['admin'] == 0){
redirect($site['site_url']);
exit;
}elseif(!$is_online){
redirect('login.php');
exit;}
$page_name = 'dashboard';
if (isset($_GET['x']) and& isset($action[$_GET['x']])) {
$page_name = $_GET['x'];
}
who helped +1)))
with create a file http//:mydomain/1.txt do we put our domain in place also where on our site should we create it. also with the admin panel index when i remove the line and past this i get an error
01-18-2014, 12:22 AM
Post: #15
RE:
i have nulled script and every code mention above is in my script but still i received the email
81.gif
04-12-2014, 05:56 PM
Post: #16
RE:
You guys forgot this on index page: JGNvcHkgPSAoJENPTkZbJ2RwYiddICE9IDEgPyAnIC0gUG93ZXJlZCBieSA8YSBocmVmPSJodHRwOi8v​bW4tc2hvcC5uZXQvIj5NYWZpYU5ldDwvYT4nIDogJycpOw0KZWNobyAnPHNwYW4gc3R5bGU9ImZsb2F0​OmxlZnQ7bWFyZ2luLWxlZnQ6MTVweCI+QWxsIHJpZ2h0cyByZXNlcnZlZCAmY29weTsgJy5kYXRlKCdZ​JykuJGNvcHkuJzwvc3Bhbj4nOw==

it says: $copy = ($CONF['dpb'] != 1 ? ' - Powered by <a href="http://mn-shop.net/">MafiaNet</a>' : '');
echo '<span style="float:left;margin-left:15px">All rights reserved © '.date('Y').$copy.'</span>';




37.gif