Register Script

05/09/2008 08:16 revolution263#1
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 :]
05/09/2008 13:57 hio77#2
hey

very nice script i like the idea of the ranking script but you mised the ranking comand for paly lol its a decent part of the severs now:)

hio
05/19/2008 21:40 revolution263#3
what do you mean the ranking command?

??????????????
05/20/2008 04:37 playg#4
rev can you show me how to make this work
05/20/2008 14:29 thegreatlbm#5
hey rev thanks for the regerstration script

lol im a dumb ass 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
05/20/2008 20:35 haciveli#6
Quote:
Originally Posted by revolution263 View Post
what do you mean the ranking command?
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.
05/20/2008 21:52 revolution263#7
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.
05/20/2008 22:11 thegreatlbm#8
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

see my link [Only registered and activated users can see links. Click Here To Register...]

im very losy at this stuff lol

but thanks eh for helping i apperciate it
05/21/2008 09:23 playg#9
got it to work but it say 404 not found
05/21/2008 19:03 revolution263#10
where??? On reg page?
05/21/2008 22:44 playg#11
yea
06/01/2008 05:46 vaska1992#12
my reg wont work

this is error i get


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); ?>
06/01/2008 13:12 ahmedpotop#13
in my host dont put localhost put ut ip
06/01/2008 13:17 ahmedpotop#14
try replacing the script it will work
06/05/2008 04:10 vaska1992#15
my captcha doesnt work.... i tried replacing php.ini , it still wont work... any1 know wat the prob is??