Looks verry good i wnat it :P!
Printable View
Sor, but link is dead ... =(
Hey guys and girls,
I have my mangos up and running well. Im now looking for an nice template and the right script for it.
This Ragezone is 2 huge for me to look for it.
Hopefully can someone help with it.
Greets,
Comcom
Hey all. I've checked out WebwoW and I LOVE it and would like to use it. I know there's multiple posts in this thread for some sort of link. I've done extensive searching for some package download. I first went to the link in the first post.. I recieved this error when trying to get to it.
General Error
SQL ERROR [ mysql4 ]
Access denied for user 'webow_dev'@'localhost' (using password: YES) [1045]
An sql error occurred while fetching this page. Please contact an administrator if this problem persists.
I assure everyone, I'mnot trying to log in as the dev. This mesage just pops up. So I go to the root of the webserver, and get a really nice website using the WebwoW template. However, there is no links anywhere on the page, or in the forums to download it. I read through this entire thread multiple times. There was one link for an old version that I did download. There's also a link to to a SVN directory. HOWEVER, the link produced this error.
Error * PROPFIND request failed on '/svn/trunk' Repository access denied.
Is anyone else having these problems, or am I even more stupid than I thought I was? Also, if anyone does have a link for a package download, or has a working SVN link, please post it? Thank you all.
im having the same problem except for the SQL errors, ii lookred through the whole forums but i couldnt find a download link. Could someone provide us with one?
Thank You
Hey hey hey!
To make everything short, i have a serious problem with my Reg-Page.
I followed a guide on the internet how to make a reg-page with apache, PHP and MySQL. After some time it dident work so I deleted everything(all folders and programs) but now.. everytime i open up my brownser and want to go the [url=http://localhost/]cPanel
i got the mangos version and am stuck at step 3:
In order to make the installation process more secure, there is an editable Username and Password that allows you to proceed to the next step.
i dont get it what password and username i put?
hmm but the site is cool
why give me this erors?
http://www.imagehost.ro/pict/26220858479b935abb742.JPG
MySQL ERROR: ".mysql_error()."
"; $haserrors=true;} $sqldb = mysql_select_db($sql_db); if (!$sqldb) { echo "MySQL ERROR: ".mysql_error()."
"; $haserrors=true;} include('conf.php'); if ($_POST['dropt']==true) { $dbquery = mysql_query("DROP TABLE IF EXISTS web_news"); $dbquery = mysql_query("DROP TABLE IF EXISTS web_community"); $dbquery = mysql_query("DROP TABLE IF EXISTS web_settings"); $dbquery = mysql_query("DROP TABLE IF EXISTS web_misc"); /*$dbquery = mysql_query("DROP TABLE IF EXISTS forum_settings"); $dbquery = mysql_query("DROP TABLE IF EXISTS forum_topics"); $dbquery = mysql_query("DROP TABLE IF EXISTS forum_posts"); $dbquery = mysql_query("DROP TABLE IF EXISTS forum_userpost"); $dbquery = mysql_query("DROP TABLE IF EXISTS forum_userprofile");*/ } $dbquery = mysql_query("CREATE TABLE web_news( id_new INT NOT NULL AUTO_INCREMENT, PRIMARY KEY(id_new), id_account INT, title VARCHAR(100),text TEXT,image VARCHAR(50),date VARCHAR(10),hour VARCHAR(8))"); if (!$dbquery and $_POST['dropt']==false) { echo "MySQL ERROR: ".mysql_error()."
"; $haserrors=true;} $dbquery = mysql_query("CREATE TABLE web_community( id_com INT NOT NULL AUTO_INCREMENT, PRIMARY KEY(id_com), id_account INT, title VARCHAR(100),text TEXT,image VARCHAR(200), date VARCHAR(10),hour VARCHAR(8))"); if (!$dbquery and $_POST['dropt']==false) { echo "MySQL ERROR: ".mysql_error()."
"; $haserrors=true;} $dbquery = mysql_query("CREATE TABLE web_misc( id_misc INT NOT NULL AUTO_INCREMENT, PRIMARY KEY(id_misc), title VARCHAR(100),text VARCHAR(200),urls TEXT,image VARCHAR(200))"); if (!$dbquery and $_POST['dropt']==false) { echo "MySQL ERROR: ".mysql_error()."
"; $haserrors=true;} $dbquery = mysql_query("CREATE TABLE web_settings( showflash TINYINT(1), shownews TINYINT(1), showcontest TINYINT(1), showfanart TINYINT(1), showwallpaper TINYINT(1), showcommunity TINYINT(1), showsupport TINYINT(1), showjobs TINYINT(1), showmisc TINYINT(1),flashurl VARCHAR(200), sitename VARCHAR(80) )"); if (!$dbquery and $_POST['dropt']==false) { echo "MySQL ERROR: ".mysql_error()."
"; $haserrors=true;} $dbquery = mysql_query("INSERT INTO web_settings(showflash, shownews,showcontest,showfanart,showwallpaper,showcommunity,showsupport,showjobs, showmisc,flashurl,sitename) VALUES( '1','1','1','1','1','1','1','1','1','http://worldofwarcraft.com/new-hp/flash/loader.swf','".$_POST['webname']."')"); if (!$dbquery) { echo "MySQL ERROR: ".mysql_error()."
"; $haserrors=true;} if (!$dbquery) { echo "MySQL ERROR: ".mysql_error()."
"; $haserrors=true;} $dbquery = mysql_query("INSERT INTO web_news (title,text,id_account,date,hour,image) VALUES('Gratz!','Successfuly Installed =D!','0','".date('Y-m-d')."','".date('H:i:s')."','news-alert.gif')"); if (!$dbquery) { echo "MySQL ERROR: ".mysql_error()."
"; $haserrors=true;} $dbquery = mysql_query("INSERT INTO web_community (title,text,id_account,date,hour) VALUES('Your Community Here!','Yep, and the text just bellow XD!','0','".date('Y-m-d')."','".date('H:i:s')."')"); if (!$dbquery) { echo "MySQL ERROR: ".mysql_error()."
# "; $haserrors=true;} $dbquery = mysql_query("INSERT INTO web_misc(title, text, urls, image) VALUES('Movies', '', 'TestA
# TestB
', 'icon-movies.gif')"); if (!$dbquery) { echo "MySQL ERROR: ".mysql_error()."
# "; $haserrors=true;} $dbquery = mysql_query("INSERT INTO web_misc(title, text, urls, image) VALUES('Pictures', 'Bla Bla!', 'TestA
# TestB
', 'image-bc.gif')"); if (!$dbquery) { echo "MySQL ERROR: ".mysql_error()."
"; $haserrors=true;} if ($haserrors==false) { $fh = fopen('conf.php', 'w') or die("can't open file"); $stringData = ''; fwrite($fh, $stringData); fclose($fh); } if ($haserrors==false) { echo 'Database Successfuly Created! '; } $forceshow=$haserrors; metalborderdown(); } if ($forceshow==true) { ?>
what doing?
Lol ... Webiste is down -.-
[quote=popup;3007978]Hey hey hey!
To make everything short, i have a serious problem with my Reg-Page.
I followed a guide on the internet how to make a reg-page with apache, PHP and MySQL. After some time it dident work so I deleted everything(all folders and programs) but now.. everytime i open up my brownser and want to go the [URL="http://localhost/"]cPanel
i want download that.. please tell me where!!
hy , can some1 give me a link with a autorestart program ( for a server), cuz i dont have time to read all post about wow mmorpg :|
im running ascent rev 3638.
Ehy dacheat, please can you tell where i can download this web?
plz can somebody re-upload the website. link is dead or send me a pm then i give you my e-mail
Is this realeas still under construction?
Does this support the new mysql password encryption from Mangos?
So far none of this websites supported it..... :|
LOL he forgot the mysql databses required for the website.......
can someone post a link with a download/guid about the wow web files ?
thanks!
lol, i cant seem to find the problem, even when i scroll down to line 479 :O
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\AC Web Ultimate Repack\Server\htdocs\index.php on line 479
the project is now being followed in this website:
https://mangos.cjb.net/webow/forums/...f4753af5ea404e
<thread closed>