Re: [Guide]Antrix Website!
Re: [Guide]Antrix Website!
dang i need to wait for filebeam to comeback up
Re: [Guide]Antrix Website!
Re: [Guide]Antrix Website!
my firewall is off and others cant enter in my web.
Re: [Guide]Antrix Website!
You sure, did you enable wildcard on DynDNS ??
Re: [Guide]Antrix Website!
i cant see my own site :\
Re: [Guide]Antrix Website!
yes i do enable wild card
i opened just the tcp ports do i have to open the udp of all ports?
my dns wowcod2sniper.servegame.org
another thing i have hamachi bu i dont want to use it with my web cause all player must log into my hamachi network and then go into the web.
Re: [Guide]Antrix Website!
Well let me understand you use Hamachi and not regular. Did you put wamp online? Can you see the site? If you put wamp online install Apache aswell and make sure it is runing! In DynDNS you update your IP ?
Re: [Guide]Antrix Website!
no i just uninstall hamachi. but still didnt work
Re: [Guide]Antrix Website!
Quote:
Originally Posted by
darkmagic2
no i just uninstall hamachi. but still didnt work
Check out the site... I Think that the mistake is somewhere there...
Re: [Guide]Antrix Website!
this is my index. I got a question do i have to forward all the ports that u said in udp??? i just forwarded 80 in tcp and udp
[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 http://pomm.da.ru/
Modified for Antrix by Kandyman http://www.burning-wow.com
*/
$lang="en"; // Language ("en" - english, "ru" - russian)
$host="xxxxxxxxx.servegame.org"; // HOST for Antrix database
$user="root"; // USER for Antrix database
$password="xxxxx"; // PASS for Antrix database
$db="antrix"; // NAME of Antrix database
$hostr="xxxxxxxxr.servegame.org"; // HOST for Login database
$userr="root"; // USER for Login database
$passwordr="xxxxx"; // PASS for Login database
$dbr="antrix"; // NAME of Login database
$database_encoding = 'CP1251'; // Set encoding
$img_base = "img/"; // Image dir
$server = "xxxxxxxx.servegame.org"; // 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=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' => '
Re: [Guide]Antrix Website!
If I was you man - I'd remove my password and server information. >.>
Re: [Guide]Antrix Website!
Like this you have to forward all the ports that i have in my guide look at them...
Re: [Guide]Antrix Website!
Re: [Guide]Antrix Website!
Quote:
Originally Posted by
darkmagic2
but all tcp and upd?
Try first TCP, if it doesn't work then UDP
Re: [Guide]Antrix Website!
Re: [Guide]Antrix Website!
okay, i did EVERYTHING
and my friend cant connect
i cant even connect on a LAN computer
Re: [Guide]Antrix Website!
Well thanks for Spora links ;) Helped alot... even though I made my own skin :P
Re: [Guide]Antrix Website!
omg this guide is facking awesome!
really nice job
Re: [Guide]Antrix Website!
Re: [Guide]Antrix Website!
ok martinbt i created account page but do u have a guide how to create whole website not just account creation page?