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

03-23-2014, 12:08 AM (This post was last modified: 03-23-2014 02:40 AM by melgib.)
Post: #21
RE:
sorry tipple posted.
03-23-2014, 12:12 AM
Post: #22
RE:
this mirror i uploaded was untouched and what i got from the OP and tested and still operational on my server.

But I'll go look into those files to verify.
03-23-2014, 12:15 AM
Post: #23
RE:
this mirror i uploaded was untouched and what i got from the OP and tested and still operational on my server.

I forgot my uploaded mirror.
Code:
http://www24.zippyshare.com/v/71511452/file.html

But I'll go look into those files to verify as well as java files..
03-23-2014, 12:22 AM (This post was last modified: 03-23-2014 02:48 AM by melgib.)
Post: #24
RE:
found
/ad_ajax.php - call on line 34
/manage_billing.php - call line 54
/update-core.php - call line 19

Ii was able to edit
Code:
http://cronapi.web1syndication.com/8237275212/getTimeFromLatLon?lat=
to
/8237275212/getTimeFromLatLon?lat=

removing the domain.

and still able to use the script.
03-23-2014, 06:27 AM
Post: #25
RE:
Hey melgib,

Could you please elaborate on what files needs to be edited? Did you replace the domain name to one you own / just deleted "cronapi.web1syndication.com" ?
41.gif
03-23-2014, 06:39 AM
Post: #26
RE:
the files I've edited.
/ad_ajax.php - call on line 34
Code:
echo $db->curlGetData("http://cronapi.web1syndication.com/8237275212/getTimeFromLatLon?lat=" . $_GET['lat'] . "&lon=" . $_GET['lon']);
to
Code:
echo $db->curlGetData("/8237275212/getTimeFromLatLon?lat=" . $_GET['lat'] . "&lon=" . $_GET['lon']);

/manage_billing.php - call line 54
Code:
curl_setopt($curlHandle, CURLOPT_URL, "http://cronapi.web1syndication.com/{$command}");
to
Code:
curl_setopt($curlHandle, CURLOPT_URL, "/{$command}");

/update-core.php - call line 19
Code:
$json = json_decode($db->curlGetData("http://license.web1syndication.com/abc123/getVersionInfo"));
to
Code:
$json = json_decode($db->curlGetData("/abc123/getVersionInfo"));

this is what I've done.
03-23-2014, 07:34 AM
Post: #27
RE:
melgib,

Thanks. Will try this out and post back here , + reps to you.
03-23-2014, 10:51 AM
Post: #28
RE:
hey jackdawson, sorry to hear about that. The mirror I uploaded was the exact one downloaded from OP. I checked melgib version is shows the same as what I uploaded.

I hope hope her fix will work. As I will be editing these my self.

REP+ melgib
03-23-2014, 11:58 AM
Post: #29
RE:
I'm willing to pay someone to install this for me if they can get it working. PM please
03-23-2014, 02:27 PM (This post was last modified: 03-23-2014 02:37 PM by jackdawson.)
Post: #30
RE:
kd1338

PM Sent.

No worries java, looks like there are these call backs put in place by the vendor that triggered them to red flag my install with my host. IDK. This is a trial and error process. If it works as advertised then I believe there's a market for it, I'd buy a licence.
76.gif




52.gif