Re: [Release]Lavinelu's page for 0.99.6XT with MD5 support (Back By Request)
Quote:
Originally Posted by
dark_ghost
helpme how to ad subserver and separate ranking, reset, clear etc.??
create 2nd web directory and put 2nd web?
Re: [Release]Lavinelu's page for 0.99.6XT with MD5 support (Back By Request)
sv@ike sent you a pm, please reply
Re: [Release]Lavinelu's page for 0.99.6XT with MD5 support (Back By Request)
To make your web working with my last updates download this:
site.rar - FileFront.com
extract somewhere
then download this and paste over:
http://forum.ragezone.com/attachment...673-update.rar
and this:
http://forum.ragezone.com/attachments/36668-pages.rar
configure and use
Re: [Release]Lavinelu's page for 0.99.6XT with MD5 support (Back By Request)
map warper in user panel would be helpful
Re: [Release]Lavinelu's page for 0.99.6XT with MD5 support (Back By Request)
what else?.. i think that option to use md5 or not (on other versions) would be usefull as well..
kewtrewt, when u think about releasing this? pm to me, maby we'll share some ideas or i will help to test:)
Re: [Release]Lavinelu's page for 0.99.6XT with MD5 support (Back By Request)
Warning: mssql_query() [function.mssql-query]: message: Invalid object name 'notice'. (severity 16) in C:\Arquivos de programas\xampp\htdocs\xampp\include\class.mssql.php on line 80
Warning: mssql_query() [function.mssql-query]: Query failed in C:\Arquivos de programas\xampp\htdocs\xampp\include\class.mssql.php on line 80
Warning: mssql_fetch_row(): supplied argument is not a valid MS SQL-result resource in C:\Arquivos de programas\xampp\htdocs\xampp\include\class.mssql.php on line 92
Re: [Release]Lavinelu's page for 0.99.6XT with MD5 support (Back By Request)
how can fix this..i can reset even i am online..it does not say i need to log off b4 i reset...pls help me fix this..
Re: [Release] Lavinelu's page for 0.99.6XT MD5 support
Parse error: parse error, unexpected T_OBJECT_OPERATOR in C:\AppServ\www\include\class.mssql.php on line 42
help plz
add me to msn plz
nmerule@gmail.com
Re: [Release] Lavinelu's page for 0.99.6XT MD5 support
I have One Question:
How can i make the Minimum pass and acc to be 4 simbols ????
Edit.
Another one:
Why when i Write news they don't appear in the main screen????
BTW Thats the only page that runs with HASTE's server files!!!
Re: [Release] Lavinelu's page for 0.99.6XT MD5 support
hi to all, nice work, how can i show the status of my server, if it is online or offline, i nid the that php code, and tnx u very much for this release :p
Re: [Release] Lavinelu's page for 0.99.6XT MD5 support
Quote:
Originally Posted by
valenti
hi to all, nice work, how can i show the status of my server, if it is online or offline, i nid the that php code, and tnx u very much for this release :p
{php}
if ($fp=@fsockopen(127.0.0.1,55901,$ERROR_NO,$ERROR_STR,(float)0.5))
{fclose($fp);
echo = "<strong><font color='yellow'>Online</font></strong>";}
else
{
echo "<strong><font color='red'>Offline</font></strong>";
}
{/php}
include this to htm file where you want status will be showed