Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
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= /8237275212/getTimeFromLatLon?lat= removing the domain. and still able to use the script. |
|||
03-23-2014, 06:27 AM
Post: #25
|
|||
|
|||
RE: | |||
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']); 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}"); 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")); 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: | |||