Jump to content

Recommended Posts

  • 38 years later...
  • Replies 92
  • Created
  • Last Reply

Top Posters In This Topic

Posted

really nice. im using it now. the wotlk theme is sweet. thanks loads. :)

and btw. maybe in next version you could make the names that appear in the online list start with capitals?

and move the shoutbox more to the side of the site. as well as the copyrights to the bottom a little bit. so it looks more spacious and tidy. :D

cheers

Posted
really nice. im using it now. the wotlk theme is sweet. thanks loads. :)

and btw. maybe in next version you could make the names that appear in the online list start with capitals?

and move the shoutbox more to the side of the site. as well as the copyrights to the bottom a little bit. so it looks more spacious and tidy. :D

cheers

Ok, i'll try, if css allows ;)

v.

Posted
Thanks... Looks verynice and simple... :)

I love simplicity...

btw, what is S.P.E.C.S in your site?

:)

SPECS is simple php/ajax project to automatically create SQL queries for SD2 .

v.

  • 2 weeks later...
Posted
Hi, where do have the inserts into values when registering an account? i want accounts to be wotlk :)

set expansion column to 2. But when you change layout in reggacc to wotlk, list box with wotlk expansion option appears...

v.

Posted

Hi very nice work although I have noticed that player levels show up as 0 when I am on wotlk. Any Ideas on how to fix this? I don't know php so not sure where to look to try. Thanks for releasing it pwns. B)

Posted
Hi very nice work although I have noticed that player levels show up as 0 when I am on wotlk. Any Ideas on how to fix this? I don't know php so not sure where to look to try. Thanks for releasing it pwns. B)

Hallo. My mistake - different data field for 2.4.3 and 3.0.3 patch. Repaired. Please, download new reggacc version and set in reggacc administration page variable with label patch to 3.0.3 (it is radio button)

Thank you

vladonix

Edit reason: fix answer

Posted
the player on the screens have level 0 ( level 1 - level 80 ) all zero :(

what do u mean with patch ?

Login to configuration page and set value with label 'patch' to 3.0.3.

Directly in configuration.php set variable $exten = 2.

Use in new reggacc 202, older versions do not support it.

v ;)

Posted

For some reason I cant get this to work..

I have a webserver in germany, called server1 and a game/mysql server in denmark called server2

I have the reggacc website on server1 one, and my databases on server2.. I have a user on server2 called user1 has access to mang_realmd mang_chars and mang_world databases on server2..

but I cant connect from http://server1/reggacc/index.php I get this error

Error:
Unable to connect to MySQL server. MySQL reported: Lost connection to MySQL server during query.

Update your >>> ReggAcc configuration <<<
Check configuration file - hosts, usernames and passwords.

I have tried everything in the configuration.php

$realmName="Realm1";

$rid="1";

$host="ip.ip.ip.ip : port";

and

$host="ip.ip.ip.ip";

also

$host="hostname.server2";

and

$host="hostname.server2 : port";

nothing works.. and I'm sure I got username and password and remote rights 100% correct.

When I try to run everything on server1. it works perfectly, so I think your script is not allowing remote connections to the databases, or is it me?

Thanks in advance.

Posted
For some reason I cant get this to work..

...

Hallo.

I think, it is mysql issue.

Script tries to connect to remote MYSQL server throught mysql_connect PHP function, but fails with error.

Try to open 'directly' link http://server1/reggacc/world1.php . Have you got identical error again?

Did you set proper values for characters and realm databases too? (hostc, userc, ... hostr, userr, ...)

v.

Posted
Try to open 'directly' link http://server1/reggacc/world1.php . Have you got identical error again?

Did you set proper values for characters and realm databases too? (hostc, userc, ... hostr, userr, ...)

v.

Yeah, I tied that site, did not work, only with localhost as hostname on server1.. with server2 as hostname, it fails, even tho right's and database names are the same on both servers.. (did that to make it easy on myself)

I really do not comprehend what's wrong.

Posted
Yeah, I tied that site, did not work, only with localhost as hostname on server1.. with server2 as hostname, it fails, even tho right's and database names are the same on both servers.. (did that to make it easy on myself)

I really do not comprehend what's wrong.

Hallo.

I don't know... :(

Try to run simple script to test connection:

[color=#000000] [color=#0000bb]<?php
$link [/color][color=#007700]= [/color][color=#0000bb]mysql_connect[/color][color=#007700]([/color][color=#dd0000]'server2'[/color][color=#007700], [/color][color=#dd0000]'mysql_user'[/color][color=#007700], [/color][color=#dd0000]'mysql_password'[/color][color=#007700]);
if (![/color][color=#0000bb]$link[/color][color=#007700]) {
   die([/color][color=#dd0000]'Could not connect: ' [/color][color=#007700]. [/color][color=#0000bb]mysql_error[/color][color=#007700]());
}
echo [/color][color=#dd0000]'Connected successfully'[/color][color=#007700];
[/color][color=#0000bb]mysql_close[/color][color=#007700]([/color][color=#0000bb]$link[/color][color=#007700]);
[/color][color=#0000bb]?>
[/color][/color]

v.

  • 2 weeks later...
Posted
When i go to (like the tutorial vid shows) go to http://localhost/reggacc/index.php (created the map reggacc inside htdocs) then i just get a white page (not BC screen like the vid) and the address changes to: http://localhost/reggacc/world1.php?nr=0

What to do?

Did You set your rospora (configuration.php)?

Index.php is automatically redirected to world1.php, when you have only one realm defined in configuration.

v.

Posted

hello!

i got my own wotlk MaNGOS server up and running. online and everything. but i need a website so people can register of course. does anyone know about a package you can download? i mean just go into the "www" folder and then into "config" and add password and database names and stuff. is there any easy website things for wow?? i dont need anything fancy just so people can create an account!

thanks alot if someone reply to this. really need some help

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use