I`m using mangos with wamp apache.:confused:
I`m using mangos with wamp apache.:confused:
I preffer wamp more because its standalone(doesn`t have mysql addon).So,there no way to set up workin` with wamp...too bad...it was my kind of reg page with acc creation a nice status display and how to connect guide.Very simple and nice!![]()
can u add a option to lk accounts in script? thx for advance
ok guys here is a new create.php which will allow the user to set their own expansion. This works with trinity core 2 rev 9182.
Attachment 3792
Just replace your other create.php with this one and it will work. If you want a virus scan which not sure why you would need 1 for a 1.1kb rar lol I can do that.
here's virustotal for you guys:
Bump for answer to my qustion.
Once a moderator approves the file then it will be up for download.
ok ty
anyone know how t get this live?
i have an actual site that i can ftp, can i do it that way?
Bump again
Do the edits in the config.php file to set your database user/pass. Then upload to your site and reference it in a link.
E.G.- you put in root/boing/ of www.joobabooba.com you would goto www.joobabooba.com/boing/index.php . This should bring up as active as long as you edited the config file properly.
Adderus Out.
my website is gamerzdimension.com, how should i edit the configs? do i set sql host to my ip? dont i have to change mysql from local host to my ip? my dyndns is gamerzdimension.game-host.org
---------- Post added at 09:28 PM ---------- Previous post was at 09:12 PM ----------
alright, i put it in root/httpdocs/Leetcraft (leetcraft being the new foler) but when i go to gamersdimension.com/leetcraft/index.php it says 404 not found.
i also tried putting it in httpsdocs and that doesnt work either
Where does this website need to be in comparison to the server? I'm running trinity. I spent the last 6 hours trying to get this to work, and it seems to be wasted time. Keep getting ERROR: Unknown database 'characters' which obviously indicates that it can't find the database. Got the DB set up in heideSQL and I've got no clue how to locate it.
Can someone give a detailed explanation on how to set the
// DATABASE CONNECTION
$dbhost = 'localhost';
$dbuser = 'root';
$dbpass = '';
$dbaccs = 'auth';
$dbchars = 'characters';
Please? Thanks. (Ps: DID read the previous one, just didn't help me at all since I couldn't understand half of what was written.)
Best regards,
*RAGE*
6 hours and I make it work 15 sec AFTER POSTING THIS. You have to add the port number behind the localhost in $dbhost = 'localhost:3306'. I was just using 'localhost'. Gosh.
Hope this at least helps someone else with issues!
Last edited by Lindenkron; 08-14-2010 at 06:58 AM.
alright, now it works, it just cant connect to mysql, do i set localhost to my ip?