Forum
 
Go Back   D3scene > Hot Games > WoW forum > WoW Private Server Info & Help

Some Websites for your Account Creation Page (Ascent)

This is a discussion on Some Websites for your Account Creation Page (Ascent) within the WoW Private Server Info & Help forum part of the WoW forum category; I wanna share to you these antrix websites. If you don't know something post here. Hope you like it 1. ...

Welcome on D3scene.com! Make sure to register - it's free and very quick! You have to register before you can post and participate in our discussions with 35000 other registered members. Downloads, user profiles and some forums can only be seen by registered members. After you create your free account you will be able to customize many options, you will have the full access to new hacks, latest cheats and last but not least will see no advertisements at all. We would love to see you around in our community!
Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 10-12-2007, 04:16 PM
Banned User
 
Join Date: Jul 2007
Posts: 2,476
Reputation: 1076
Rep Power: 0
GodOfWar has much to be proud ofGodOfWar has much to be proud ofGodOfWar has much to be proud ofGodOfWar has much to be proud ofGodOfWar has much to be proud ofGodOfWar has much to be proud ofGodOfWar has much to be proud ofGodOfWar has much to be proud of
Post Some Websites for your Account Creation Page (Ascent)

I wanna share to you these antrix websites. If you don't know something post here. Hope you like it
1. Download website you like the most:
_____________________________
Palakat's website

LINK(emupedia)
_____________________________
Asenov Ascent Website Project AAWP

LINK(ragezone)
_____________________________
ASCENT CMS

LINK
_____________________________
New Stylish registration page

LINK
_____________________________
SiPex's website (Panex team)

LINK
_____________________________
Terranet Website | V1.5

Download: 1.rar - Second version of TerraNet Website. +++ Added notes to the config file. +++ Intergrated online player map. +++ Added big variable system. +++ Added server information page. --- Added button menu. --- Remade main page. --- Rewrote most of the
Preview: http://img142.imageshack.us/img142/430/websitekx7.gif

_____________________________
ElderGod's website(remade by him)

Download: Filebeam - Free Fast File Hosting

Preview:
NOTICE: preview is a bit different from real website cos its from adobe golive cs2
chrispeee's 2nd version of this website


Download: MEGAUPLOAD - The leading online storage and file delivery service Mirror: Filebeam - Free Fast File Hosting

Preview:
_____________________________
SPORA (Simple Page Of Registration of Accounts)by mirage666, Kandyman and Unclemo

Download: Filebeam - Free Fast File Hosting

Preview:

Features:
+ Account registration (Username, Password and Email Saved)
+ Checkbox for users if wish to enable TBC
+ Account signup and players online all shown on the one page
+ Shows total number of players online
+ Displays list of all players online with name, race, class and level and zone location
+ Distinguish race icon between males and female genders
+ Ability to sort by either name, class, race, level or location
+ Checks for existing login names upon account creation and prevents duplicate login names
+ Allows blocking registration of excess accounts by ip address (helps protect mass account creation spam)
+ Allows naming of the title of your server in configuration


_____________________________
EthernalQ Website v2


Download: Filebeam - Free Fast File Hosting

Rar Password: EthernalQ

Preview:
______________________________
EthernalQ Website v1:

Download: Filebeam - Free Fast File Hosting

Rar Password:ethernalq

Preview:
_______________________________
Danerf's Webiste


Download: Filebeam - Free Fast File Hosting

Preview:
_______________________________
ElderGod's Website

Download: Filebeam - Free Fast File Hosting

Rar Pass:emupedia.com

Preview: -= INDEX =-
_______________________________
EthernalQ's Website(remade by Szela_93) v3 Ultimate

Download:Megaupload Mirror: Rapidshare
Preview:http://images29.fotosik.pl/19/4aae5be9e17f5adb.jpg
Features:
*New animated Flash Logo
*Mp3 Player from Krillin's website
*Gallery with images from Krillin's website
*Player map
*Forum
*Stats page
*Arcade
Notice: website is quite big cos there r some mp3's and quite big (8mb) animated flash also there r some images (abt 100 with thumbs abt 200) they r abt 10mb


