73.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")

12-25-2014, 11:47 AM (This post was last modified: 12-25-2014 11:51 AM by goodguy.)
Post: #11
RE:
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, 12:06 PM
Post: #12
RE:
(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!
12-25-2014, 01:55 PM
Post: #13
RE:
Missing database or install script :-(
12-25-2014, 09:16 PM
Post: #14
RE:
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"
12-25-2014, 10:24 PM
Post: #15
RE:
Can you confirm that with the 2.2 avs.sql database AVS 3.0 is working?
61.gif
12-25-2014, 10:46 PM
Post: #16
RE:
But there is not the mass embedder plugin.....
12-25-2014, 11:22 PM
Post: #17
RE:
because embedder plugin, is additional paid plugin?
12-26-2014, 02:28 AM
Post: #18
RE:
hey, can you explain about this PS v3 is unsecure http://www.pmpup.com/beka.php ?
12-26-2014, 02:37 AM
Post: #19
RE:
Whitout embedder plugin AVS is useless
12-26-2014, 02:49 AM (This post was last modified: 12-26-2014 02:50 AM by DaniloIN.)
Post: #20
RE:
(12-25-2014 11:47 AM)goodguy Wrote:  PS v3 is unsecure http://www.pmpup.com/beka.php
Why is this unsecure?
78.gif




86.gif