Best Blackhat Forum

Full Version: [GET] adultvideoscript 3.0 / AVS 3
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6
i've dump entire sql for v3

here's code for the export

Code:
<?php
//ENTER THE RELEVANT INFO BELOW
$mysqlDatabaseName ='';
$mysqlUserName ='';
$mysqlPassword ='';
$mysqlHostName ='';
$mysqlExportPath ='chooseFilenameForBackup.sql';

//DO NOT EDIT BELOW THIS LINE
//Export the database and output the status to the page
$command='mysqldump --opt -h' .$mysqlHostName .' -u' .$mysqlUserName .' -p' .$mysqlPassword .' ' .$mysqlDatabaseName .' > ~/' .$mysqlExportPath;
exec($command,$output=array(),$worked);
switch($worked){
case 0:
echo 'Database <b>' .$mysqlDatabaseName .'</b> successfully exported to <b>~/' .$mysqlExportPath .'</b>';
break;
case 1:
echo 'There was a warning during the export of <b>' .$mysqlDatabaseName .'</b> to <b>~/' .$mysqlExportPath .'</b>';
break;
case 2:
echo 'There was an error during export. Please check your values:<br/><br/><table><tr><td>MySQL Database Name:</td><td><b>' .$mysqlDatabaseName .'</b></td></tr><tr><td>MySQL User Name:</td><td><b>' .$mysqlUserName .'</b></td></tr><tr><td>MySQL Password:</td><td><b>NOTSHOWN</b></td></tr><tr><td>MySQL Host Name:</td><td><b>' .$mysqlHostName .'</b></td></tr></table>';
break;
}
?>


if somebody is smart will deal with it by yourself

PS v3 is unsecure http://www.pmpup.com/beka.php
(12-25-2014 11:47 AM)goodguy Wrote: [ -> ]i've dump entire sql for v3

here's code for the export

Code:
' .$mysqlDatabaseName .' successfully exported to ~/' .$mysqlExportPath .'';
break;
case 1:
echo 'There was a warning during the export of ' .$mysqlDatabaseName .' to ~/' .$mysqlExportPath .'';
break;
case 2:
echo 'There was an error during export. Please check your values:

MySQL Database Name:' .$mysqlDatabaseName .'MySQL User Name:' .$mysqlUserName .'MySQL Password:NOTSHOWNMySQL Host Name:' .$mysqlHostName .'';
break;
}
?>


if somebody is smart will deal with it by yourself

PS v3 is unsecure http://www.pmpup.com/beka.php


Can you please share your export database?
Thanks in the best!
Missing database or install script :-(
i've compare DB from 2.2 and dumped from 3.0, and both are the same,

if somebody need SQL then go and find this and you'll find the database

"AdultVideoScript.v2.2.PHP_Nulled-ECHO"
Can you confirm that with the 2.2 avs.sql database AVS 3.0 is working?
But there is not the mass embedder plugin.....
because embedder plugin, is additional paid plugin?
hey, can you explain about this PS v3 is unsecure http://www.pmpup.com/beka.php ?
Whitout embedder plugin AVS is useless
(12-25-2014 11:47 AM)goodguy Wrote: [ -> ]PS v3 is unsecure http://www.pmpup.com/beka.php
Why is this unsecure?
Pages: 1 2 3 4 5 6
Reference URL's