_______________________________
EthernalQ's Website(remade by Szela_93) v2

Download: Filebeam - Free Fast File Hosting
Preview:

_______________________________
EthernalQ's Website(remade by Szela_93)

Download:Filebeam - Free Fast File Hosting

Preview:http://images23.fotosik.pl/12/d92d8b8a902fd423.jpg

2. Open ur C:\AC Web Ultimate Repack\Server\htdocs folder and backup all files from it
3. delete files which u backed and paste there website's files which u just downloaded
4. open config.php via notepad and set the db info
should look like:



<?php

$config['mysql_host'] = '127.0.0.1'; //MySQL Host
$config['mysql_user'] = 'root'; //MySQL Username
$config['mysql_pass'] = 'ascent'; //MySQL Password
$config['mysql_dbname'] = 'logon'; //Database Name

?>
NOTICE: some websites dont need this change
5. run website from ac web control panel
6. Getting Antrix Website Stats Page to Work
(by SiPex)
a)Go to your server directory folder (C:\AC Web Ultimate Repack). and open up the antrix folder.
b)Find the antrix.conf file and open it.
c)Find the part in the .conf file that looks like this

d)Change it to this

NOTICE: other websites can hav stats somewhere else and can be called also in other way, u can notice stats by .xml extension
e)Restart your server and your website.
f)Congratulations, you have just set up your AC Ultimate Repack stats page!
NOTICE:you can also edit your http.conf file for apache.

Alias /site/stats2/stats.xml "C:/AC Web Ultimate Repack/antrix/stats.xml"
<Directory "C:/AC Web Ultimate Repack/antrix">
Options None
AllowOverride None
Order allow,deny
Allow from all
</Directory>

to

Alias "/site/Blizzlike/stats/stats.xml" "C:/AC Web Ultimate Repack/Blizz Like/stats.xml"
<Directory "C:/AC Web Ultimate Repack/Blizz Like">
Options None
AllowOverride None
Order allow,deny
Allow from all
</Directory>
7. adding forum to ur website
copy ur forum folder from original ac web repack website to htdocs folder
NOTICE: some websites need renaming folder example ElderGod's website(remade by him) needs to hav folder "forums"


thats all


NOTICE: if ur website isnt availible to others u must open the C:\AC Web Ultimate Repack\Server\apache\conf\httpd.conf file and edit listening ports and ips

#
# ServerName gives the name and port that the server uses to identify itself.
# This can often be determined automatically, but we recommend you specify
# it explicitly to prevent problems during startup.
#
# If your host doesn't have a registered DNS name, enter its IP address here.
#
ServerName localhost:80
and
Code:
#
# Listen: Allows you to bind Apache to specific IP addresses and/or
# ports, instead of the default. See also the <VirtualHost>
# directive.
#
# Change this to Listen on specific IP addresses as shown below to
# prevent Apache from glomming onto all bound IP addresses (0.0.0.0)
#
#Listen 12.34.56.78:80
Listen 80
Insert here your hamachi ip and port(must be open)

_______________________________




New Site Released:

Credits:Clantemplates.com- website
armor-Maku
JullinanX for his piece of shyt ass trying to steal this from clantemplates (nice try), and writing the guide


Download






Installing Forums-

1) Open SQLyog and right click on "root@localhost" and select create Database....
2) Name the Database "Forums"
3) Open your browser and go to our site and type /forums at the end.
ex. Frosthold WoW &bull; Index page
4) The rest is explained from there.

INSTALLING WEBSITE

Open "config" with notepad and edit it to match your servers info.
ex.

Code:
<?php

#################
# #
# #
# Enjoy! #
# #
# #
#################

$config['mysql_host'] = 'frosthold.servegame.org'; //MySQL Host
$config['mysql_user'] = 'root'; //MySQL Username
$config['mysql_pass'] = 'antrix'; //MySQL Password
$config['mysql_dbname'] = 'frostholdlogon'; //Database Name

