Re: To all Tantra newbie developers I think you might like this
Quote:
Originally Posted by
Terrified
and how can i help you with that error?
can you share some and what have you done so far?
This is comprobar_nick.php
PHP Code:
<?php
// Que no se nos olvide incluir nuestro fichero con la conexion a la base de datos.
require_once('connect.php');
$nick=$_REQUEST['nickname'];
$sql="SELECT UserID FROM Account where UserID ='$nick'";
$res=mssql_query($sql);
$total=mssql_num_rows($res);
if($total>0)
{
// El usuario existe en la Base de Datos
echo "Error!";
}
else
{
// Ese nick esta libre
echo "Success!";
}
?>
It says Connection Success (@connect.php) but for some reason "Account" is an Invalid Object name. Any workaround on this?
Re: To all Tantra newbie developers I think you might like this
Hi to all and good day to everyone especially to the TS :D:
For couple of days searching, reading and testing and everything. I manage to solve the registration issue that i have.I find it hard using the website data that Sir Terrified gave. so I try another website data from zone gamers with lots of editing finally I was able so successfully register an account with tad file on my DBSRV\account.I run also the game login php and its running I think its perfectly fine.
On Client side
edited the HTLauncher with my local IP
edited STTantra path
edited HTMessage at system folder with my local IP lines 301 - 307 excluding 306
serverlist.txt with 0 6 at the start
Tantraparam at system folder
On Server side its running
serverlist.txt on DBSRV start with 0 6
I edited the setting and world setting on data folder I change it to version 6.9.0.6
I hope I am doing it right..
I ran the server DBSRV, MSGSRV, ItemServer, Zone1 to Zone 6 and SQLDaemon
I ran my Xampp
But when I ran the client with batch file Im stuck with this
[IMG]http://i1273.photobucket.com/albums/...psebd0f62a.png[/IMG]
Im stuck with please connect again.Im reading some post reagrding this but still it persist. ANY IDEA PLEASE I MISS SOMETHING HERE PLEASE HELP ME. Regards
Re: To all Tantra newbie developers I think you might like this
glad you guys are on the right track. i can help on the php side. but, really, it has been discussed over and over. try to search first. plenty of posts will resolve your problem.
stuck up in the login is in the HTLauncher.exe, Start Launcher.exe, HTSMessage.txl and ODBC connection. try to check on that.
Re: To all Tantra newbie developers I think you might like this
Quote:
Originally Posted by
elitegeek
@
TantraNewbie
Website data that Sir @Terrified gave is good just call and point your Database to UserLogin similar to Sir @KyleMarvin config.php. However upon using it I came to this error
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 24576 bytes) in C:\xampp\htdocs\includes\registro\registro.php on line 37
I know that php.ini's memory_limit is set to 128M but I tried adjusting with the best figures I can think of (e.g. 8M, 16, 32M, 64, 256, etc) still this error persist when I tried to register a new account. If somebody can share a working register.php script or perhaps a solution to this error. I would gladly appreciate it.
Thats the problem that im dealing with i've check and change all necessary data pointing to my server but problem persist. Im glad you did not encounter this problem
Warning: mssql_query() [function.mssql-query]: message: Column name or number of supplied values does not match table definition. (severity 16) in D:\xampp\xampp\htdocs\home\register\reg.php on line 161
Warning: mssql_query() [function.mssql-query]: Query failed in D:\xampp\xampp\htdocs\home\register\reg.php on line 161
Warning: mssql_query() [function.mssql-query]: message: Cannot insert the value NULL into column 'userId', table 'billcrux_phil.dbo.tblUser'; column does not allow nulls. INSERT fails. (severity 16) in D:\xampp\xampp\htdocs\home\register\reg.php on line 169
That is why I change the website data I think that the best way I can do since I did not figure it out to solve it..moreover no one really give us a helping hand..Everybody said just search in the forums but data there is not sufficient enough to answer all our queries. IF IM MORE KNOWLEDGEABLE IN THIS FIELD I WILL POST THREAD THAT WHO EVER USE IT WILL NO LONGER ASK QUESTION.. its really frustrating right...
I've search and read ALL the threads in the forum but nothing could answer the problem....I dont know asking for help here really help.. we might beg not ask...ITS REALLY PLAIN AND SIMPLE JUST GIVE US DIRECT INSTRUCTIONS TO THE SOLUTION OF THE PROBLEM DONT GIVE US INSTRUCTION THAT IS VAGUE AND MISLEADING.. ITS A SAD NOTE..
Re: To all Tantra newbie developers I think you might like this
Just in case I am still keeping my patience up. Also I won't mind posting any updates/progress I may have. For the love of the game I know this will be hard but I think we are on track. Anyways, two minds are better than one and that's true and we can work on this together if you want.
Re: To all Tantra newbie developers I think you might like this
Quote:
Originally Posted by
KyleMarvin
glad you guys are on the right track. i can help on the php side. but, really, it has been discussed over and over. try to search first. plenty of posts will resolve your problem.
stuck up in the login is in the HTLauncher.exe, Start Launcher.exe, HTSMessage.txl and ODBC connection. try to check on that.
@ KyleMarvin Although I still have problem with my registry hope we can ask your php script of your registry form. I still manage to register with some error popping in.Thank you so much for your advice.I was able to enter the game successfully mandara map/zone1 is okay but when I warp towards zone 2 shambla/anu village my char stuck in there.by the way im opening 3 zones 1, 2 &6.I also experimented the param I put some item there I put mount but the problem is when I click to buy the mount it say you need to buy 2 pcs and the mount is bug I cannot use SS here
[IMG]http://i1273.photobucket.com/albums/...ps426daac3.jpg[/IMG]
I choose a black tiger but its not a black tiger that pop out. Sir is there a way I could make my char goes form lvl1 direct to astica21 without using a GMTool coz I tried a lot of GMTool but nothing will work for this files or if you have a working GMTool with this files can you share it with us.moreover I can also enter the zone even with uncorrect password....Any help please.. Thanks in advance..regards I just post more SS next time.
- - - Updated - - -
Quote:
Originally Posted by
elitegeek
Just in case I am still keeping my patience up. Also I won't mind posting any updates/progress I may have. For the love of the game I know this will be hard but I think we are on track. Anyways, two minds are better than one and that's true and we can work on this together if you want.
Try to use the website data of Zone Gamers it is posted on Developer Tantra FB the link is still their search the fb page I use google translator i cant understand spanish. just edit the php form I have a hard time enabling the recaptcha it will not show up the the registry page.
Re: To all Tantra newbie developers I think you might like this
Quote:
Originally Posted by
TantraNewbie
Try to use the website data of Zone Gamers it is posted on Developer Tantra FB the link is still their search the fb page I use google translator i cant understand spanish. just edit the php form I have a hard time enabling the recaptcha it will not show up the the registry page.
Yeah I downloaded those and I find it hard so I decided to just rewrite the registry.php script of Spartan Web its not yet finish though. Will keep you posted if it will work. Btw @TantraNewbie, can I ask if where did you got/downloaded the "s_game" folder?
Re: To all Tantra newbie developers I think you might like this
Lately I was able to explore mandara coz may other char is stuck in shambla with this message in the log
40425 155456 7400a8c0 -system New Connection user:1
140425 155458 7400a8c0 clo err Dismatch Client-Server Version!! account: char:
140425 155635 7400a8c0 -system New Connection user:1
140425 155635 7400a8c0 clo err Dismatch Client-Server Version!! account: char:
140425 155642 7400a8c0 -system New Connection user:1
140425 155642 7400a8c0 clo err Dismatch Client-Server Version!! account: char:
140425 155710 00000000 -system err DB connection close.
140425 155710 00000000 -system err reconnect DB fail.
Recent I can no longer enter either for the two Maps with the same message in the log.
in the char log in its says SORRY CONNECTION TO SERVER HAS FAILED . PLEASE TRY AGAIN
I haven't change anything. But i can no longer enter in both maps.. Any idea Please.. Thanks
Some SS
[IMG]http://i1273.photobucket.com/albums/...ps964c007b.jpg[/IMG]
[IMG]http://i1273.photobucket.com/albums/...ps83e7b715.jpg[/IMG]
http://forum.ragezone.com/f787/tutor...ra-exe-941080/ got it here Credits to ryandzzz
Quote:
Originally Posted by
elitegeek
Yeah I downloaded those and I find it hard so I decided to just rewrite the registry.php script of Spartan Web its not yet finish though. Will keep you posted if it will work. Btw @
TantraNewbie, can I ask if where did you got/downloaded the "
s_game" folder?
Re: To all Tantra newbie developers I think you might like this
Quote:
Originally Posted by
TantraNewbie
Lately I was able to explore mandara coz may other char is stuck in shambla with this message in the log
40425 155456 7400a8c0 -system New Connection user:1
140425 155458 7400a8c0 clo err Dismatch Client-Server Version!! account: char:
140425 155635 7400a8c0 -system New Connection user:1
140425 155635 7400a8c0 clo err Dismatch Client-Server Version!! account: char:
140425 155642 7400a8c0 -system New Connection user:1
140425 155642 7400a8c0 clo err Dismatch Client-Server Version!! account: char:
140425 155710 00000000 -system err DB connection close.
140425 155710 00000000 -system err reconnect DB fail.
I wondered if those account got created using the registration script/page? I remembered you have still issues in your registration script/page correct? So I think in theory base on your progress you can still create an account but once your server got offline and becomes online again it won't fetch your previous accounts.
This is just my theory anyways and there must be a correct explanation for this technically. Maybe I can provide more answers if I have the knowledge and I am in the actual situation.
Hence, again in theory you need to fix the registration first (I am doing this right now but still nothing works). I hope successful Tantra server owners can provide us a solution for this matter in the long run.
Re: To all Tantra newbie developers I think you might like this
Quote:
Originally Posted by
elitegeek
I wondered if those account got created using the registration script/page? I remembered you have still issues in your registration script/page correct? So I think in theory base on your progress you can still create an account but once your server got offline and becomes online again it won't fetch your previous accounts.
This is just my theory anyways and there must be a correct explanation for this technically. Maybe I can provide more answers if I have the knowledge and I am in the actual situation.
Hence, again in theory you need to fix the registration first (I am doing this right now but still nothing works). I hope successful Tantra server owners can provide us a solution for this matter in the long run.
I manage to create an account using the zone gamers template I edit the registry although there were errors but I created a tad file that is why I able to enter the game. It still save data just like ordinary game look at may level I started it yesteday.
Have you explored your DB? u can enter the game even if you have not created an account..If their is existing account save in thier is purely logic that base on theory..
Re: To all Tantra newbie developers I think you might like this
Quote:
Originally Posted by
TantraNewbie
I manage to create an account using the zone gamers template I edit the registry although there were errors but I created a tad file that is why I able to enter the game. It still save data just like ordinary game look at may level I started it yesteday.
Have you explored your DB? u can enter the game even if you have not created an account..If their is existing account save in thier is purely logic that base on theory..
I see so lets roll-out the registry script now so I think we need to have another client because the one that is provided by @Terrified is not compatible with the server files or the other way around?
Re: To all Tantra newbie developers I think you might like this
Quote:
Originally Posted by
elitegeek
I see so lets roll-out the registry script now so I think we need to have another client because the one that is provided by @
Terrified is not compatible with the server files or the other way around?
Nope its not really the client but whats inside the client...They are compatible..The problem is the one that we put inside the client and server files must be compatible....That is why now I try to load back yesterdays data in server and client.. I can now enter the mandara map gain but not shambla. thats what Im goin to find out ..
Re: To all Tantra newbie developers I think you might like this
Quote:
Originally Posted by
TantraNewbie
Nope its not really the client but whats inside the client...They are compatible..The problem is the one that we put inside the client and server files must be compatible....That is why now I try to load back yesterdays data in server and client.. I can now enter the mandara map gain but not shambla. thats what Im goin to find out ..
I see. Anyways bro, can you confirm if I am doing this correct configuration from ODBC (User/System DSN) to SQL Server (e.g. BILL_CONN, UserLogin, Tantra)
http://i.imgur.com/RSWwKY2.png
Ciao!
Re: To all Tantra newbie developers I think you might like this
@TantraNewbie
How to edit the STTantra.exe path bro?