Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Simple web 0.1Beta

Junior Spellweaver
Joined
Oct 17, 2006
Messages
151
Reaction score
39
Simple Web 0.1Beta

Basic Options
  • MD5 (yes/no) (Don't tested with MD5 On)
  • Register
  • Rankings
  • Control Panel
  • Change E-Mail
  • Change Password
  • Recover Password
  • Mail on Web
  • Top 50
Some Basic Info's

  • Admin Area:
  • Rules: pages/rules.php
  • Help: pages/help.php
Downloads


Simple Web 0.1b (English)
-
-
-

ScreenShots
ToMMeG - Simple web 0.1Beta - RaGEZONE Forums

ToMMeG - Simple web 0.1Beta - RaGEZONE Forums

ToMMeG - Simple web 0.1Beta - RaGEZONE Forums

ToMMeG - Simple web 0.1Beta - RaGEZONE Forums



So this is the first beta of the web, so it may have some bug... if you found bug please report in this theme.

Also Credits :
=Master= for php scripts
Me to adding some new script and design ^^
RapidBlue for giving Idea to create the class image in ranking

So, Test It, Love It, Use It.


UPDATE 0.1

Some one tells that register don't work there is Patch, Tested work for me and for other people... if it will not work... maybe you not connected to the SQL DB... :rofl:

Patch 0.1 : See Attachment
---------------------------
Sorry for my English :rofl:
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Oct 28, 2006
Messages
79
Reaction score
0
Re: [Release] Simple web 0.1Beta

nice i like!
 
Junior Spellweaver
Joined
Mar 9, 2006
Messages
145
Reaction score
4
Re: [Release] Simple web 0.1Beta

Wonderful! The Best So Far.
 
Twilight Mu Owner
Loyal Member
Joined
Aug 8, 2005
Messages
505
Reaction score
74
Re: [Release] Simple web 0.1Beta

 
change my name already!
Loyal Member
Joined
Apr 10, 2007
Messages
3,198
Reaction score
1,953
Re: [Release] Simple web 0.1Beta

nice release.
 
Initiate Mage
Joined
Dec 11, 2007
Messages
2
Reaction score
0
Re: [Release] Simple web 0.1Beta

Mirror
Code:
http://archivos.coso-blog.com.ar/files/MuWebs/Simple_Web_0.1b.rar

nice work 11/10
 
Last edited:
Junior Spellweaver
Joined
Oct 17, 2006
Messages
151
Reaction score
39
Re: [Release] Simple web 0.1Beta

grishaaa ;)
That was my Idea ))) Anyway thx
 
Spewing Logic Since 93
Joined
May 6, 2007
Messages
175
Reaction score
1
Re: [Release] Simple web 0.1Beta

heh nice and i was the 1 who told u to add the images next to the ranking of characters ^_^ very good 8/10
 
Junior Spellweaver
Joined
Oct 17, 2006
Messages
151
Reaction score
39
Re: [Release] Simple web 0.1Beta

Credits Edited :)))
 
Spewing Logic Since 93
Joined
May 6, 2007
Messages
175
Reaction score
1
Re: [Release] Simple web 0.1Beta

nice job again
 
Junior Spellweaver
Joined
Oct 17, 2006
Messages
151
Reaction score
39
Re: [Release] Simple web 0.1Beta

So what you all think about this???
ToMMeG - Simple web 0.1Beta - RaGEZONE Forums


P.S. My 100 Post :rofl:
 
Newbie Spellweaver
Joined
Oct 28, 2006
Messages
79
Reaction score
0
Re: [Release] Simple web 0.1Beta

postav stats ader i vse norm budzet!
 
Newbie Spellweaver
Joined
Jan 5, 2008
Messages
23
Reaction score
0
Re: [Release] Simple web 0.1Beta

good work 9/10
slava bogu kto to iz lat hot 4o ta horo6o sdelal ;)
 
Junior Spellweaver
Joined
Aug 14, 2007
Messages
131
Reaction score
2
Re: [Release] Simple web 0.1Beta

Can someone add script that's shows the biggest online count in the game ?
 
Joined
Mar 5, 2004
Messages
58
Reaction score
0
Re: [Release] Simple web 0.1Beta

You shold make table f.e. NEW_TABLE1 with column f.e. MOST_ONLINE tinyint NOT NULL default '0';
Then you should make an sql job:
UPDATE NEW_TABLE1 SET MOST_ONLINE = (SELECT COUNT(*) FROM MEMB_STAT WHERE ConnectStat = 1) WHERE MOST_ONLINE < (SELECT COUNT(*) FROM MEMB_STAT WHERE ConnectStat = 1)

Code not tested.

in php u could print it this way:
<?= mssql_result(mssql_query('SELECT MOST_ONLINE FROM MEMB_STAT'), 0, 0); ?>

Have fun
 
[Czt] Coder Team Member
Joined
Aug 28, 2005
Messages
370
Reaction score
8
Re: [Release] Simple web 0.1Beta

wooow, nice release man 9/10 , i love this design :D
 
Newbie Spellweaver
Joined
Apr 11, 2005
Messages
36
Reaction score
0
Re: [Release] Simple web 0.1Beta

9/10 =)

i cant connect in site o_O




Input array does not match ?: INSERT INTO MEMB_INFO (memb___id,memb__pwd,memb_name,sno__numb,mail_addr,appl_days,modi_days,out__days,true_days,mail_chek,bloc_code,ctl1_code,memb__pwd2,fpas_ques,fpas_answ,country,gender,age) VALUES ('test','test','simple','123456789012','thenme1@gmail.com',01/14/2008,01/14/2008,'2005-01-03','2005-01-03','1','0','0','test','sasasa','sasasa','Israel','male','18')NULLNULLNULLNULL
Your Account Has Been Created SuccesFully!
and cant register =(
 
Back
Top