?>
-Setting up the Armory-
1) Open "Website V1.1" and then "Armory"....
2) Next Open "sql" and then again 'sql" and extract the sql files onto your desktop.
3) Open SQLyog and right click on your Character Databse preferably "ascentlogon" and select the option "restore from SQL dump"...
4) Now that u have select that look on your desktop for "allies.sql" and "execute".
5) Next search again, but this time choose "tblwowitems.sql" and "execute" and when finished close.
6) Next open ./includes/config.inc.php in notepad and type there your Character db info
ex.
Code:
<?php

//Database Configuration
$db_host = "frosthold.servegame.org"; // Hostname to yours database
$db_user = "root"; // Username to database
$db_pass = "antrix"; // Password to database
$db_name = "frostholdlogon"; // Name of database that will be used

//Characters List Configuration
$cpp = 50 // How many characters will be showed per page


?>

Last edited by GodOfWar; 11-03-2007 at 12:37 PM.
Reply With Quote
D3scene
Welcome to D3scene - probably the best location for all Gamers.

To participate in our friendly environment you have to register. After completing registration you will have full access to all threads and features. We care about members and try to make your stay as pleasant as possible. We are unique with the following feature for members - you will not see a single Advertisement!


The best: registration is completely free. It will not cost you a single penny or harm you in any way. You will lose nothing except 1 minute of your time. So why not register? We would be happy to see you around!
  #2  
Old 10-12-2007, 11:52 PM
Newbie
 
Join Date: Oct 2007
Posts: 1
Reputation: 1
Rep Power: 2
shotdownsoul is an unknown quantity at this point
Question : Do you need hamachi? Or is there any work-around?

And great guide .
Reply With Quote
  #3  
Old 10-13-2007, 12:09 AM
Banned User
 
Join Date: Jul 2007
Posts: 2,476
Reputation: 1076
Rep Power: 0
GodOfWar has much to be proud ofGodOfWar has much to be proud ofGodOfWar has much to be proud ofGodOfWar has much to be proud ofGodOfWar has much to be proud ofGodOfWar has much to be proud ofGodOfWar has much to be proud ofGodOfWar has much to be proud of
Only for Antrix sorry no hamachi
Reply With Quote
  #4  
Old 10-13-2007, 07:28 AM
Banned User
 
Join Date: Sep 2007
Location: In a girl's GRAVE ! :D
Posts: 821
Reputation: 200
Rep Power: 0
Acer has a spectacular aura aboutAcer has a spectacular aura aboutAcer has a spectacular aura about
Hey

Quote:
Originally Posted by Illidan_000 View Post
Only for Antrix sorry no hamachi
by this i hope you dont mean Ascent wont work too Cause it should
Reply With Quote
  #5  
Old 10-13-2007, 10:23 AM
Banned User
 
Join Date: Jul 2007
Posts: 2,476
Reputation: 1076
Rep Power: 0
GodOfWar has much to be proud ofGodOfWar has much to be proud ofGodOfWar has much to be proud ofGodOfWar has much to be proud ofGodOfWar has much to be proud ofGodOfWar has much to be proud ofGodOfWar has much to be proud ofGodOfWar has much to be proud of
It works on Ascent u dumbass
Reply With Quote
  #6  
Old 10-13-2007, 07:42 PM
Banned User
 
Join Date: Sep 2007
Location: In a girl's GRAVE ! :D
Posts: 821
Reputation: 200
Rep Power: 0
Acer has a spectacular aura aboutAcer has a spectacular aura aboutAcer has a spectacular aura about
lol...well type Ascent then.. Thats what Antrix has turned into. thanks.

Last edited by Acer; 10-21-2007 at 06:58 PM. Reason: It works now...
Reply With Quote
  #7  
Old 10-21-2007, 05:26 PM
Havok's Avatar
13E7N3S5!
 
Join Date: Jun 2007
Location: United States of America
Posts: 651
Reputation: 165
Rep Power: 2
Havok has a spectacular aura aboutHavok has a spectacular aura about
Send a message via MSN to Havok
Yes please stop copying stuff from other websites. D3Scene had a problem with other forums about this and im sure hendricius doesn't want that happening again.
Reply With Quote
  #8  
Old 10-31-2007, 04:06 AM
Newbie
 
