-
RisingKing's Template + MuWeb
Well since everyone has been asking Liselotte to release it, which if u had asked me I would have given it to u XD, here it is the Mu Kr launcher web template made by me:
Download:
Website: RapidShare: 1-Click Webhosting
Raw Flash: RapidShare: 1-Click Webhosting
Screens:
http://img524.imageshack.us/img524/1...age1hn0.th.jpg
Credits:
=Master= for all the scripts.
Me for the new template.
-
Re: [Release] RisingKing's Template + MuWeb
-
Re: [Release] RisingKing's Template + MuWeb
Quote:
Screens:
Not Availible...
?! 1 SS pls
-
Re: [Release] RisingKing's Template + MuWeb
I'd like to s4ee some ss
=)
i'll dl and test now
-
Re: [Release] RisingKing's Template + MuWeb
i will give u guys a screen in a sec ;)
-
Re: [Release] RisingKing's Template + MuWeb
-
Re: [Release] RisingKing's Template + MuWeb
I love it... this is the web i`ve searching for, thx
-
Re: [Release] RisingKing's Template + MuWeb
-
Re: [Release] RisingKing's Template + MuWeb
Quote:
Originally Posted by
xphire
please be mutexas.
yes they used it once, the one they use now is exclusive and wont be released soon...
edit: when i say exclusive, that means you can buy it
-
Re: [Release] RisingKing's Template + MuWeb
anyone can uploud it to other host? like sendspace.com, thanks for web.
-
Re: [Release] RisingKing's Template + MuWeb
good job man is really nice template
-
Re: [Release] RisingKing's Template + MuWeb
-
Re: [Release] RisingKing's Template + MuWeb
very nice :D
9.9/10 ;D for design
-
Re: [Release] RisingKing's Template + MuWeb
Quote:
Originally Posted by
xphire
please be mutexas.
^^, wait for few months :P
-
Re: [Release] RisingKing's Template + MuWeb
WOw !!! a fabulous Mu web page!!! Congratulations!! : D
10/10 : D
-
Re: [Release] RisingKing's Template + MuWeb
-
Re: [Release] RisingKing's Template + MuWeb
I love you risenking (not in gay version)
live demo :D Nyc Mu - Choose your path... <- add that to top post
Finished linking all images to my payed host :P
-
Re: [Release] RisingKing's Template + MuWeb
Thx Rising Greater web =]
-
Re: [Release] RisingKing's Template + MuWeb
good job dude, nice website ^^
-
Re: [Release] RisingKing's Template + MuWeb
Quote:
Originally Posted by
xphire
I love you risenking (not in gay version)
live demo :D
Nyc Mu - Choose your path... <- add that to top post
Finished linking all images to my payed host :P
dont advertise ur server here u noob
well i got personalized web by =Master=^^ but nice template anyway :)
-
Re: [Release] RisingKing's Template + MuWeb
Quote:
Originally Posted by
Trolly_G-M
dont advertise ur server here u noob
well i got personalized web by =Master=^^ but nice template anyway :)
Let me see it :P
-
Re: [Release] RisingKing's Template + MuWeb
-
Re: [Release] RisingKing's Template + MuWeb
-
Re: [Release] RisingKing's Template + MuWeb
Very nice template! Thank you!
-
Re: [Release] RisingKing's Template + MuWeb
Quote:
Originally Posted by
RisingKing2010
great releases man , pls can you make and GMList , PlayerOnline , BannedList ? :D will be much better , i make but i cant i dont know php :(
-
Re: [Release] RisingKing's Template + MuWeb
Banned Users:
PHP Code:
<?PHP
require('config.php');
$get_baned = $db->Execute("Select name,accountid from character where ctlcode='1'");
echo '
<table class="sort-table" id="table-1" height=0 border="0" cellpadding="4" cellspacing="0">
<thead><tr>
<td width=1 aling=left>#</td>
<td width=50 aling=left>Name</td>
</tr></thead>
';
for($i=0;$i < $get_baned->numrows();++$i)
{
$row = $get_baned->fetchrow();
$rank = $i+1;
echo "<tbody><tr>
<td align=left>$rank</td>
<td align=left><a href=index.php?op=character&character=$row[0]>$row[0]</a></td>
</tr></tbody>";
}
?>
GMs
PHP Code:
<?php
require("config.php");
$content='<table width="90%" border="0" cellspacing="2" cellpadding="2">
<tr>
<td width="12"><center>#</center></td>
<td>User</td>
<td>Level</td>
</tr>
';
$query="Select TOP 10 Name,cLevel,resets from Character where ctlcode>='8' order by resets desc ,clevel desc";
$result = $db->Execute($query);
for($i=0;$i < $result->numrows();++$i)
{
$row = $result->fetchrow();
$rank = $i+1;
$content .="<tr><td align=left><center>$rank</center></td>
<td align=left><a href=index.php?op=character&character=$row[0]>$row[0]</a></td>
<td align=left>$row[1]($row[2])</td>
</tr>";
}
$content .="</table>";
show($content);
?>
And i will make the online list l8er...
just save these as php files in the modules folder, and if you name it "bannedusers.php", the link to it on the site would be index.php?op=bannedusers
-
Re: [Release] RisingKing's Template + MuWeb
very nice template - 10/10
-
Re: [Release] RisingKing's Template + MuWeb
Here is a fix, so your "online users" dont get cut out on the server status:
1)open includes/web_modules.php
2)Find
Code:
$content= "fader[2].message[0] = \"Total Accounts $accounts<br>Total Characters $characters<br>Total Guilds $guilds<br>Online Users $online\";";
3)replace with:
Code:
$content= "fader[2].message[0] = \"Total Accounts $accounts<br>Total Characters $characters<br>Total Guilds $guilds<br>Online Users $online <br><br>\";";
Now your "Online Users" count will not be cut out on the bottom.
-
Re: [Release] RisingKing's Template + MuWeb
-
Re: [Release] RisingKing's Template + MuWeb
nice man, the best template for now for muweb, but i preffer the original
10/10
-
Re: [Release] RisingKing's Template + MuWeb
Quote:
Originally Posted by
devil940
nice man, the best template for now for muweb, but i preffer the original
10/10
WTF. The original is ugly as hell.
-
Re: [Release] RisingKing's Template + MuWeb
-
Re: [Release] RisingKing's Template + MuWeb
Quote:
Originally Posted by
xphire
WTF. The original is ugly as hell.
i agree with you 100%...
And MuWeb 0.8 needs with all those pics. ages to load.
-
Re: [Release] RisingKing's Template + MuWeb
Quote:
Originally Posted by
hermes
i agree with you 100%...
And MuWeb 0.8 needs with all those pics. ages to load.
I uploaded all my images from this site to my payed domain so it loads 999999x faster ;)
-
Re: [Release] RisingKing's Template + MuWeb
-
Re: [Release] RisingKing's Template + MuWeb
lol use a free web hosting as
funpic.org webhosting - 2500 mb webspace
or iFastNet Free Hosting Services: PHP & MySQL Free Hosting
only need change the images address in index.php
now you will get a lag less and better service
-
Re: [Release] RisingKing's Template + MuWeb
My host is the best, read my sig!
-
Re: [Release] RisingKing's Template + MuWeb
Could someone reupload to other host for me?
Thank alot!!!!!
-
Re: [Release] RisingKing's Template + MuWeb
looks nice, ill give it a try.
-
Re: [Release] RisingKing's Template + MuWeb
Quote:
Originally Posted by
anhnga
Could someone reupload to other host for me?
Thank alot!!!!!
here you got :drinks_no
temp_risingking_muweb.rar - FileFront.com
:flag_schw
-
Re: [Release] RisingKing's Template + MuWeb
very nice 10/10 would use this if i was still doing mu :jester:
-
Re: [Release] RisingKing's Template + MuWeb
-
Re: [Release] RisingKing's Template + MuWeb
-
Re: [Release] RisingKing's Template + MuWeb
Quote:
Originally Posted by
cstnandrei
Thank for your mirror!!!!
-
Re: [Release] RisingKing's Template + MuWeb
Great Release Man 10/10
P.s it shows my server is offline but really it is online!
-
Re: [Release] RisingKing's Template + MuWeb
check ur GS Port and ur ip.
the post is usually 55901
-
Re: [Release] RisingKing's Template + MuWeb
xphir dont dicuss with me, i dont pay
and
funpic.org webhosting - 2500 mb webspace
have unlimited bandwith
-
Re: [Release] RisingKing's Template + MuWeb
rising king pls fix news update because from admin panel u can put title, cathegory and author but no the text... how i can do?
thanks!
-
Re: [Release] RisingKing's Template + MuWeb
Quote:
Originally Posted by
INFAMY
rising king pls fix news update because from admin panel u can put title, cathegory and author but no the text... how i can do?
thanks!
hmmm never had that happen :/ so idk
-
Re: [Release] RisingKing's Template + MuWeb
-
Re: [Release] RisingKing's Template + MuWeb
The help is necessary!!! In what file the coding of news, events varies? All has examined. Any information has not seen. The coding windows-1251 (rus) is necessary to me! Thanks!
-
Re: [Release] RisingKing's Template + MuWeb
-
Re: [Release] RisingKing's Template + MuWeb
Quote:
Originally Posted by
INFAMY
hmm wat browser are you using?
-
Re: [Release] RisingKing's Template + MuWeb
I WAS USING FIREFOX... WITH EXPLORER IT WORKS THX :D
I HAVE OTHER 2 PRBLEMS SEE THIS IMAGE:
http://img224.imageshack.us/img224/4289/immaginexu8.jpg
THANKS
-
Re: [Release] RisingKing's Template + MuWeb
there is no module for castle seige + crywolf unless you make one
the user online thing can be the result of 2 things, either the server is online, but you have configured the "server online" option for the wrong port, or some user in the database still has connectstat=1, so just open the db in that case and look for that user, and set connectstat=2; for the server offline problem, just go into the admin panel and replace the the inccorrect port.
-
Re: [Release] RisingKing's Template + MuWeb
-
Re: [Release] RisingKing's Template + MuWeb
how i can change the musics? because if i change them in the music folder then in web it don't change!
-
Re: [Release] RisingKing's Template + MuWeb
Quote:
Originally Posted by
INFAMY
how i can change the musics? because if i change them in the music folder then in web it don't change!
edit the mp3list.xml and place the name of your mp3s :P
-
Re: [Release] RisingKing's Template + MuWeb
i do that but if i delete all the musics in the folder music same music still exist in the web page T_T
-
Re: [Release] RisingKing's Template + MuWeb
hmm i cant tell wats happening b/c i dont have ur files to examine :P
-
Re: [Release] RisingKing's Template + MuWeb
the best muweb template created!
10/10 man :D
-
Re: [Release] RisingKing's Template + MuWeb
rising ok i have done it works i was wrong modifying a file XD
now it's ok... but it's possible to make that the music don't restart every time i change the page? like i'm in the news page and the music starts, when i go to download it restarts... can i make it continue?
thanks!
-
Re: [Release] RisingKing's Template + MuWeb
-
Re: [Release] RisingKing's Template + MuWeb
try to use Mozilla Firefox
-
Re: [Release] RisingKing's Template + MuWeb
-
Re: [Release] RisingKing's Template + MuWeb
Quote:
Originally Posted by
alijabari
use appserv or easyphp ?
-
Re: [Release] RisingKing's Template + MuWeb
EasyPhp
with apache i have error and i cant install
-
Re: [Release] RisingKing's Template + MuWeb
Ok to make the mp3 player work correctly you must do these things
1. open the mp3 list with not pad and in there you will see this...
Code:
<song>
<title>KoRn - Twisted Transistor</title>
<name>music/Korn - Twisted Transistor.mp3</name>
</song>
now you probably wont see Korn but this is a good example now on the file name it is located in the folder the mu web blah blah comes in there ull see lets say becuz i have korn in mine ill see the mp3 file of KoRn - Twisted Transistor.mp3 now what you want to do is this lets say u wanna remove KoRn just do this lets say u put hilary duff song in there called fly and the file must be mp3 so fly.mp3 u will change it exactly like this
Code:
<song>
<title>fly</title>
<name>music/fly.mp3</name>
</song>
you must change exactly like that and it will show up so i hoped it helped
-
Re: [Release] RisingKing's Template + MuWeb
Quote:
Originally Posted by
alijabari
help?
-
Re: [Release] RisingKing's Template + MuWeb
it's possible to make that the music don't restart every time i change the page? like i'm in the news page and the music starts, when i go to download it restarts... can i make it continue?
thanks!
-
Re: [Release] RisingKing's Template + MuWeb
Quote:
Originally Posted by
INFAMY
it's possible to make that the music don't restart every time i change the page? like i'm in the news page and the music starts, when i go to download it restarts... can i make it continue?
thanks!
no, unless you can code the mp3player to remember the mp3 and mp3 position when you change a page.
-
Re: [Release] RisingKing's Template + MuWeb
this web is a mess!!! it is compatible with some things with some browsers and some thing yes and some not its a mess..
-
Re: [Release] RisingKing's Template + MuWeb
Quote:
Originally Posted by
Loks
this web is a mess!!! it is compatible with some things with some browsers and some thing yes and some not its a mess..
it works best with firefox + easyphp, atleast for me, i have yet to have any problems..., and besides it is not problems with my template, but modules and options of muweb, my template is not the problem, it just muweb acting up -.-
-
Re: [Release] RisingKing's Template + MuWeb
what are you guys talking about? THIS TEMP KICK ASS and WORKS FOR ALL BROWSER.
PS: lol, the transparent dont work very well on IE6 :P, i see alot of white bg
-
Re: [Release] RisingKing's Template + MuWeb
Quote:
Originally Posted by
Liselotte
what are you guys talking about? THIS TEMP KICK ASS and WORKS FOR ALL BROWSER.
PS: lol, the transparent dont work very well on IE6 :P, i see alot of white bg
yea this was one of my earlier public templates, i try and avoid stuff like that, but IE is such a crappy browser that it is impossible to avoid... for example, i try to use gif files rather than pngs, but a new problem i am having is that the bg image from the css dont load right for the <input> tags
-
Re: [Release] RisingKing's Template + MuWeb
to me still it is a very pimpun layout for mu web keep up the good work bro
-
Re: [Release] RisingKing's Template + MuWeb
-
Re: [Release] RisingKing's Template + MuWeb
-
Re: [Release] RisingKing's Template + MuWeb
nice webie good work rk :D
-
Re: [Release] RisingKing's Template + MuWeb
It's fuked in my browser using IE and filefront? what can be wrong? The pictures are all mixed here n there
-
Re: [Release] RisingKing's Template + MuWeb
Did you edit any picture or index.php?
-
Re: [Release] RisingKing's Template + MuWeb
Quote:
Originally Posted by
magicswe
It's fuked in my browser using IE and filefront? what can be wrong? The pictures are all mixed here n there
i used png images.... ie is gey and and doesn't load alpha layers in the png images (the transparent parts of a png image, hence the large amounts of white you are seeing in the site when you look at it with ie), update your browser to FireFox, then you won't have anymore problems ;)
-
Re: [Release] RisingKing's Template + MuWeb
I had the same problem with png (which shows fine on FF) i had to transform them to gif cause a lot of users use IE still and it didnt show well. Just save them as .gif and update the index.php file with the new images
-
Re: [Release] RisingKing's Template + MuWeb
Thankyou! I love your releases. Awsome work. gotta switch my website right away. :)
-
Re: [Release] RisingKing's Template + MuWeb
Quote:
Originally Posted by
plugged
I had the same problem with png (which shows fine on FF) i had to transform them to gif cause a lot of users use IE still and it didnt show well. Just save them as .gif and update the index.php file with the new images
for some of the imagestho, it wont look the same XD...
-
Re: [Release] RisingKing's Template + MuWeb
Just advice users to use FF, and fight against IE =)
-
Re: [Release] RisingKing's Template + MuWeb
Nice, nice, nice, is a good template, great job.
-
Re: [Release] RisingKing's Template + MuWeb
risingking im having a error when a register in the web...
when i register i got this:
http://www.uploadgeek.com/uploads456/2/error.PNG
but when i look at the sql the accoun was created...the players that play in my server boder me because this...u know how to fix it? if i use other site (other than muweb 0.8) the registration goes all ok
this pick isnt my...i was too lazy to put a pic mine :D
-
Re: [Release] RisingKing's Template + MuWeb
-
Re: [Release] RisingKing's Template + MuWeb
what say about secure?
trustful? I can use in my server?
-
Re: [Release] RisingKing's Template + MuWeb
All of RisingKing's work is trustful.
-
Re: [Release] RisingKing's Template + MuWeb
This one is trustful. The other one no. =.= [Template2]
-
Re: [Release] RisingKing's Template + MuWeb
Quote:
Originally Posted by
RayOfLight
This one is trustful. The other one no. =.= [Template2]
i removed the hole... so dun worry just redl template 2 :P
-
Re: [Release] RisingKing's Template + MuWeb
I had the template on my Server for 4 month, and i still like it. But i had to choose another one^^
-
Re: [Release] RisingKing's Template + MuWeb
Nice .. All of RisingKing's templates are good :) 10/10
-
Re: [Release] RisingKing's Template + MuWeb
-
Re: [Release] RisingKing's Template + MuWeb
With one programm i can open swf to edit ? United-1 ????
-
Re: [Release] RisingKing's Template + MuWeb
Great template! The only thing i dislike is the knight on the top, but it's not fatal! :) And perhaps if you make the Info box's text color the same as the menu's I think that it will be even better! :P
-
Re: [Release] RisingKing's Template + MuWeb
-
Re: [Release] RisingKing's Template + MuWeb
Quote:
Originally Posted by
Iulian4ik
What about security???
its running on MW 0.8 unpatched... you'd need to update the security
im working on a new site (Aslite Website), I am considering updating ALL of my templates for it so then my work is preserved. When I have the site near completion, I will open a dev thread and supply more info.