Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
03-20-2015, 10:06 PM
Post: #21
|
|||
|
|||
RE:
bump, did u get it working? doesnt work here
|
|||
03-21-2015, 12:46 AM
Post: #22
|
|||
|
|||
RE:
something seems wrong with this line:
$license_options = array();//get_option('tsunami_license'); in this section: <?php// if (empty($license)): $license_options = array();//get_option('tsunami_license'); $license_options['bi_license'] = 'Loomy';//$license; $license_options['bi_email'] = 'Bestblackhatforum.com';//$email; update_option("tsunami_license", $license_options); ?> |
|||
03-21-2015, 03:58 AM
Post: #23
|
|||
|
|||
RE:
I was looking for something like this for so long.
|
|||
03-21-2015, 08:32 PM
Post: #24
|
|||
|
|||
RE:
I make it work!
You don't need any license to use this! Is from update file with some modification on tsunami.php (that is the only file modified) Try my install: Code: http://ge.tt/94cXpeC2/v/0?c VT: Code: https://www.virustotal.com/en/file/06d3f669a84901eb42393fc92ce8c8f49f8522ce6762bca490c5e3520385b126/analysis/1426932810/ |
|||
03-22-2015, 12:32 AM
(This post was last modified: 03-22-2015 12:52 AM by persons.)
Post: #25
|
|||
|
|||
RE: | |||
03-22-2015, 01:59 AM
Post: #26
|
|||
|
|||
RE:
meh sometimes i forget what a nub i really am :P ive honestly been meaning tofixx this for awhile. but anyhoo, i just dl latest now
but for now to fix my failcake last version $license_options = array();//get_option('tsunami_license'); in this section: <?php// if (empty($license)): Read more @ bestblackhatforum.com : [GET] Tsunami Sites 1.95 Latest (WP-Plugin) - video viral thingymadoodad - [NULLED] http://bestblackhatforum.com/Thread-GET-...z3V2I3iepz bestblackhatforum.com _change empty(license to empty(license_options or u can jut remove the whole IF statement altogether, and just use this, to save the lic and hopefully acwtivate ******************************* $lic= array('bi_license' => '12345'. 'bi_email' => 'LizzeTheLezzie@Multitalented.com'); update_option("tsunami_license", $lic); **************************************************** thatshould do it, use any key or email u like. still a few callback though, so i will check this new version, if it even is new andget back to u asap. |
|||