Join Date: Aug 2007
Posts: 8
Reputation: 0
Rep Power: 2
need2level is an unknown quantity at this point
WAT IF I DONT HAVE AC WEB ULTIMATE REPACK!? can someone pm me a way for me to get it to work for another website? please?
Reply With Quote
  #9  
Old 10-31-2007, 09:07 PM
Banned User
 
Join Date: Sep 2007
Location: In a girl's GRAVE ! :D
Posts: 821
Reputation: 200
Rep Power: 0
Acer has a spectacular aura aboutAcer has a spectacular aura aboutAcer has a spectacular aura about
you dont need ac-web repack for this, any Ascent repack will work.
Reply With Quote
  #10  
Old 11-03-2007, 12:38 PM
Banned User
 
Join Date: Jul 2007
Posts: 2,476
Reputation: 1076
Rep Power: 0
GodOfWar has much to be proud ofGodOfWar has much to be proud ofGodOfWar has much to be proud ofGodOfWar has much to be proud ofGodOfWar has much to be proud ofGodOfWar has much to be proud ofGodOfWar has much to be proud ofGodOfWar has much to be proud of
Added New Site.
Reply With Quote
  #11  
Old 11-05-2007, 03:35 PM
Newbie
 
Join Date: Aug 2007
Posts: 8
Reputation: 0
Rep Power: 2
need2level is an unknown quantity at this point
how do i use it for my repack? can anyone tell me? or give me a download for apache?

BTW i want to use this one
_______________________________
EthernalQ's Website(remade by Szela_93) v3 Ultimate

Last edited by Volund; 11-06-2007 at 01:06 AM.
Reply With Quote
  #12  
Old 11-05-2007, 03:45 PM
Mentor
 
Join Date: Oct 2007
Location: Belgium
Posts: 132
Reputation: 106
Rep Power: 2
FuryZero will become famous soon enoughFuryZero will become famous soon enough
Send a message via MSN to FuryZero
can't you edit your post?...
Reply With Quote
  #13  
Old 11-05-2007, 03:48 PM
Newbie
 
Join Date: Aug 2007
Posts: 8
Reputation: 0
Rep Power: 2
need2level is an unknown quantity at this point
.....just want to know how a guy with ascent but not AC can use this....
Reply With Quote
  #14  
Old 11-05-2007, 03:50 PM
Mentor
 
Join Date: Oct 2007
Location: Belgium
Posts: 132
Reputation: 106
Rep Power: 2
FuryZero will become famous soon enoughFuryZero will become famous soon enough
Send a message via MSN to FuryZero
yes but that's still no reason for not editing your post xD
(btw just follow the guide,wont be much difference,or download AC from the forum)

Last edited by FuryZero; 11-05-2007 at 03:52 PM.
Reply With Quote
  #15  
Old 11-05-2007, 03:53 PM
Newbie
 
Join Date: Aug 2007
Posts: 8
Reputation: 0
Rep Power: 2
need2level is an unknown quantity at this point
does it work when i use xamp?
Reply With Quote
  #16  
Old 11-05-2007, 11:56 PM
Banned User
 
Join Date: Sep 2007
Location: In a girl's GRAVE ! :D
Posts: 821
Reputation: 200
Rep Power: 0
Acer has a spectacular aura aboutAcer has a spectacular aura aboutAcer has a spectacular aura about
yeh it does.
Reply With Quote
  #17  
Old 11-06-2007, 01:02 AM
Newbie
 
Join Date: Aug 2007
Posts: 8
Reputation: 0
Rep Power: 2
need2level is an unknown quantity at this point
ok have a problem got server to work and i edited it, plus renamed titles and all info but it still says tbc funserver can someone tell me whats wrong? idahiwow.servegame.org
Reply With Quote
  #18  
Old 11-06-2007, 01:04 AM
Banned User
 
Join Date: Sep 2007
Location: In a girl's GRAVE ! :D
Posts: 821
Reputation: 200
Rep Power: 0
Acer has a spectacular aura aboutAcer has a spectacular aura aboutAcer has a spectacular aura about
dude i cant even access to your Homepage, lol
Reply With Quote
  #19  
Old 11-06-2007, 01:12 AM
Ryan's Avatar
myspace.com/ryan_str0up
 
