PDA

View Full Version : Amazing website and much more!


coltrain7
04-17-2009, 02:31 PM
Hello everyone here are a list of websites. Some of you might of seen this on mmowned around 2 months ago, i decided to post i here to.

Here are some Website Releases:

WotLK Website

Download:
Filebeam - Free Fast File Hosting (http://filebeam.com/ad3f926b458cebecb161464c9bdef1ac)
MEGAUPLOAD - The leading online storage and file delivery service (http://www.megaupload.com/?d=F3PKCMGK)

Screenshots:
http://img360.imageshack.us/img360/4920/wotlkhomegn2.png (http://img360.imageshack.us/img360/4920/wotlkhomegn2.png)
http://img179.imageshack.us/img179/8140/wotlkacccreationsg2.png (http://img179.imageshack.us/img179/8140/wotlkacccreationsg2.png)
http://img179.imageshack.us/img179/4326/wotlkwallpaperswv9.png (http://img179.imageshack.us/img179/4326/wotlkwallpaperswv9.png)
http://img261.imageshack.us/img261/712/wotlkforumhf1.png (http://img261.imageshack.us/img261/712/wotlkforumhf1.png)

Credits:Tsoforever2

ArcEmu Account creation page

Download:
Filebeam - Free Fast File Hosting (http://filebeam.com/51635df0384a3e5c8eefed12c509e7d5)

Screenshots:
http://img131.imageshack.us/img131/8584/indexlc9.th.jpg (http://img131.imageshack.us/my.php?image=indexlc9.jpg)

Credits: Made by: Bljardkungen

Mangos account creation page

Download:
http://reggacc.php5.sk/download/reggacc_2.0.0.zip
RapidShare: Easy Filehosting (http://rapidshare.com/files/177711921/reggacc_2.0.0.zip.html)

Demo:
ReggAcc multirealm demo (http://reggacc.php5.sk/wotlk/index.php)

Screenshots:

Index (Frontpage of the site)
http://img131.imageshack.us/img131/949/indexyl7ni0.th.jpg (http://img131.imageshack.us/my.php?image=indexyl7ni0.jpg)
Register (After choosing the realm)
http://img294.imageshack.us/img294/1298/registerzj3ly4.th.jpg (http://img294.imageshack.us/my.php?image=registerzj3ly4.jpg)

Information:

This site is for MaNGOS only!

NEWEST FEATURE: PLAYERS CAN NOW CHANGE PASSWORDS

Features:

* Multirealm support
o up to 9 realms
* Layouts support
o layout for tbc
o layout for wotlk
* Right panel:
o ajax powered shoutbox
o counter (new visits & registrations)
* Left panel:
o ajax powered online map
o acount preview
o statistics
o pool
* Center panel:
o player preview
o web based configuration
o ajax powered online player list
* Simple administration from web (no need to edit config file)

GIP-Craft Site

Download:
Filebeam - Free Fast File Hosting (http://filebeam.com/59317ea0b467204866bd1701216717ad)

Screenshots:
http://img131.imageshack.us/img131/9121/gipcraftrb2dp1.th.png (http://img131.imageshack.us/my.php?image=gipcraftrb2dp1.png)

Information:

Site Features
CuteNews - News System
Server Status
Registration
WOTLK Theme


INSTALLATIONs
Upload the files to your website
Open /registration
edit config.php
To add news in your webbrowser go to /cutenews and login with Username:admin and Password:admin

Credits:
CuteNews


Blizz-like website

Download:
Filebeam - Free Fast File Hosting (http://filebeam.com/db0517ff1195ee1dba8dc5220ef7d6f7)

Screenshots:
http://img131.imageshack.us/img131/8036/vatralauscu9.th.jpg (http://img131.imageshack.us/my.php?image=vatralauscu9.jpg)

Information:
*Admin panel- 100% works
*Account Creation page-100% works
*Forum-working on it
*Themes-100& working
*Online Players -100% works

Installation:

How to install:


*First copy web files into wamp or xamp www folder
*Whit sqlyog make administrator account "gm level = az" in your character database
*Open firefox or ie and type "localhost" or whatever you set in xamp
*You will get this picture, change red leters
ImageShack - Hosting :: 72947566re1.jpg
ImageShack - Hosting :: 93415898wf0.jpg
Press continue!!! *Now go to your web folder/inc/account/and edit account.create.php with notepad..For account creation

"you must be login with "admin account that you made" to go to admin panel

Tutorial for it !
Installation Tutorial


1.Download the latest site revision using TortoiseSVN and use the URL : Code:
https://abwows.svn.sourceforge.net/svnroot/abwows/
.

2. Import all the sql files found in the SQL folder in your antrix database.If your antrix database already has the email field under the accounts table use the sql that says Code:
Code:
accounts_that_dont_have_email_field.sql
instead of Code:
Code:
accounts_that_have_email_field.sql
.If it doesnt have the email field by default just use Code:
Code:
accounts_that_have_email_field.sql
REMEMBER: Do not use both Code:
Code:
accounts_that_have_email_field.sql
and Code:
Code:
accounts_that_dont_have_email_field.sql
.

*Note* To make sure nothing goes wrong enable register globals, short open tag and output buffering in the php settings.

3.After you imported all the sqls required copy all the files to your webroot directory (default is apache\htdocs).
If you want to be able to install the site from and external ip open your inc/install/page.install.php file and edit it at line 1 where it says Code:
Code:
$any=false;
and change the Code:
Code:
false
to Code:
Code:
true
.As a security setting this false setting is recommended.This only allows the page to be installed from Code:
Code:
http://localhost/index.php
4.Run Code:
Code:
http://localhost/index.php
in your web browser and input your data until it works (might not work from try #1).

5.When you get a succesful message display just rerun your index.php page to see the site.

Remember: Edit `realmlist` and `realm_settings` table fields to suit your needs (this will display the online/offline server status.).And btw..User your Username properly when inputing the Site Owner field in the installation window becouse only that account can login see the administration Panel.

Credits for tempelate:
Speedy

Credits For Tutorial:
EldorGod

Here are Somethings you can add to the website:

Vote Box:

</head>
<body>
<?php
$user="EDITMEPLEASE";
$password="EDITMEPLEASE";
$database="EDITMEPLEASE"; //Char+login DB

$nochar=false;
$voted=false;
$disp = true;
if(($_COOKIE['vote']) != '1')
{
if(!empty($_POST['name']))
{
mysql_connect(localhost,$user,$password);
@mysql_select_db($database) or die( "Unable to select database");
$name = strtolower(mysql_real_escape_string($_POST['name']));
$today = date("mdHi");
$query="SELECT * FROM characters WHERE name='$name' LIMIT 1";
$result = mysql_query($query);
if($row = mysql_fetch_array($result))
{
$guid = $row['guid'];
$acct = $row['acct'];
$res = mysql_query("SELECT * FROM votewatch WHERE acct='$acct' LIMIT 1");
if($r2 = mysql_fetch_array($res))
{
$ct = $r2['ctime'];
if($today-$ct < 1200)
{
$disp = false;
mysql_close();
return;
}
else
{
mysql_query("DELETE FROM votewatch WHERE acct='$acct' LIMIT 1");
}
}
$reward = mysql_real_escape_string($_POST['reward']);
if($reward == 0)
{
mysql_query("INSERT INTO mailbox_insert_queue(sender_guid, receiver_guid, subject, body, stationary, money, item_id, item_stack) VALUES ($guid,

$guid, 'Thank you for voting!', 'Have this item as a reward', 0, 1000000, 0, 1)");
}
else
{
mysql_query("INSERT INTO mailbox_insert_queue(sender_guid, receiver_guid, subject, body, stationary, money, item_id, item_stack) VALUES ($guid,

$guid, 'Thank you for voting!', 'Have this item as a reward', 0, 0, $reward, 1)");
}
mysql_query("INSERT INTO votewatch(acct, ctime) VALUES($acct, $today)");
$voted = true;
}
else
{
$nochar = true;
}
mysql_close();
}
}
else
{
$disp = false;
}

?>
<div id='container' style='-moz-user-select: none; -khtml-user-select: none; user-select: none; cursor:default; padding-bottom:5px; width:320px;

border: 4px double red; position: absolute; top:20px; left:20px; background-color:black; color:white;'>
<div id='header' style='font-family: Arial; margin-bottom: 0.5em; border-bottom: 1px solid red; text-align: center; background-color:gray;

color:#ffffff'>
Please Vote for World of Arshak to help us Grow!
<span align='right' style='position:absolute; left: 305px; text-align: right;'>
<a href='javascript:void();' style='font-size:10px; color:white; text-decoration:none;' onclick='javascript:document.getElementById("conta

iner").style.display="none";'>
[X]
</a>
</span>
</div>
<div id='text' style='padding: 5px; padding-left: 7px; font-size: 12px; border-bottom: 1px solid red;'>
Voting for our server helps us grow and evolve,
and eventually become better than before.
You can vote once every 12 hours, and you'll get a reward for doing so!
</div>
<form style='text-align: center; margin-bottom: 2px; margin-top: 5px;' method='post' action='http://www.xtremetop100.com/in.php?

site=1132260145'>
<div style='font-size: 12px; valign:center;'>
Character Name:&nbsp;&nbsp;

<input type='text' name='name' style='font-size: 12px; width: 80px; background-color: black; color: white; border: 1px solid red;' />
<input type='submit' style='font-size: 12px; position:relative; top:1px; color:white; height: 17px; border:1px solid red; background-

color:black;' value='Vote!' />
</div>
<div style='font-size: 12px; valign:center; margin-top: 5px; padding-top: 3px;'>
Choose a reward:&nbsp;&nbsp;
<select name='reward' style='background-color: black; color: white; font-family: Arial; font-size: 12px; border: 1px solid red; height: 17px;

font-size: 10px;'>
<option value='0'>100 Gold</option>
<option value='27498'>Vote Point</option>

</select>
</div>
<?php

As i find more ill add more:

Credits to all listed above and me for finding them!

Merlino
04-17-2009, 05:24 PM
hey are good but Mangos account creation page are canot download

coltrain7
04-17-2009, 07:31 PM
hey are good but Mangos account creation page are canot download

Okay I'm probably going to find an updated version!

Merlino
04-18-2009, 09:57 PM
k tnx i wait download

coltrain7
04-18-2009, 10:34 PM
I hate Leechers!

Merlino
04-19-2009, 12:31 PM
coltrain7 can you help me whith blizzlike site i cant install int plzz help me
and plzz you know were i can download a wow forum?? plzz so you help me +rep for you

coltrain7
04-19-2009, 09:22 PM
Yeah add me on msn : Coltrain7@live.com

-Coltrain

Mikeambrose3
04-19-2009, 09:24 PM
This is nice.

Merlino
04-19-2009, 10:37 PM
2 sec i need to make an accout for register me on msg

Quiim2
07-18-2009, 05:40 PM
Bump! =)

computerwiz656
07-18-2009, 05:46 PM
http://img131.imageshack.us/img131/8036/vatralauscu9.jpg


Is abwow 3.x.x? or is it still old? lol because at first look this looked like mine though the year is still old. Just curious if they have updated it yet.

xxdemonxx
07-19-2009, 02:42 AM
Tjos crap is 2 years old man

karim1234
07-19-2009, 10:41 AM
Mangos account creation page

Download:
http://reggacc.php5.sk/download/reggacc_2.0.0.zip
RapidShare: Easy Filehosting

Demo:
ReggAcc multirealm demo

Reupload pleas link is dead
Thanks

Firemaw
07-19-2009, 08:02 PM
100% Leeched, All the links are dead meaning he just copied and pasted from other forums or old posts. I wouldn't download.

MOGA
07-22-2009, 02:00 PM
thx man .nice relasse ,,, + rep

revandaf
07-23-2009, 02:41 AM
TYaht blizzlike website doesn't work....when it asks for install i fill it all out and nothing happens....

Warhunter
07-27-2009, 12:35 AM
I really got problems with installing the blizz website, your "tutorial" was kind of messy, I didn't understand much of what you said. And I don't know how I install the website. Please, moore info.

Alright! I got it! :P

gaminino3
12-02-2009, 01:40 PM
usefull

t[]b@_$ERB|@
12-20-2009, 09:50 AM
HM,SQLs for "WotLK Website" forum?

Dabboo
12-20-2009, 03:04 PM
This is old as hell, don't bump...