[ascent-webcms] help

Newbie Spellweaver
Joined
Mar 23, 2006
Messages
28
Reaction score
0
i have spora web page and wamp on my
 
$lang="en"; // Language ("en" - english, "ru" - russian)
$host="localhost"; // HOST for Antrix database
$user="root"; // USER for Antrix database
$password=""; // PASS for Antrix database
$db="world"; // NAME of Antrix database
$hostr="localhost"; // HOST for Login database
$userr="root"; // USER for Login database
$passwordr=""; // PASS for Login database
$dbr="character"; // NAME of Login database
$database_encoding = 'CP1251'; // Set encoding
$img_base = "img/"; // Image dir
$server = "192.168.62.51"; // Antrix Server Address
$port = "8129"; // Antrix Server Port
$title="WoW Server"; // Insert the title of your server here
$lock_acc=0; // Lock created account to IP address (1 - on, 0 - off)
$lock_reg=1; // Registration only one (or more) account from one IP address
// 0 - not limit, 1 - one acc, 2 - two acc, etc...

Switch ($lang)
{
case "en":
$button="create_en.gif";
$text = Array(
'acc' => 'Creation of account',
'create' => 'is completed !',
'failed' => 'was not possible !',
'not_all' => 'Fields are filled not all',
'taken' => 'is already taken !',
'playerson' => 'players online',
'off' => 'is offline',
'name' => 'Account Name',
'password' => 'Password',
'ip_limit' => Array('From your IP ',' accounts are already created'),
'char' => Array('Name','Race','Class','LvL','Location'),
);
break;
case "ru":
$button="create_ru.gif";
$text = Array(
'acc' => '
 
thanks for your reply its hosted on my lan router but my dyndns still doest produce the page i want

tell me what you guys see
 
I could be misunderstanding the problem, sorry but the link didn't work.

If I understand you correctly, couldn't you just turn off the option to allow your Router to be managed through the outside interface? Then it wouldn't try to serve the admin site to that address.

Hope this helps,
 
this is really annoying it just doesnt work although the option of you just spoke of is already disabled
 
thanks for the help dont know if i want to bother with all that now just seems it was never meant to be for me:(
 
Back