You are not logged in.
Hello! THX for greate script but i have some issues. If you, or someone else, have time, please read and give a tip how to solve my problems.
System: Win7 64 bit.
I'm using wampserver like mumudede (http://forum.serphacker.com/viewtopic.php?id=13).
Why? on Xampp script worked only 30 minutes
Of course max_execution_time was switched to 0.
Xampp was fresh instalation. Never had webserver on my computer. Added groups. Added words and domain. Force Run ("Warning, run should be done from COMMAND LINE or via cron, continue ?" I have any idea how to run from command line or via crone - win dosen't have crone, only sheduller). After 30 minutes script freezes
So i installed wamp. But DEPRECATED is here
http://imgur.com/a/PwYhI
So i started to make little changes:
<code>
function connect($host, $user, $pass, $db){ //added $db
return mysqli_connect($host, $user, $pass, $db); //added $db and changed from mysql_connect to mysqli_connect
</code>
<code>
//Switched off function:
function select_db($db){
$db->SQL_DATABASE;
return mysql_select_db($db);
}
</code>
<code>
//Added SQL_DATABASE
$db->connect(SQL_HOST, SQL_LOGIN, SQL_PASS, SQL_DATABASE) or die('no database connection (wrong host/login/password)');
</code>
But no luck
If someone could take a look... and answer?
BYE!
PS. Maybe i should instal apache, php and mysql separately?
Offline
exited with status 0 -- Restarting
http://pastebin.pl/view/raw/4c0acdce
http://pastebin.pl/view/raw/ed28873a
Last edited by Ketpan (2015-09-19 21:55:04)
Offline
hi keptan, did you restart xamp after editing max_execution_time ?
Try to check in a PHP file with <?php phpinfo(); ?> what is your real max_execution_time (even if you set it in your configuration/php.ini, it may not be enabled).
Also, try to reinstall serposcope too.
deprecated function are not a problem, it's just a warning, it won't prevent serposcope from running.
Offline
And same thing on 2nd computer
"exited with status 0 -- Restarting" using: win xp and xampp-win32-1.8.1-VC9-installer-old.exe installer.
I will download your script one more time and try it again.
BDW, I know, you'r working on other project, but is there any chance to modifi that script to avoid deprecated warrning? Please.
THX for good support!
Offline
no I won't fix this script anymore.
However, I'm going to work on serposcope 2 soon and you won't have trouble with the v2. I don't have release date yet.
Offline