Re: [Release] Ascent Website + Tools [30 May 2008]
Quote:
Yeh.. i uplaoded it to the www folder of WAMP but when i went on the site my router config page just showed up.. the server works... online... and ppl can conect but i make them acc's manually.. theni uplaoded the files to a webhost hoping it would work.. but i just get . ***.***.88 etc. ip is not authorised to connect.. So i gave that ip full privaleges on phpmyadmin thru wamp... it then said.. cannot connect with admin@iphere* UsingPassword:Yes... it was up and running and making no connection.. i will fiddle and see what happens... Just try n help
I think you need to make an new account at your PHPMyAdmin, and then you can set an ip address for the account you can set that to the ip you want.
Re: [Release] Ascent Website + Tools [30 May 2008]
Decided to stop developping this website, only if there are some bugs found by some of you, I will try to fix it and update SVN.
Re: [Release] Ascent Website + Tools [30 May 2008]
can you write a guide in how to set up the website using xampp step by step?? im totally noob in this... but i do know how to write html and php codes...
Re: [Release] Ascent Website + Tools [30 May 2008]
Web: 5/10, but template - 1/10 (well, its better than nothing)
Re: [Release] Ascent Website + Tools [30 May 2008]
Re: [Release] Ascent Website + Tools [30 May 2008]
Good site for customizing !
Re: [Release] Ascent Website + Tools [30 May 2008]
Quote:
can you write a guide in how to set up the website using xampp step by step?? im totally noob in this... but i do know how to write html and php codes...
You could try google for an XAMPP tutorial, it isnt that hard just install, run Apache and MySQL in the XAMPP control panel. And you website dir is standard C:\xampp\htdocs you can delete everything whats in that directory, and then put your website in it.
Re: [Release] Ascent Website + Tools [30 May 2008]
<? include("tools/_config.php"); $name = $_POST[name]; $pass = $_POST[pass]; $mail = $_POST[mail]; $exp = $_POST[R1]; $con = mysql_connect("$aHost","$aUsername","$aPass"); if (!$con) { die('Could not connect: ' . mysql_error()); } mysql_select_db("$aDatabase", $con); if(mysql_num_rows(mysql_query("SELECT login FROM accounts WHERE login = '$name'"))){ echo "Account name already exist!"; } else { $sql="INSERT INTO accounts (login, password, email,flags) VALUES ('$name','$pass','$mail','$exp')"; if (!mysql_query($sql,$con)) { die('Error: ' . mysql_error()); } echo "Account created!"; mysql_close($con); } ?>
sign i click on sign up page to make a account lol
Re: [Release] Ascent Website + Tools [30 May 2008]
I get this error after i edit the files to my database information
Warning: mysql_connect() [function.mysql-connect]: OK packet 6 bytes shorter than expected. PID=3224 in C:\Project Raven\WebsiteServer\AppServ\www\forum\connect.php on line 8
Warning: mysql_connect() [function.mysql-connect]: mysqlnd cannot connect to MySQL 4.1+ using old authentication in C:\Project Raven\WebsiteServer\AppServ\www\forum\connect.php on line 8
Warning: mysql_connect() [function.mysql-connect]: in C:\Project Raven\WebsiteServer\AppServ\www\forum\connect.php on line 8
Warning: mysql_select_db() expects parameter 2 to be resource, boolean given in C:\Project Raven\WebsiteServer\AppServ\www\forum\connect.php on line 8
Connection to database failed.
Re: [Release] Ascent Website + Tools [30 May 2008]
Re: [Release] Ascent Website + Tools [30 May 2008]
Quote:
Originally Posted by
MasterKill
<? include("tools/_config.php"); $name = $_POST[name]; $pass = $_POST[pass]; $mail = $_POST[mail]; $exp = $_POST[R1]; $con = mysql_connect("$aHost","$aUsername","$aPass"); if (!$con) { die('Could not connect: ' . mysql_error()); } mysql_select_db("$aDatabase", $con); if(mysql_num_rows(mysql_query("SELECT login FROM accounts WHERE login = '$name'"))){ echo "Account name already exist!"; } else { $sql="INSERT INTO accounts (login, password, email,flags) VALUES ('$name','$pass','$mail','$exp')"; if (!mysql_query($sql,$con)) { die('Error: ' . mysql_error()); } echo "Account created!"; mysql_close($con); } ?>
sign i click on sign up page to make a account lol
You dont have php support then.
Quote:
I get this error after i edit the files to my database information
Warning: mysql_connect() [function.mysql-connect]: OK packet 6 bytes shorter than expected. PID=3224 in C:\Project Raven\WebsiteServer\AppServ\www\forum\connect.php on line 8
Warning: mysql_connect() [function.mysql-connect]: mysqlnd cannot connect to MySQL 4.1+ using old authentication in C:\Project Raven\WebsiteServer\AppServ\www\forum\connect.php on line 8
Warning: mysql_connect() [function.mysql-connect]: in C:\Project Raven\WebsiteServer\AppServ\www\forum\connect.php on line 8
Warning: mysql_select_db() expects parameter 2 to be resource, boolean given in C:\Project Raven\WebsiteServer\AppServ\www\forum\connect.php on line 8
Connection to database failed.
You have an to old MySQL version I think
Re: [Release] Ascent Website + Tools [30 May 2008]
how can i get a wow Custom Donating Reward System or a guide on how to set one up
example; someone donates on my site the in an instant they get in game mail with Donation Token
Can this be done
PM ME
Re: [Release] Ascent Website + Tools [30 May 2008]
Here you have an Voting Reward System:
http://www.mmowned.com/forums/emulat...te-system.html
I don't know anything about an donation system.
Re: [Release] Ascent Website + Tools [30 May 2008]
I Am Able to change the layout easily ?
Is it a image.
Or is coded ?
As in the white box things. BELOW THE HEADER :P
Re: [Release] Ascent Website + Tools [30 May 2008]
It is an lay-out builded with images in a simple html table.