[Share]PhP Status Script Pack L2J 

Joined
Jan 13, 2006
Messages
706
Reaction score
0
First of i would like to say that this is not all my work.
This is based on php script pack from Gothic. (Original share included)
I only made a small index etc...


99% Credit of the script goes to Gothic
1% Credit to me

Thanks to Nicky for posting share on RZ
 

Attachments

Last edited:
He has create a index.php and set his copy under the file , nothing more , he cant work php .

he has set in the index.php only a background pic ( totally black ), delete the fu gif file and set in body gbcolor=#000000 and u have the self without gif file oO

Thats is amounted of the scripts ,that what u have made her Tobywan


Gretz
Gothic alias Nicky alias HardZocker
 
I never claimed this as my work did i?
Lke i said, all i did was make an index. There are ppl who don't know how to do that so i did it for them, nothing more.
 
I see in the php file from change_pw.php this:

Code:
require 'configs/reset_config.php';

Its need this file, but the file are not there...
 
I see in the php file from change_pw.php this:

Code:
require 'configs/reset_config.php';

Its need this file, but the file are not there...


Change it to configs/script_config.php

And its work ,too
 
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in x:\xxxxxxxxxxxxxxxxxxx\change_pw.php on line 11

Fatal error: Call to undefined function mhash() in x:\xxxxxxxxxxxxxxxxxxxx\change_pw.php on line 17

:) ...
 
Search in php.ini :

;extension=php_mhash.dll , delete the ; and restart apache

and open the changepw.php

delete this :

$msconnect=mysql_connect($dbhost,$dbuser,$dbpasswd);
$msdb=mysql_select_db($db,$msconnect);
 
maybe it works, but i tryed to use it by using router... and it wasnt working. I dont understand where does i need to insert ports, that status connect to my router and then to pc...

sorry for my english :/
 
I have one problem .... change_pw.php


Fatal error: Call to undefined function mhash() in D:\VertrigoServ\www\Scripts\change_pw.php on line 17

This is line 17 .

$oldpwd = base64_encode(mhash(MHASH_SHA1, utf8_encode($crypt_pwdold)));


Please help me .

Sorry for my english . RESPECT :respect:
 
Back