Well to start off, my problem is that i have used these files :
Every thing is working fine except the register part of the website it says that the Account has been sucsessfully created.
But when i got the my DB its not there. (the blacked out are my other accs)
did you make sure you changed all this stuff to correctly match up with ur db
Code:
<?php
require_once './inc/class.captcha.php';
// Configurations
$myhost="localhost";
$mypass="MYSQLPASS"; //your server login password
$myuser="MYSQLUSER"; //your server login username
$mydbacc="account"; //your server account database
$mydbdata="my"; //your server my database name
$serveraddress="YOUR IP"; //your server ip
$serverport=5816; //your server connection port
$mydb="my"; //your server my database
$servername = "Your Server Name"; //Put your servername here.
$link = "http://www.yourwebsitelink.com"; //Put your website link here
// Dont Edit after this
mysql_connect($myhost,$myuser,$mypass);
mysql_select_db($mydb);
?>
<?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="MY IP"; //your server ip
$serverport=5816; //your server connection port
$mydb="my"; //your server my database
$servername = "MY SERVER NAME"; //Put your servername here.
$link = "http://MY WEB"; //Put your website link here
// Dont Edit after this
mysql_connect($myhost,$myuser,$mypass);
mysql_select_db($mydb);
?>
$serveraddress="MY IP"; //your server ip <--- this part if u just have MY IP then it wont work set it for ur ip E.G. 127.0.0.1 if not then next time u post in future put ur ips like this for an e.g. xx.***.xx.*** then at least i know u got a workin ip in there still
then if its not that make sure in your db that ur account's file is called account n some of the dbs going around have changed to my2 for db data so check that also oh n make sure ur server port isnt running off a different no.
dont take this part 100% as i havent ever ran a Hamachi Server
other then that it might depend on if ur running on a normal server or a Hamachi Server from what i understand they may run a little different not sure
$serveraddress="MY IP"; //your server ip <--- this part if u just have MY IP then it wont work set it for ur ip E.G. 127.0.0.1 if not then next time u post in future put ur ips like this for an e.g. xx.***.xx.*** then at least i know u got a workin ip in there still
then if its not that make sure in your db that ur account's file is called account n some of the dbs going around have changed to my2 for db data so check that also oh n make sure ur server port isnt running off a different no.
dont take this part 100% as i havent ever ran a Hamachi Server
other then that it might depend on if ur running on a normal server or a Hamachi Server from what i understand they may run a little different not sure
The only reson i put "MY IP" is because i dont want people to know my ip
i prity sure all of my DB stuff is the same as the config setting the name of the DB is my and there is a table in there called account. my mysql is working fine php is working fine so do you have any ideas?
This is my website:
Would it be the login acc for mysql? EG. test pass: root
<?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="MY IP"; //your server ip
$serverport=5816; //your server connection port
$mydb="my"; //your server my database
$servername = "MY SERVER NAME"; //Put your servername here.
$link = "http://MY WEB"; //Put your website link here
// Dont Edit after this
mysql_connect($myhost,$myuser,$mypass);
mysql_select_db($mydb);
?>
You need to change the $mydbacc="account"; to $mydbacc="my";
Of course I'm using PHP. And my MySQL is 4.0.18. MySQL and PHP have nothing to do with your issue. It's most likely a messed up variable somewhere. The website you use now is one of the worst I've seen. It has multiple config files when only one is needed.
my advise is to download all the websites in the all things guide and see what one you understand best (code wise) and what one you think will work best for you.
WebSite Problem. 04/27/2011 - EO PServer Hosting - 8 Replies I made a website for my server ( working' on ) and i got some problems.
http://5.122.173.218/ - This is website addres.
Warning: mysql_connect() : Access denied for user 'root'@'localhost' (using password: YES) in C:\wamp\www\config.php on line 16
That's the error.
website problem!!! 09/21/2010 - Metin2 Private Server - 9 Replies i start my xampp and i go to the website that i created,i can see the website but my frineds can't they have also joined my network and i have portmap on wwhat should i do|???
thanks
[Help]Website SWF Problem 06/03/2010 - General Coding - 10 Replies Well the Problem is i had a .Swf file that i wanted to Put it on the Site , There was Already one i just edited the New ones name and Replaced it with the Old one:
http://img199.imageshack.us/img199/9724/39410568. png
Uploaded with ImageShack.us
</div>
<div class="flash">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553 540000" codebase="http://download.macromedia.com/pub/ shockwave/cabs/flash/swflash.cab#version=6,0,29,0& quot; style="width: 995px; height: 532px">
<param...
problem bei website 09/01/2009 - General Coding - 4 Replies hey,
ich habe ein Problem mit meiner Website, undzwar wenn ich sie bearbeite (ich nehme ConTEXT, und ziehe dann die html-datei von mir in den browser und aktualisiere dann einfach immer =]) geht die Seite wunderbar ! Aber wenn ich dann (ich habe meine eigene domain gemacht bei do*.tk) auf die Seite gehe funktioniert sie nicht -.-" bitte helft mir ich verzweifle langsam :( ...
Lg
Errors
[Help] Website problem? 03/18/2009 - EO PServer Hosting - 0 Replies hey everybody.... since noone else knows whats wrong nor do i, however i know whats wrong but have no idea to fix it... my problem is
Since port 80 is a notorious unsafe port i changed the default http server port.
Since i did that it has to be... 2.2.2.2.2:port/whatever and when trying to make that into one of those free web domains for now it gives me 502 proxy error, but i know it's working because i access it from other places all the time.
any ideas? :) thanks:handsdown: