I have a register page but only i can see the page others don't
Any way to fix this?
I am so happy if someone could tell me how to fix
:grin_1::grin_1:
Printable View
I have a register page but only i can see the page others don't
Any way to fix this?
I am so happy if someone could tell me how to fix
:grin_1::grin_1:
You must edit the index.php file... Just post it here and I'll show you :)
[CODE]<?php
/*
SPORA for Antrix v1.32
Simple Page Of Registration of Accounts for Antrix
It is made in the form of one page with fields of input of the
information of an account and the list of players being on a server.
Original Creation by mirage666 for MaNGOS Categories
Modified for Antrix by Kandyman Terms of Service
*/
$lang="en"; // Language ("en" - english, "ru" - russian)
$host="wowstrike.servegame.com"; // HOST for Antrix database
$user="root"; // USER for Antrix database
$password="******"; // PASS for Antrix database
$db="antrix"; // NAME of Antrix database
$hostr="wowstrike.servegame.com"; // HOST for Login database
$userr="root"; // USER for Login database
$passwordr="******"; // PASS for Login database
$dbr="antrix"; // NAME of Login database
$database_encoding = 'CP1251'; // Set encoding
$img_base = "img/"; // Image dir
$server = "wowstrike.servegame.com"; // Antrix Server Address
$port = "8129"; // Antrix Server Port
$title="WoWStrike"; // Insert the title of your server here
$lock_acc=0; // Lock created account to IP address (1 - on, 0 - off)
$lock_reg=0; // 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' => '
u dont need to edit this line $hostr="wowstrike.servegame.com"
just pot as it is i think u have skype opened or another SQL that fails your webserver setup
What should it be instead of wowstrike.servegame.com?
other is wan side ? mean a not be localareanetwork ppl ?
if you mean out of your localarea, then you make -> port forward :=)