TrueGunz.net Website, new & amazing generation of BlueB! (UNFINISHED)
Hello guys,
So as you probably understand from the title, I release my website which me and my mates (SouRce & Kiyoshin) worked real hard!
The website is a new generation of BlueB website with extra and much more, new features.
Also it has new design, we worked very hard to pick the colors (not even talking about the coding lol)
Ok, the current version is UNFINISHED, I am still working on it this days and I will update the download link & the thread when I upload new or finished version.
The reason I post it unfinished is that I give a chance for coders & designers to finish it by them self it's almost done.
So... Let's start!
Functions:
-) Got great security system, not the best.
-) New website design (90% finished).
-) Great admin/gm/police pannel (including user-agent system/ip system)
-) Register with captcha
-) Login
-) Item Shop & Event Shop! (not 100% designed but 100% working with Rental time working!)
-) Slider News
-) Normal News
-) Donation page with purchase system (when a user pressing paypal link, a log sent to Web_Purchase table and if he just watched the link it says "Confirmed - False", didn't check yet if when someone pay it says "True", please come back to me with answer so I can build Auto-Getting coins system)
MyAccount Functions:
-) Change password
-) Gift TCoins (100% working)
-) Gift ECoins (100% working)
-) Manage Characters (with change gender option)
-) Manage Clans (kick members, upload embelem)
Admin Functions:
-) Manage and add updates
-) Manage and add events
-) Manage Item Shop (rental works by hours)
-) Manage Event Shop (rental works by hours)
-) IP Ban
-) Admin Pannel
(coded in admin block, gm block, police block)
How to set an admin in the website?
1. Go to templates/block_login.php
2. Search for:
PHP Code:
if($userID == "admin1" || $userID == "admin2")
3. Edit "admin1" to you'r User ID. (same "admin2" to have 2 admins)
4. Now go to include/config.php
5. Search for:
PHP Code:
$admins = array("dor431", "admin2", "admin3", "admin4","admin5","admin6");
6. Edit the "dor431" to you'r User ID and now login to you'r account in website.
How to set a game master in the website?
1. Go to templates/block_login.php
2. Search for:
PHP Code:
if($userID == "gamemaster" || $userID == "gamemaster2")
3. Edit "gamemaster" to you'r User ID. (same "gamemaster2" to have 2 game masters)
4. Now go to include/config.php
5. Search for:
PHP Code:
$admins = array("dor431", "admin2", "admin3", "admin4","admin5","admin6");
6. Edit the "dor431" to you'r User ID and now login to you'r account in website.
How to set a police in the website?
1. Go to templates/block_login.php
2. Search for:
PHP Code:
if($userID == "police" || $userID == "police2")
3. Edit "police" to you'r User ID. (same "police2" to have 2 polices)
4. Now go to include/config.php
5. Search for:
PHP Code:
$admins = array("dor431", "admin2", "admin3", "admin4","admin5","admin6");
6. Edit the "dor431" to you'r User ID and now login to you'r account in website.
How to get access to the staff pannel?
1. Install an Addon called "User Agent Switcher" to you'r browser.
2. Go to adminpannel/config.php and search for:
PHP Code:
$AdminUserAgent = "admin pannel";
3. Now, "admin pannel" is you'r user agent, write in you'r User Agent Switcher addon the line "admin pannel" and press done, now try entering the admin pannel, Walla! it's working.
It work's the same for the GM Pannel & Police Pannel except they got another User Agent.
Screen shots:
OLD BLUEB WEBSITE VIEW: http://i56.tinypic.com/2pyyo95.png
NEW TRUEGUNZ WEBSITE VIEW:
http://i49.tinypic.com/10rn1ci.png
http://i46.tinypic.com/20l8qt.png
http://i48.tinypic.com/2eewqgy.png
http://i50.tinypic.com/sobr0i.png (ITEM SHOP IMAGES WORKING, I JUST DIDN'T PUT SOME)
http://i48.tinypic.com/4rfhno.png
http://i50.tinypic.com/91me6r.png
Credits:
BlueB source website:
SuperWaffle -> HTML, CSS, PHP, AJAX and a bit of regular Javascript
McSic and Vonicery -> Design
Drew Phillips -> Captcha
Ross Shannon -> Clear default text (Login on click remove text)
TrueGunz renew website team:
Rexo -> Coder
SouRce -> Coder
Kiyoshin -> Designer
Download Link:
Download TrueGunz Website.rar from Sendspace.com - send big files the easy way
I hope you like it, please subscribe :)
for any help, contact me in skype, dorrulez .
Re: TrueGunz.net Website, new & amazing generation of BlueB! (UNFINISHED)
Really great release! the security system with the admin login is really great! much better than other released websites on here!
Re: TrueGunz.net Website, new & amazing generation of BlueB! (UNFINISHED)
it was better before had better look and etc . and now it is gone :(
Re: TrueGunz.net Website, new & amazing generation of BlueB! (UNFINISHED)
You ruined a great website.
Re: TrueGunz.net Website, new & amazing generation of BlueB! (UNFINISHED)
I don't see any difference between them.
Re: TrueGunz.net Website, new & amazing generation of BlueB! (UNFINISHED)
Some much php fail here, i cant even explain. Even your redesign isnt good.
Lets Break it Down,
Quote:
Originally Posted by
Rexo
PHP Code:
if($userID == "admin1" || $userID == "admin2")
if($userID == "gamemaster" || $userID == "gamemaster2")
if($userID == "police" || $userID == "police2")
[/PHP]
Why Not just Check the UgradeID to see if the user is admin, gamemaster, "police", or not?
And what if kids have 3 admins, gamemasters, or "police". oops fail.
Quote:
Originally Posted by
Rexo
PHP Code:
$admins = array("dor431", "admin2", "admin3", "admin4","admin5","admin6");
$admins = array("dor431", "admin2", "admin3", "admin4","admin5","admin6");
$admins = array("dor431", "admin2", "admin3", "admin4","admin5","admin6");
Again? Create simple user class like me, All it uses is a simple public function runs a simple mssql query to check if player blah grade = 255 then return true or false.
PHP Code:
if(!$user->CheckStaff($_SESSION['userid'])){
echo "Permission Denied";
}
Quote:
Originally Posted by
Rexo
PHP Code:
$AdminUserAgent = "admin pannel";
Whats the Point of this?... Its not needed at all.
Rating:
0/10.
Quote:
Originally Posted by
jur13n
this is shit.
I am sure I will quit the gunz section for sure now.
^This 100%
Re: TrueGunz.net Website, new & amazing generation of BlueB! (UNFINISHED)
Damn that's an old website which I made over a year ago. I cry if I look at the code. :[
"Got great security system, not the best."
How do you know it's not the best. You found any exploits in it?
Re: TrueGunz.net Website, new & amazing generation of BlueB! (UNFINISHED)
this shit,
comon Kiyoshin -> Designer, its only some picture edit -.-
- Tankado
Re: TrueGunz.net Website, new & amazing generation of BlueB! (UNFINISHED)
Quote:
Originally Posted by
Secured
Some much php fail here, i cant even explain. Even your redesign good.
Lets Break it Down,
Why Not just Check the UgradeID to see if the user is admin, gamemaster, "police", or not?
And what if kids have 3 admins, gamemasters, or "police". oops fail.
Again? Create simple user class like me, All it uses is a simple public function runs a simple mssql query to check if player blah grade = 255 then return true or false.
PHP Code:
if(!$user->CheckStaff($_SESSION['userid'])){
echo "Permission Denied";
}
Whats the Point of this?... Its not needed at all.
Rating:
0/10.
^This 100%
There's a reason I don't code it to search UGradeID, this is more secured so if a hacker get's himself a 255 UGradeID he still won't be able to access this pannel.
And I did only "admin1 - admin2" "gm1 - gm2" "police1 - police2" bcuz It can keep going forever, a normal person who know's abit how to set admin or gm or police, would know how to be able to add more users in the code, it's just copy paste.
And what's the point of User Agent Switcher to access pannel?
1. The best security ever, heard about Quality Gunz? they use it either.
2. The chances to hack this pannel is 1 to 1,000,000
3. You can stay calm if you take an admin down because you don't need to change the admin pannel url.
4. You can change the User Agent to what ever you want even "blabdlfbjd53253523" that's what good at it.
Anyway, because of the disrespect of everyone here, I can honestly say FUCK YOU, the old BlueB was SUCK and had low features, I expanded it just not finished but because of you'r unaperciate, I cancel my project, you don't deserve it.
Peace.
Re: TrueGunz.net Website, new & amazing generation of BlueB! (UNFINISHED)
You should also understand from other's point of view. If they say it sucks and blah blah blah you should see if you can improve it not taking it so offensive.
This is why some people give feed back and such.
Re: TrueGunz.net Website, new & amazing generation of BlueB! (UNFINISHED)
Quote:
Originally Posted by
Jirachi
You should also understand from other's point of view. If they say it sucks and blah blah blah you should see if you can improve it not taking it so offensive.
This is why some people give feed back and such.
There's a way to give a point of view, that was offensive, the people here give respect only for "Famous" coders that post something, WizKid and stuff, they can't accept something that doesn't belong to one of the famous people.
Re: TrueGunz.net Website, new & amazing generation of BlueB! (UNFINISHED)
Nothing new...
Only new design.
Re: TrueGunz.net Website, new & amazing generation of BlueB! (UNFINISHED)
this title is misleading.
Re: TrueGunz.net Website, new & amazing generation of BlueB! (UNFINISHED)
Quote:
Originally Posted by
Rexo
There's a reason I don't code it to search UGradeID, this is more secured so if a hacker get's himself a 255 UGradeID he still won't be able to access this pannel.
And I did only "admin1 - admin2" "gm1 - gm2" "police1 - police2" bcuz It can keep going forever, a normal person who know's abit how to set admin or gm or police, would know how to be able to add more users in the code, it's just copy paste.
Mmmm? I've never had a issue with people changing there UGradeID maybe because I actually code some real security into my website not some random un needed if statements and arrays. And the only possible way of someone getting 255 is by you or someone other staff with the power to set it sets it. Wanna Protect your self from People changing there ugradeid Google SQL Injection Protection.
Quote:
Originally Posted by
Rexo
And what's the point of User Agent Switcher to access pannel?
1. The best security ever, heard about Quality Gunz? they use it either.
2. The chances to hack this pannel is 1 to 1,000,000
3. You can stay calm if you take an admin down because you don't need to change the admin pannel url.
4. You can change the User Agent to what ever you want even "blabdlfbjd53253523" that's what good at it.
Its a random feature thats not needed,
This is basically how mine looks so how will they bypass this? Tell me Procodezor, My admin panel has Mobile, Destkop, & Tablet support cuz I fairly mobile so now I have to set a stupid user argent on those to access my admin panel?
PHP Code:
//Admin Panel Login
//Thats an example of what mine looks like.
if($_GET['do'] == "login"){
//Clean The post vars of SQL Injection Attempts
$user = clean($_POST['user']);
$pass = clean($_POST['pass']);
$user = New Account(); // My account class handles logins staff check session check ect ect.
if(!$user-> Login($user, $pass){//checks user / password in database returns true or false
echo "Username or Password is incorrect.";
} else {
if(!$user->CheckStaff()){ //checks ugrade in database returns true or false
echo "Permission Denied";
} else {
//Set Session
}
}
}
Quote:
Originally Posted by
Rexo
Anyway, because of the disrespect of everyone here, I can honestly say FUCK YOU, the old BlueB was SUCK and had low features, I expanded it just not finished but because of you'r unaperciate, I cancel my project, you don't deserve it.
Peace.
If you cant take constructive criticism don't release it. And by not taking it you wont get any better. Grow up.
Re: TrueGunz.net Website, new & amazing generation of BlueB! (UNFINISHED)
Quote:
Originally Posted by
Rexo
can honestly say FUCK YOU, the old BlueB was SUCK and had low features, I expanded it just not finished
I don't get why you used that web if it was that bad.
You could have used any other web which was not that 'suck'.
I'd have liked to see a preview of your 'improved' design though (mine did well imo).
But I guess this thread can be closed anyway, OP removed the download link.
Quote:
Originally Posted by
Secured
If you cant take constructive criticism don't release it. And by not taking it you wont get any better. Grow up.
^