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

09-05-2014, 07:40 AM
Post: #11
RE:
Please null it
09-05-2014, 03:33 PM
Post: #12
RE:
Hello,

I will try to null this script.

License valid :
Code:
<!--?$sql="SELECT * FROM `tbl_config` LIMIT 1 ";$res=mysql_query($sql) or die(mysql_error());$max=mysql_num_rows($res);$row=mysql_fetch_array($res);$site_​url=$row['website_address'];
$sql="SELECT * FROM `tbl_licence` LIMIT 1 ";$res=mysql_query($sql) or die(mysql_error());$max=mysql_num_rows($res);$row=mysql_fetch_array($res);
if($_SESSION['lncechk']==''){    $json_licnce='http://myflipmarket.com/?edd_action=activate_license&item_name=My+Flip+Market+MAX+Upgrade&license='.$row['license'].'&url='.$site_url.'';    $obj=json_decode(file_get_contents($json_licnce));    $obj->license;    if($obj->license=='valid'){$_SESSION['lncechk']='valid';}else{$_SESSION['lncechk']='';}}?>


Need to create new json file and change validation address ( http://myflipmarket.com/?edd_action=acti...e&license= ) to own with own json file.


Code:
<!--?php
stdClass::__set_state(array(
   'success' => false,
   'error' => 'missing',
   'license_limit' => false,
   'site_count' => 0,
   'expires' => '1970-01-01 00:00:00',
   'activations_left' => 'unlimited',
   'license' => 'invalid',
   'item_name' => 'My Flip Market MAX Upgrade',
   'payment_id' => false,
   'customer_name' => ' ',
   'customer_email' => NULL,
));
?>



Please be patient.


Regards,
Warhell
09-05-2014, 04:27 PM (This post was last modified: 09-05-2014 04:28 PM by silvery.)
Post: #13
RE:
(09-05-2014 03:33 PM)warhell Wrote:  Hello,

I will try to null this script.

Please be patient.

Regards,
Warhell
You're a hero. Thank you. I'll add +5 rep
09-05-2014, 06:27 PM
Post: #14
RE:
Warhell that would be superb if you can null this baby

Massive thanks dude :)
09-05-2014, 07:16 PM
Post: #15
RE:
Thanks for the share
20.gif
09-05-2014, 08:38 PM
Post: #16
RE:
osCommerce modified version
09-06-2014, 12:21 AM
Post: #17
RE:
yep, script is based on oscommerce
09-06-2014, 01:32 AM (This post was last modified: 09-06-2014 01:33 AM by ratzazz.)
Post: #18
RE:


All of the training videos, etc are behind passwords in the members area.

The base packages install OK with no errors but I cannot get them to run for errors in the scripts.

All of the "sites" packages are standalone PLR WP sites.

Here are the OTO's pages for definition of what they are.

OTO #1 is the PRO version:


OTO #2 is the MAX version:


OTO #3 is they do it all for you:


RA
.
.
.
~ ~ ~ ~ ~ ~ BBHF IS THE BEST! ~ ~ ~ ~ ~ ~
.
09-06-2014, 03:48 AM (This post was last modified: 09-06-2014 03:52 AM by warhell.)
Post: #19
RE:
what error you have ?

if you are using vps server set up chmod 777 to config folder and files inside, if setup is ok change them to default.
Maybe config files don't save your settings.
09-06-2014, 04:02 AM
Post: #20
RE:
warhell any luck on the nulling?
76.gif




78.gif