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!

Release RF Web Simple Mini Custom

Status
Not open for further replies.
Junior Spellweaver
Joined
Mar 3, 2013
Messages
168
Reaction score
48
Release RF Web Simple Mini Custom ,

Today I just browsing to take a look some Template Normal Website Free ,
and found a cool template , then I got idea to edit it to be RF Web ,


The web include :
register page premium service bonus cash , clock countdown time , server status ,Total User Online , Top killer , Chip status , Winning race , Last Hit Chip ...

Easy to setting the config ,
And I already write readme.txt to know what file need to be edited ,

dont worry 100% clean no virus ,
and the file are not more than 1Mb :thumbup:

here the link :


the display of the web already in the link

updated new , the link
 
Last edited:
Junior Spellweaver
Joined
Mar 3, 2013
Messages
168
Reaction score
48
updated add the feature gm panel banned
password = ivona

link removed due request from some people pm ask to remove it , sory
even the file i got from him are not work and need to be fixed the config and query , then i manage to edit it to make it working , but what i do are wrong by release it , because he are ask dont post it when he share the file to me , please forgive me .. the link already removed ,


we need to create database "panelgm" and create table "members".
to create table " member "
go to database panelgm and click query window
then insert the query like this ( just change the GM ID and GM PWD to your GM Acoount ID and PWD )






CREATE TABLE `members` (
`id` int(4) NOT NULL auto_increment,
`username` varchar(65) NOT NULL default '',
`password` varchar(65) NOT NULL default '',
PRIMARY KEY (`id`)
) TYPE=MyISAM AUTO_INCREMENT=2 ;

--
-- Dumping data for table `members`
--

INSERT INTO `members` VALUES (1, 'GM ID', 'GM PWD');






For the image display of the GM panel and display after login
, dont forget change the index.html at the web folder to index.php
fixed patr.php =
 

Attachments

You must be registered for see attachments list
Last edited:
Skilled Illusionist
Joined
Jun 27, 2006
Messages
366
Reaction score
11
oh it's a PHP,,,i want the ASP...cuz I am using IIS for web
 
Skilled Illusionist
Joined
Jun 27, 2006
Messages
366
Reaction score
11
i am using AppServ this tool to build PHP website....but it always says connect to SQL error...maybe the tool is not supporting MSSQL 2008 R2 or what? any other php tool for suggestion?
 
Joined
Apr 9, 2012
Messages
2,358
Reaction score
442
upload it please
please read this :
link removed due request from some people pm ask to remove it , sory
even the file i got from him are not work and need to be fixed the config and query , then i manage to edit it to make it working , but what i do are wrong by release it , because he are ask dont post it when he share the file to me , please forgive me .. the link already removed ,
don't bump any old topic, thanks :):
 
Status
Not open for further replies.
Back
Top