Jump to content

ReggAcc - register account, show map, change layout etc.


Recommended Posts

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

Top Posters In This Topic

I renamed my R2 project to ReggAcc.

ReggAcc supports:

- multirealm

- wotlk layout

- map

- online player list

- pool

- shoutbox

- counter

- administration page

Web pages and demos: http://reggacc.php5.sk

Simple tutorials: http://reggacc.php5.sk/download

Version 202:

-3.0.3 + 3.0.8 data sructure support (level, gender, DK)

- wotlk layout

- player can change password (idea X-Savior)

v.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

  • 2 weeks later...
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

Link to comment
Share on other sites

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 ;)

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

  • 2 weeks later...
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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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