01-31-2017, 04:43 AM
02-01-2017, 01:57 AM
Did you purchase it?
and what version is this?
Cuz i shared a version i've nulled together with some BBF members before
and what version is this?
Cuz i shared a version i've nulled together with some BBF members before
02-01-2017, 07:53 AM
Its not yours!
02-01-2017, 07:54 AM
(02-01-2017 07:53 AM)m16011 Wrote: [ -> ]Its not yours!
I didn't say that, calm down dude.
I was asking what version you shared, not if you shared mine.
And this is version 5.0.4 btw, it's old.
5.0.9 is out
02-02-2017, 11:10 AM
Quote:License key check temporary or permanent fail
License key check with [Reported by Members as SPAM THREAD] server has failed.
Please add the correct license key for the domain riftube.com by editing the file vibe_config.php or check that your server can connect to [Reported by Members as SPAM THREAD]
Create a new key >>
i updated my website with your script, i think the script is for fire2000 and he ask to add another license
any solution ?[/php]
02-02-2017, 12:51 PM
I can fix it dont worry, send me pm
I decoded File main54.php
I decoded File main54.php
PHP Code:
<?php
function main_dom($url)
{
$pieces = parse_url($url);
if (isset($pieces['host'])) {
$domain = parse_url($url);
if (preg_match('/(?P<domain>[a-z0-9][a-z0-9\\-]{1,63}\\.[a-z\\.]{2,6})$/i', $domain, $regs)) {
}
}
return $regs['domain'];
return false;
}
function is_licensed_true()
{
if (!defined('phpVibeKey')) {
return false;
$serverurl = 'http://[Reported by Members as SPAM THREAD]/check_phpvibe.php?key=' . phpVibeKey . '&domain=' . main_dom(SITE_URL);
}
$result = !defined('phpVibeKey');
if (is_string($result)) {
if (0 < strlen($result)) {
}
}
if (stripos($result, 'error') !== false) {
return false;
return true;
}
}
?>
07-25-2017, 04:30 AM
please req
07-25-2017, 04:35 AM
Please reupload the file!