RisingKing v3 - Balgass Muweb Template

Experienced Elementalist
Joined
Feb 11, 2006
Messages
219
Reaction score
0
This website was used for Plague Mu until fant0ma copied it. Since it has been leeched, I might as well release the ORIGINAL version. This is also a first release in a long time... I haven't been a very active release. :)

For admin account... create a your admin account through the install.php and then create an account in the index.php?op=register, USE THE SAME LOG IN NAME AS YOUR ADMIN ACCOUNT!!

When you have an account, login to it and then click admin panel and log in to the admin panel to edit the site. This works 100% and will prevent unwanted access to your admin panel ;).

Another thing, I did not edit any images and remove the logos and etc. So you will have to remove em and place ur logos and etc.

This site has been secured to some extent. But, like any copy of Muweb 0.8, it is highly recommended that you add your own security functions.

Download:
- Rapidshare
- Sendspace
- File Front
- Mega Upload
Download the fix for the web_modules.php at the end of the post. Place it in the includes folder.
Cutenews news replacement module is also attached at the bottom. Just paste over the includes folder.
Download the staff module with the Plague Mu Staff removed at the bottom of page.

Screenshot:



Credits: Me for making the template, Master for muweb base.

PS: Im thinking abt starting some new stuff in the next few months coming. That may mean I will be releasing my own site, havnt done much since DWT 1.1. A lot of ppl have said that they want something new over Muweb so lets make it happen. Any reasonable suggestions just send me a pm. I don't believe in development threads, they're just a waste of time.

EDIT: Was successfully injected, attempting to patch again, more updates later. If anyone gets hacked on Muweb, please PM me the logs from the attack.

EDIT: For those that want to edit the staff.php I just update the script so that you can put in server administrators. The GM List will update automatically. First download the new staff.rar file below. Next place it into the "modules" folder of muweb. Next open the file in notepad. You should see the following lines:
PHP:
<?PHP
//Add in a line like " '', " after each member to add more staff members
$staff[0] = array(
'PlagueRat',
'RisingKing',
'Seek',
);
//Add in a line like " '', " after each member to add more staff descriptions
//Each description is matches the order of the staff members.
$staff[1] = array(
'Administrator and GEMM Executive.',
'Co-administrator and website manager.',
'Forums Administrator.',
);


?>
First you will want to change the three existing members. If you want to remove them, just delete the lines you don't want. Please note that each staff member corresponds to a description. So if there are three members THERE MUST BE three descriptions. Only place text between the single quotes! To add a member, add the following code after
PHP:
'Seek',
and
PHP:
'Forums Administrator.',
add this text:
PHP:
'Change this text between the single quotes',
So you could have something like:
PHP:
<?PHP
//Add in a line like " '', " after each member to add more staff members
$staff[0] = array(
'Noobster',
'Asilium',
'Freakout',
'Change this text between the single quotes',
);
//Add in a line like " '', " after each member to add more staff  descriptions
//Each description is matches the order of the staff members.
$staff[1] = array(
'Server Admin.',
'Co-administrator.',
'Forums Administrator.',
'Change this text between the single quotes',
);


?>
Then edit that text to what you want. ;) I am not gonna spend more than a few minutes on a solution. Its simply not worth my time.
 

Attachments

Last edited:
Re: [Release] RisingKing v3 - Balgass Muweb Template

nice work 10/10 :P maybe im setting a trend to people posting in your threads haha
 
Re: [Release] RisingKing v3 - Balgass Muweb Template

god job :d
10/10

1question :
100% secured?
 
Re: [Release] RisingKing v3 - Balgass Muweb Template

nice 10/10, but no offence the muweb sucks nowadays.. you should just release the site as a "template" so ppl can attach it to current web
well it was originally built into muweb so it was easier just releasing it as the original template on muweb, also this is my own version of secured muweb
1question :
100% secured?
We werent haxed when I used this one, so I want to say yes. But just to make sure no one thinks of me a liar, I do not guarantee your server is hack free :/, this site is very well protected imo though :).
nice work 10/10 :P maybe im setting a trend to people posting in your threads haha
seems like it lol
 
Re: [Release] RisingKing v3 - Balgass Muweb Template

nice template, anyways id like to see something new and not allways castle siege+crywolf images ^^
 
Re: [Release] RisingKing v3 - Balgass Muweb Template

O.o
where'd u get the error?

Greate template and mode of MuWeb

Problem is in web_modules.php

If I want to enter in any module ( ranking.php and other ) , the site give error
( Page not found )

=) Please fix that , because I put web_modules of old MuWeb site ( and it work ) , but I see that your web_modules.php is moded.
And Will be Great if you include in this Web Site , script like cute news or over , because not all languages support MSSQL Database ( exemple - Russian )
Thank you very much for this template =)

Sorry , bad english =)
 
Re: [Release] RisingKing v3 - Balgass Muweb Template

wow... that didnt happen b4 lol, sec i will post the fix :P
 
Re: [Release] RisingKing v3 - Balgass Muweb Template

uploaded fix and added to first post ;)
 
Re: [Release] RisingKing v3 - Balgass Muweb Template

:o I like it, specially the login part. about your new project, i think you should start with the basics, and then add more features while you dev your project. ^^ well that's what I do when I make sites.. GL
 
Re: [Release] RisingKing v3 - Balgass Muweb Template

And Will be Great if you include in this Web Site , script like cute news or over , because not all languages support MSSQL Database ( exemple - Russian )
You can use urlencode to save it to the database and then query it and urldecode it to display it.
 
Back