Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
08-02-2014, 10:55 PM
Post: #11
|
|||
|
|||
RE:
To retrieve latest version u need an account on their site, the update button leads to ur account...so if u dont have active account with the purchase attacehd to it, its a nogo
(08-02-2014 06:26 PM)jacksii Wrote: Loomy thanks, well i place code and install its good and batch uploader is working and all is good in backend system, but front end something problem i dont know, its need to decode one more file more.php |
|||
08-02-2014, 11:43 PM
Post: #12
|
|||
|
|||
RE:
decode finish
http://www58.zippyshare.com/v/81209209/file.html |
|||
08-02-2014, 11:52 PM
(This post was last modified: 08-03-2014 12:04 AM by Loomy.)
Post: #13
|
|||
|
|||
RE:
(08-02-2014 11:43 PM)sadewa Wrote: decode finish try hex decoder instead for less errors :P.. also dont need the whole file, only need chk lic function below... BUT this is all a waste of time, its not 1.5.1 its 1.0.1 1 year old and already been nulled...even on this forum if one uses search... dont worry i facepalmed for both of us function check_license($license) { $LICENSE_DOMAIN = str_replace("www.", "", $_SERVER["SERVER_NAME"]); //localhost $key1 = strtoupper(substr((md5($LICENSE_DOMAIN . "EX")), -5)); $key2 = strtoupper(substr((md5($LICENSE_DOMAIN . "FM")), -5)); $key3 = strtoupper(substr((md5($LICENSE_DOMAIN . "TANCODE")), -5)); $LICENSE_KEY = $key1 . "-" . $key2 . "-" . $key3; echo $LICENSE_KEY; if ($license == "GIEF-NEW-VERSION-PLX") { $_SESSION["license"] = $license; return true; } else { return false; } } |
|||
08-03-2014, 12:03 AM
Post: #14
|
|||
|
|||
RE:
whether it has the whole file to my nulled
|
|||