Here is a register script. Just extract this to your www folder. Only edit the config.php.
All the instructions are inside of config.php.
And for register page to work you have to run apache.
If CAPTCHA dont work got to your apache folder and replace the php.ini with this one. Then go to task manager and end all apache processes. Then re-run apache, and you will get about 6 errors, just press ok on them. Its supposed to happen.
Oh and if your a new and dont know how to get to register page go to
h.ttp://localhost/register.php
Or if you want to give reg page to others use
h.ttp://put ur ip adress here/register.php
Just dont put . after h on h.ttp
Thanks would be appreciated :]
lol im a dumb *** thanks dude u just saved me the last 2 weeks headace lol
uhm after i put the php.ini file in the apachie folder and replaced the one there it now doesnt work at all probally something stupid i didnt do but the ini file has ereos and i click em all to the end it still doesnt work? any advice
here what whent wrong
Warning: session_start() [function.session-start]: open(C:/DOCUME~1/Admin/CONFIG~1/Temp\sess_tla7fgf2b1lcdb4sbb36nk41b1, O_RDWR) failed: No such file or directory (2) in W:\www\inc\class.captcha.php on line 46
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at W:\www\inc\class.captcha.php:46) in W:\www\inc\class.captcha.php on line 46
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at W:\www\inc\class.captcha.php:46) in W:\www\inc\class.captcha.php on line 46
Fatal error: Call to undefined function mysql_connect() in W:\www\config.php on line 16
Warning: Unknown: open(C:/DOCUME~1/Admin/CONFIG~1/Temp\sess_tla7fgf2b1lcdb4sbb36nk41b1, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (C:/DOCUME~1/Admin/CONFIG~1/Temp) in Unknown on line 0
he means on the top rankings page, it only shows the mage and warrior class, he's saying u never put the paladin part into it, so it wont shows players who r paladin.
Oh ummmm...... let me see if I can edit it so it shows pally.
And for thegreatlbm, When you run the apache it is supposed to have errors. Just click through them, and if you reg page still woulnt work then it must be your firewall. I think you will need to open port 80.......
Try the firewall thing, if it doesnt work let me know.
yea i got it runing now but the check code php thing is still not working lol i searched from the last post back to this one and tried every idea about it and still dont work for some reason if i knew more id just delete the check code im not to worried about bots filling in the feilds
Fatal error: Call to undefined function mysql_connect() in c:\wamp\www\config.php on line 16
my config.php:
<?php
require_once './inc/class.captcha.php';
// Configurations
$myhost="localhost";
$mypass="test"; //your server login password
$myuser="root"; //your server login username
$mydbacc="account"; //your server account database
$mydbdata="my"; //your server my database name
$serveraddress="5.217.30.96"; //your server ip
$serverport=5816; //your server connection port
$servername="WolfEO"; //your server name
$forum="www.google.com"; //your server forum
$mydb="my"; //your server my database
// Dont Edit after this
mysql_connect($myhost,$myuser,$mypass);
mysql_select_db($mydb); ?>
Register Script [HELP] 09/13/2010 - Flyff Private Server - 5 Replies Register.php
PHP-Code:
<?php
require('./configs/reg_conf.php');
function doesUsernameExist($name){
$exit = FALSE;
$result = @mssql_query("SELECT * FROM ACCOUNT_TBL WHERE account='$name'");
if (mssql_num_rows($result) != 0){
$exit = TRUE;
}
Register Script 08/30/2010 - Flyff Private Server - 10 Replies Liebe Elitepvpers,
Versuche schon seit einiger Zeit ein Register Script auf die Flyff Pserver HP einzubinden(Offi V14), aber immer wenn ich auf "Account erstellen" klicke, kommt dieser Fehler:
Hier die register.php(angegebene Zeile markiert):
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-trans itional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html;...
Register Script 06/15/2010 - Flyff Private Server - 1 Replies What's the best caali register script ???
:handsdown::handsdown::handsdown::handsdown: :handsdown::handsdown::handsdown::handsdown:
Register-Script 01/17/2010 - Metin2 Private Server - 0 Replies Hi,
ich suche nach einem relativ speziellen Script.
Ein Register-Script, welches ich auf meiner Homepage via Iframe einbauen kann und von dort aus nutzen kann. Ich verwende kein Hamachi sondern DynDNS!
Das Script soll kein Design enthalten, je einfacher desto besser.
Wenn jemand ein solches Script hat und mir zur Verfügung stellt, wäre ich ihm sehr dankbar.
MfG,
[Help]TQ register script 01/13/2009 - CO2 Private Server - 2 Replies Hello, i need register script on php.
I use TQ Files.
Thanks for help