Join Date: Jul 2007
Location: Folsom, California
Posts: 2,222
Reputation: 474
Rep Power: 5
Ryan is a glorious beacon of lightRyan is a glorious beacon of lightRyan is a glorious beacon of lightRyan is a glorious beacon of lightRyan is a glorious beacon of light
Send a message via MSN to Ryan Send a message via Yahoo to Ryan
Quote:
Originally Posted by need2level View Post
ok have a problem got server to work and i edited it, plus renamed titles and all info but it still says tbc funserver can someone tell me whats wrong? idahiwow.servegame.org
Code:
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
    <title>Stroup WoW News</title>
    <meta http-equiv="Pragma" content="no-cache"/>
    <meta http-equiv="Cache-Control" content="no-cache"/>
    <style type="text/css" media="screen">
    @import url(style.css);
.style3 {color: #FFFFFF}
    </style>
    <!--[if lt IE 7.]>
    <script defer type="text/javascript" src="pngfix.js"></script>
    <![endif]-->
    <script type="text/javascript">
<!--
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
</head>
<body>
<p align="center">&nbsp;</p>
<p align="center">&nbsp;</p>
<p align="center">&nbsp;</p>
<div align="center">
  <div align="center"></div>
  <table width="568" border="0">
    <tr>
      <th width="414" height="18" scope="row"><center>Stroup WoW News</center></th>
    </tr>
  </table>
  <table width="50%" cellpadding="0" cellspacing="0">
                <tr align="center">
      
      <td width="144" height="336" valign="middle"><p>
        <a href="news.php">
        <input name="Button" type="button" class="button" value="News"/>
        </a></p>
        <p>&nbsp;</p>
        <p><a href="register.php">
          <input name="Button" type="button" class="button" value="Register"/>
        </a></p>
        <p>&nbsp;            </p>
        <p>
          <a href="/forum">
          <input name="Button" type="button" class="button" value="Forum"/>
          </a></p>
        <p>&nbsp;            </p>
        <p>
          <a href="stats.xml">
          <input name="Button" type="button" class="button" value="Stats Page"/>
          <p>&nbsp;</p>
                        <p><a href="server.php"><input name="Button" type="button" class="button" value="Server"/></p>
                        <p>&nbsp;</p>
                        <p><a href="realms.php"><input name="Button" type="button" class="button" value="Realm Server('s)"/> </a></p>
                        <p>&nbsp;</p>
                        <p><a href="downloads.php"><input name="Button2" type="button" class="button" value="Downloads"/></a></p>
                        <p></a></p></p>
                    </td>
            <td width="402" valign="middle"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" height="480" width="480">
                            <param name="movie" value="Logo.swf">
                            <param name="quality" value="best">
                            <param name="play" value="true">
                            <embed height="500" pluginspage="http://www.macromedia.com/go/getflashplayer" src="Logo.swf" type="application/x-shockwave-flash" width="500" quality="best" play="true"> 
                        </object></td>
  <td width="144" valign="middle">
                        <p><a href="pomm.php"><input name="Button2" type="button" class="button" value="Player Map"/></p>
                        <p>&nbsp;</p>
                        
                        <p><a href="videos.php"><input name="Button2" type="button" class="button" value="Videos"/>
                        <p>&nbsp;</p>
        <p><a href="player.php"><input name="Button2" type="button" class="button" value="MP3 Player"/></p>
        <p>&nbsp;</p>
        <p><a href="gallery.php"><input name="Button2" type="button" class="button" value="Gallery"/></p>
        <p>&nbsp;</p>
        <p><a href="arcade.php"><input name="Button" type="button" class="button" value="Arcade"/></p></td>
            </table>
            </center>
   
  <p>&nbsp;</p>
</div>
        <center>
<div align="center"></div>
  <table width="47%" border="0" align="center" cellpadding="0" class="head">
                <tr class="head"><th width="402">News</th></tr>
                <td height="25" valign="middle">
                    <div align="center">
                        <span class="style3"></span></div>
                </td>
                <tr align="center">
                    <td width="402" height="75" valign="middle"><p align="center" class="style3">Stroup WoW supports 2.0.0-2.1.2 at the moment. Do count for it to work with 2.2.x sometime soon, as i have to manually update it to work with the new patches.</p>      </td>
            </table>
  
</center>
    </body>
you dont only change the titles, i would recommend learn HTML, so you can scan this easily while knowing what to change. you DO change the tiltle, but also some scripts in it. as you noticed, i colored them YELLOW for you to easily find

and you have to do this to every file you have a link for. (IE: News, Videos, ect.) Hope i helped
Reply With Quote
  #20  
Old 11-13-2007, 08:27 PM
Banned User
 
Join Date: Jul 2007
Posts: 2,476
Reputation: 1076
Rep Power: 0
GodOfWar has much to be proud ofGodOfWar has much to be proud ofGodOfWar has much to be proud ofGodOfWar has much to be proud ofGodOfWar has much to be proud ofGodOfWar has much to be proud ofGodOfWar has much to be proud ofGodOfWar has much to be proud of
good job you got it
Reply With Quote
  #21  
Old 11-18-2007, 11:05 PM
Newbie
 
Join Date: Aug 2007
Posts: 8
Reputation: 0
Rep Power: 2
need2level is an unknown quantity at this point
what about the stats page? and player map?
Reply With Quote
  #22  
Old 11-26-2007, 09:35 PM
Newbie
 
Join Date: Nov 2007
Posts: 9
Reputation: 0
Rep Power: 2
edMaster is an unknown quantity at this point
very nice illidan +rep
Reply With Quote
  #23  
Old 12-16-2007, 05:11 AM
Undead_King's Avatar
Addict
 
Join Date: Nov 2007
Posts: 67
Reputation: 18
Rep Power: 2
Undead_King is on a distinguished road
Download AC-Web Repack from AC Web Ultimate Repack.exe
Reply With Quote
  #24  
Old 01-07-2008, 09:36 AM
Wannabe Member
 
Join Date: Dec 2007
Posts: 10
Reputation: 0
Rep Power: 1
dabaddest361 is an unknown quantity at this point
hey how can we make it public ?
Reply With Quote
  #25  
Old 01-10-2008, 06:24 AM
skhouri10's Avatar
So.... Whats up???
 
Join Date: Nov 2007
Location: Silvermoon in Sunfury Spire
Posts: 343
Reputation: 143
Rep Power: 2
skhouri10 will become famous soon enoughskhouri10 will become famous soon enough
Send a message via MSN to skhouri10
Finally some1 that explaind it so that i could do it thx
Reply With Quote
  #26  
Old 01-30-2008, 02:34 PM
Marshal's Avatar
Hacker
 
Join Date: Jan 2008
Posts: 211
Reputation: 79
Rep Power: 1
Marshal will become famous soon enough
Sh*t

Ok, im such an nab. I think I did understand something, but not all.
If anyone can help me I would be glad.
Martin_O_D@hotmail.com -> Add if you can help
Reply With Quote
  #27  
Old 01-31-2008, 04:46 AM
Newbie
 
Join Date: Jan 2008
Location: WI boiiii
Posts: 3
Reputation: 0
Rep Power: 1
Consca is an unknown quantity at this point
How do i do this?

How do i put this on a website as html? or what?
Reply With Quote
  #28  
Old 01-31-2008, 05:58 AM
Ryan's Avatar
myspace.com/ryan_str0up
 
Join Date: Jul 2007
Location: Folsom, California
Posts: 2,222
Reputation: 474
Rep Power: 5
Ryan is a glorious beacon of lightRyan is a glorious beacon of lightRyan is a glorious beacon of lightRyan is a glorious beacon of lightRyan is a glorious beacon of light
Send a message via MSN to Ryan Send a message via Yahoo to Ryan
You Put It In Your HTDOCS Folder.
Reply With Quote
  #29  
Old 01-31-2008, 06:33 PM
Marshal's Avatar
Hacker
 
Join Date: Jan 2008
Posts: 211
Reputation: 79
Rep Power: 1
Marshal will become famous soon enough
Damnage

Well, what to do after that? :p
Reply With Quote
  #30  
Old 02-01-2008, 12:27 AM
Ryan's Avatar