83.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

05-27-2016, 02:48 AM (This post was last modified: 05-27-2016 02:54 AM by Tufaann.)
Post: #1
[REQ] PHPVibe v5 - professional video and media cms | Decoded main files
[Image: 26810443651_2a27de1955_o.png]

Product Website :

Code:
http://www.phpvibe.com/
View Demo :
Code:
http://www.videoinedit.com/

Download main files decoded:
Code:
http://www96.zippyshare.com/v/6dYgIgzK/file.html

Virustotal scan:
Code:
https://www.virustotal.com/en/file/f72da05858f0ed5a20b64dd77fa2e0a8b15fe25d2d839b47cb9d5cd532daa7ae/analysis/1464281112/

Hey guys,

I thought i'd write a proper Request post cuz this one wasn't :
http://bestblackhatforum.com/Thread-PHPVibe-v5

I have decoded the main53.php, main54.php, main55.php files with a easytoyou account as a request (first time doing this, thought i'd buy a week account to help out)
(05-18-2016 12:21 AM)Gernavor Wrote:  
(05-17-2016 11:20 PM)jaliee85 Wrote:  wheres you find this file?what the name.
The files are in the moderator folder and are the only ones requiring ioncube. The file names are main53.php, main54.php and main55.php which correspond with the php version on the server detected by index.php


I managed to decode main53.php but can seem to get it to work as parts are missing due to the decode process. I haven't been able to get any help fully decoding main55.php or finding anyone with a 'easytoyou' account to decode it as most will be using php version 5.5 or higher.

V5 is being posted around as being nulled when its not.

We would appreciate it alot if someone can null this properly

Link to the download of the full set of files :
Code:
http://www109.zippyshare.com/v/EHoHwumV/file.html
Virustotal: 2/56
Code:
https://www.virustotal.com/en/file/5937eb0edc6de89ccdc175db7fa6edd70945d2f35539c4458c2af90b96ff350b/analysis/

(05-13-2016 12:54 AM)Gernavor Wrote:  Word to the wise; if you are installing the V5, edit the index.php in the setup folder before running the install. search for "Successful PHPVibe installation" and remove or replace the @phpvibe email addresses. The setup sends an email to them if setup is successful.

PHP Code:
echo '<div class="msg-win">Database successfully installed!</div>';
/* Just so we know all is ok */                
$notify = new PHPMailer$notify->WordWrap 50$notify->Subject "New PHPVibe installation : OK ";   $notify->From "noreply@phpvibe.com"$notify->FromName "PHPVibe Installation tracking";    $notify->addAddress('alexa@phpvibe.com''PHPVibe Tracking'); $message "Successful PHPVibe installation at ".SITE_URL." with license key ".phpVibeKey$notify->Body    $message$notify->AltBody $message$notify->send(); 


So before u install on a live server, remove or edit those lines in the "Install" folder
05-27-2016, 04:44 AM
Post: #2
RE: [REQ] PHPVibe v5 - professional video and media cms | Decoded main files
What's the problem?

[Image: 0Zp2bT6.png]
05-27-2016, 04:55 AM
Post: #3
RE: [REQ] PHPVibe v5 - professional video and media cms | Decoded main files
It won't work after 2 days, that's how the script is made.

Code:
if (166400 < (time() - $last_ch)) {
                            if (!is_licensed_true()) {
                                echo '<div id="wrap">' . "\r\n" . '<div class="container" style="text-align:center; padding-top:40px;">' . "\r\n" . '<section class="panel panel-danger" style="width:88%;">' . "\r\n" . '<div class="panel-heading">License key check temporary or permanent fail</div>' . "\r\n" . '<div style="padding:25px;">' . "\r\n" . 'License key check with PHPVibe server has failed. <br /> Please add the correct license key for the domain ' . main_dom(SITE_URL) . ' by editing the file vibe_config.php or check that your server can connect to labs.phpvibe.com' . "\r\n" . '<p><a target="_blank" href="http://get.phpvibe.com.com/licenses" style="display:block; padding:20px;"><strong>Create a new key</strong> >></a></p>' . "\r\n" . '<p>&copy; 2009-2014 <a target="_blank" href="http://www.phpvibe.com">PHPVibe &trade;</a></p>' . "\r\n" . '</div>' . "\r\n" . '</section>' . "\r\n" . '</div>' . "\r\n" . '</div>';
                                exit();

                                update_option('lecheck', time());

                                if (!function_exists('phpvibeshutdown34324asdsccxc')) {
                                    echo ' <div id="phpvibe-content">' . "\r\n" . '<div class="container-fluid">';
                                    do_action('admin-prebody');
                                    apply_filters('admin-pre-body', false);

See the time is set for 2 days.
And copy pasting the content decoded won't work somehow.
I think it still wants ioncube to work.
But im not a expert in all of this, I need someone with the skillset to do this :P
05-27-2016, 08:34 PM
Post: #4
RE: [REQ] PHPVibe v5 - professional video and media cms | Decoded main files
Why don't you just use the files provided by fire2000?
He'd already nulled it and you have phpvibe5 installation, just combine them (setup/index.php and moderator/main53-55.php files + some lines with callbacks from moderator/dashboard.php).
05-28-2016, 01:46 AM
Post: #5
RE: [REQ] PHPVibe v5 - professional video and media cms | Decoded main files
If I knew how I really would, i've been trying to fix this whole thing for days.
I am just not that adept at nulling scripts XD
9.gif
05-28-2016, 03:11 AM (This post was last modified: 05-28-2016 03:13 AM by iamsurf3r.)
Post: #6
RE: [REQ] PHPVibe v5 - professional video and media cms | Decoded main files
(05-28-2016 01:46 AM)Tufaann Wrote:  If I knew how I really would, i've been trying to fix this whole thing for days.
I am just not that adept at nulling scripts XD

setup/index.php
Code:
Simply look at every block which contains "hasA_license" function and also don't forget about "Successful Installation tracking".
main53, main54 and main55 are still working from that version which fire2000 patched.
That's not all callbacks, but it can let to bypass the license check..

I really hope it's nice software to use and buy, so maybe I'll try to check it soon.. I'm currently working with private CMS that have similar/better functionality, but the price is also higher (and new sales are closed for a long time already), though there are some big differences between them, so maybe I will use both.
05-28-2016, 06:07 AM
Post: #7
RE: [REQ] PHPVibe v5 - professional video and media cms | Decoded main files
Wher u find this file[/code]?

PHP Code:
echo '<div class="msg-win">Database successfully installed!</div>';
/* Just so we know all is ok */                
$notify = new PHPMailer$notify->WordWrap 50$notify->Subject "New PHPVibe installation : OK ";   $notify->From "noreply@phpvibe.com"$notify->FromName "PHPVibe Installation tracking";    $notify->addAddress('alexa@phpvibe.com''PHPVibe Tracking'); $message "Successful PHPVibe installation at ".SITE_URL." with license key ".phpVibeKey$notify->Body    $message$notify->AltBody $message$notify->send(); 
05-28-2016, 06:29 AM
Post: #8
RE: [REQ] PHPVibe v5 - professional video and media cms | Decoded main files
ok i find it

/setup/index.php
05-28-2016, 10:39 AM
Post: #9
RE: [REQ] PHPVibe v5 - professional video and media cms | Decoded main files
Yeah it's in the setup folder, don't forget to remove that line or change it so that it mails urself.
Did anyone figure out a way to null the script?

cuz it blocks ur admin panel in 2 days time
05-28-2016, 11:08 PM (This post was last modified: 05-28-2016 11:11 PM by m16011.)
Post: #10
RE: [REQ] PHPVibe v5 - professional video and media cms | Decoded main files
I fix it !

Demo:

www.swehd.ca

username: admin
password: admin123

(05-28-2016 11:08 PM)m16011 Wrote:  I fix it !

Demo:

www.swehd.ca

username: admin
password: admin123

sorry

m1601@live.se
16.gif




24.gif