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!

Setting up your Xampp

Status
Not open for further replies.

war

Banned
Banned
Joined
Feb 10, 2007
Messages
236
Reaction score
0
Well, this is a very small tutorial on how to setup your Tantra Online register page.

I asume everyone uses Windows, since you need it to run the server.

Download this:
When you downloaded it, execute it.

you'll probabaly find no problems at all installing, install it in C:/xampp, let the files install and you're done.

Now execute: C:\xampp\xampp-control.exe
You'll get the control panel. Make sure "Apache" is running. If not, press start.

war - Setting up your Xampp - RaGEZONE Forums


Now go to, C:\xampp\htdocs, this is your whole website. You'll see all kinds of files in here, DELETE them all.
You'll come clean with an empthy folder now.

Download these files now for your register page: (Credits to snaity).
Open up the zip and extract all files to the empthy folder. (C:\xampp\htdocs).

Now open up register.php with Notepad and goto the third line.
Code:
$accdir="C:\\TantraServer\\DBSRV\\run\\account";
Change it to the directory where you save your accounts, then save it.

Now go to:
just copy the i.p and paste in in your address bar, enter and you'll have your own webpage !

(I'll add later how you can use an no-ip link).
 
Newbie Spellweaver
Joined
Dec 15, 2007
Messages
39
Reaction score
1
help ! any other way or link to download this file? cause when im trying to download from this link it always notresponding pls. can you post other link, thnks!
 
Custom Title Activated
Loyal Member
Joined
Jun 9, 2006
Messages
8,545
Reaction score
108
help ! any other way or link to download this file? cause when im trying to download from this link it always notresponding pls. can you post other link, thnks!



Google is your best friend really for all the programs you need in teh world. Just choose any link and download. :icon6:
 
Newbie Spellweaver
Joined
Dec 15, 2007
Messages
39
Reaction score
1
help when im trying to run the "Apache" i always get a Appliction Error

"The appliction faild to initialize properly(0xc0150002).. click on oK to terminate th application"


help me!!
 

war

Banned
Banned
Joined
Feb 10, 2007
Messages
236
Reaction score
0
help when im trying to run the "Apache" i always get a Appliction Error

"The appliction faild to initialize properly(0xc0150002).. click on oK to terminate th application"


help me!!

What's the full error? (error ID and discription)
 
Initiate Mage
Joined
Mar 2, 2008
Messages
4
Reaction score
0
I get "ERROR" every time. I follow every step on your guide :(
 

war

Banned
Banned
Joined
Feb 10, 2007
Messages
236
Reaction score
0
xampp sucks a bit for less experienced users.
I'll make a WAMP tutorial.
 
Newbie Spellweaver
Joined
Feb 28, 2008
Messages
30
Reaction score
0
Lol, a little off topic but I thought you quit Tantra and moved on to GunZ Warspirit.
 
Newbie Spellweaver
Joined
Aug 27, 2008
Messages
38
Reaction score
0
Can someone pls help me, i keep getting an error, everytime i keep making an account. When u said "Now open up register.php with Notepad and goto the third line.

Code:
$accdir="C:\\TantraServer\\DBSRV\\run\\account";

I put in " C:\accounts ( I made a new folder ).
everytime i make an account, it says error.
 
Newbie Spellweaver
Joined
Mar 14, 2007
Messages
82
Reaction score
0
It must be inside the DBSRV\run\account folder, for it has a folder for each first letter.
 
Initiate Mage
Joined
Jan 9, 2009
Messages
4
Reaction score
0
hi warspirit

the link for tantra_php_webregister.zip is no longer working

please somebody upload it somewhere and post it here. i need it badly
 
Newbie Spellweaver
Joined
Jan 21, 2009
Messages
5
Reaction score
0
you may also use any other PHP server on Windows as alternative
 
Junior Spellweaver
Joined
Jan 22, 2013
Messages
132
Reaction score
7
do we need to have our own web site to be able to do all this?

or it is free to make? :D hahaha
help me!
 
Newbie Spellweaver
Joined
Jan 30, 2013
Messages
5
Reaction score
0
the link of tantra_php_webregister.zip is not working please post another link .

what should i do with this errors ?

"Strict Standards: Non-static method PhpCaptcha::Validate() should not be called statically in D:\xampp\htdocs\register.php on line 55

Deprecated: Function ereg() is deprecated in D:\xampp\htdocs\register.php on line 63

Deprecated: Function ereg() is deprecated in D:\xampp\htdocs\register.php on line 68

Deprecated: Function ereg() is deprecated in D:\xampp\htdocs\register.php on line 73"
Error

please help.
 
Custom Title Activated
Loyal Member
Joined
Mar 26, 2012
Messages
1,465
Reaction score
131
This is a posting from a website and not my answer.



"The error is shown because in the php.ini file of your php server, the error reporting is set to strict: E_STRICT. If you set the error message to E_ALL you will not have this problem.

However, this error is introduced because of a former compatibility with PHP4 (that we don't support anymore). We will adjust the code to not have this error again.

This fix will be for the next release that will be published soon. I'll keep you up to date! (but in meantime setting error reporting = E_ALL in your php.ini file can fix this)."

Hope this helps
 
Status
Not open for further replies.
Back
Top