i can't make an accout plsss help, i always pront with a error plss help
i can't make an accout plsss help, i always pront with a error plss help
Have you change the top line your register.php ?
Change that I bold with your server directory...( i.e C:\\TantraSvr )<?php
require_once './inc/class.captcha.php';
$accdir="J:\\Tantra Server\\DBSRV\\run\\account";
?>
<html>
@makong how did you get it working? I had that error at first, and now the code error is the problem.
I did this more than once but I still get "check code is wrong".
Last edited by an0nymous; 03-03-08 at 06:04 PM. Reason: added s/s
I'm getting that same error as well, hope someone can give assistance.
i dont know if this is the problem but did u check that DBsrv is up?
YOU DONT NEED THE DB SERVER for this to work
accounts are created by the php script
read the bleeding guide 100 more times check your configuration of the php script, otherwise learn to read english and then read the guide again
Here, maybe you can use mine.
put that in your web directory
If you use xampp
Code:C:\xampp\htdocs\???
Change the bold line to your server directory
Code:<?php require_once './inc/class.captcha.php'; $accdir="J:\\Tantra Server\\DBSRV\\run\\account"; ?>