Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
10-09-2012, 03:13 AM
(This post was last modified: 10-09-2012 04:00 AM by DrugsIsTakingOverYourMind.)
Post: #1
|
|||
|
|||
[GET]#1 WP Plugin Licensing +Encryption Solution is HERE <<
[GET]#1 WP Plugin Licensing +Encryption Solution is HERE <<
The bla bla bla Code: http://www.warriorforum.com/warrior-special-offers-forum/683102-1-wp-plugin-licensing-encryption-solution-here.html Download [hide]http://www.uploadseeds.com/download.php?uid=0G2EB8Q2[/hide] Virustotal.com Code: https://www.virustotal.com/file/43a3c073798d59b2e507d6a275a03bb50bfb0783c848b15c33e3180d28af4859/analysis/1349716233/ |
|||
10-09-2012, 04:03 AM
(This post was last modified: 10-09-2012 04:04 AM by bigred68.)
Post: #2
|
|||
|
|||
RE:
dude, that was quick lol
does it have to be nulled? |
|||
10-09-2012, 04:20 AM
Post: #3
|
|||
|
|||
RE:
Can someone decrypt and tell me how to base64 code in the plugin.txt file? I don't think is nulled...
|
|||
10-09-2012, 04:37 AM
Post: #4
|
|||
|
|||
RE:
I think I decoded the base64 parts in plugin.txt.. please let me know if incorrect:
------------------------------------------------------------------------------------------------- $domain = strtolower($_SERVER["HTTP_HOST"]); $multidomain = "multidomain"; if (substr($domain, 0, 4) == "www.") $domain = substr($domain, 4); $k = strlen($domain) - 1; $j = 0; $l = strlen($multidomain) - 1; for ($i=0; $i<strlen($_license); $i++) { $symbol = $_license[$i].$_license[$i+1]; $single[] = chr(hexdec($symbol) ^ ord($_salt[$j]) ^ ord($domain[$k])); $multiple[] = chr(hexdec($symbol) ^ ord($_salt[$j]) ^ ord($multidomain[$l])); $j++; if ($j >= strlen($_salt[$j])) $j = 0; $k--; if ($k < 0) $k = strlen($domain) - 1; $l--; if ($l < 0) $l = strlen($multidomain) - 1; $i++; } if (is_array($single)) { $result = implode("", $single); if (substr($result, 0, strlen($domain)) == $domain) return substr($result, strlen($domain)+1); } if (is_array($multiple)) { $result = implode("", $multiple); if (substr($result, 0, strlen($multidomain)) == $multidomain) return substr($result, strlen($multidomain)+1); } return false; ---------------------------------------------------------------------------------------------------- second base64 set: $j = 0; $code = ""; for ($i=0; $i<strlen($_code); $i++) { $symbol = $_code[$i].$_code[$i+1]; $code .= chr(hexdec($symbol) ^ ord($_key[$j])); $j++; if ($j >= strlen($_key[$j])) $j = 0; $i++; } return $code; |
|||
10-09-2012, 04:49 AM
Post: #5
|
|||
|
|||
RE: | |||
10-09-2012, 05:48 AM
Post: #6
|
|||
|
|||
RE:
He wants $77 for the WSO....unsure about videos...
|
|||
10-09-2012, 06:18 AM
(This post was last modified: 10-09-2012 06:19 AM by DrugsIsTakingOverYourMind.)
Post: #7
|
|||
|
|||
RE:
yea kinda pain in the ass i cant find any videos on how to use the plugin lol...
Why on earth is he asking $77 for a S***** plugin that he cant even keep secure himself another big time warrior guru bites the dust... stupid kids :D |
|||
10-09-2012, 08:24 AM
(This post was last modified: 10-09-2012 08:25 AM by Raven.)
Post: #8
|
|||
|
|||
RE:
(10-09-2012 06:18 AM)darkphp Wrote: yea kinda pain in the ass i cant find any videos on how to use the plugin lol...Red Added JUST FOR THE COOL STATEMENT!! |
|||
10-09-2012, 08:58 AM
Post: #9
|
|||
|
|||
RE:
Thanks for share and yes i agree $77 is a pain in the arxe ;)
|
|||
10-09-2012, 12:07 PM
Post: #10
|
|||
|
|||
RE: | |||