Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Dekaron > Dekaron Private Server
You last visited: Today at 10:49

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Help][WWW]User Panel

Discussion on [Help][WWW]User Panel within the Dekaron Private Server forum part of the Dekaron category.

Reply
 
Old   #1
 
eLO21's Avatar
 
elite*gold: 0
Join Date: Sep 2007
Posts: 1,511
Received Thanks: 983
[Help][WWW]User Panel

I need help with the compile any User Panel script to my page...
What i need:

- I need panel only for normal users not for GM... 3 simple options nothing more :|




- Logged:




... next, when i press on My Account:



etc.

Somebody can help me? Just send PM here or write on MSN

What i can offer for this?
Code:
- Very nice web design,
- coding: DIV's + CSS.
eLO21 is offline  
Old 01/15/2010, 23:13   #2
 
l2zeo's Avatar
 
elite*gold: 0
Join Date: Aug 2009
Posts: 267
Received Thanks: 39
Quote:
Originally Posted by eLO21 View Post
What i can offer for this?
Code:
- Very nice web design,
- coding: DIV's + CSS.
im sorry.
im simple only website... XD
l2zeo is offline  
Old 01/16/2010, 10:18   #3
 
eLO21's Avatar
 
elite*gold: 0
Join Date: Sep 2007
Posts: 1,511
Received Thanks: 983
Quote:
Originally Posted by l2zeo View Post
help does not, but website is simple.
If you can't help me, don't post simply...
eLO21 is offline  
Old 01/17/2010, 03:57   #4
 
maleket-el-oloob's Avatar
 
elite*gold: 0
Join Date: Jan 2010
Posts: 101
Received Thanks: 13
Upload the website to can help u
maleket-el-oloob is offline  
Old 01/17/2010, 09:32   #5
 
eLO21's Avatar
 
elite*gold: 0
Join Date: Sep 2007
Posts: 1,511
Received Thanks: 983
Quote:
Originally Posted by maleket-el-oloob View Post
Upload the website to can help u
In my website i use "switch($_GET[])" and DIV's.

+ Code:
PHP Code:
        <div id='info-txt'>
<?
switch($_GET[dk])
{
  case 
"register":
     include 
"register.php"; break;

  case 
"download":
     include 
"download.php"; break;

  case 
"contact":
     include 
"contact.php"; break;

  case 
"2";
     include 
"server-status.php"; break;

  case 
"3";
     include 
"user-panel.php"; break;

  case 
"4";
     include 
"server-time.php"; break;

  case 
"votenow";
     include 
"votenow.php"; break;

  case 
"donations";
     include 
"donations.php"; break;

  case 
"7";
     include 
"dead-front.php"; break;

  case 
"update";
     include 
"last-update.php"; break;

  case 
"9";
     include 
"advertisement.php"; break;

  case 
"10";
     include 
"footer.php"; break;

  case 
"11";
     include 
"follow-us.php"; break;

  case 
"news";
     include 
"news.php"; break;

  default:
     include 
"news.php"; break;
}
?>
        </div>

        <div id='advertisement'>
<? include ("advertisement.php");?>
            </div>
...
...
So you don't need any files form my website to help me with User Panel.
eLO21 is offline  
Old 01/17/2010, 09:54   #6
 
Zombe's Avatar
 
elite*gold: 20
Join Date: Dec 2007
Posts: 1,450
Received Thanks: 833
Quote:
Originally Posted by eLO21 View Post
In my website i use "switch($_GET[])" and DIV's.

+ Code:
PHP Code:
        <div id='info-txt'>
<?
switch($_GET[dk])
{
  case 
"register":
     include 
"register.php"; break;

  case 
"download":
     include 
"download.php"; break;

  case 
"contact":
     include 
"contact.php"; break;

  case 
"2";
     include 
"server-status.php"; break;

  case 
"3";
     include 
"user-panel.php"; break;

  case 
"4";
     include 
"server-time.php"; break;

  case 
"votenow";
     include 
"votenow.php"; break;

  case 
"donations";
     include 
"donations.php"; break;

  case 
"7";
     include 
"dead-front.php"; break;

  case 
"update";
     include 
"last-update.php"; break;

  case 
"9";
     include 
"advertisement.php"; break;

  case 
"10";
     include 
"footer.php"; break;

  case 
"11";
     include 
"follow-us.php"; break;

  case 
"news";
     include 
"news.php"; break;

  default:
     include 
"news.php"; break;
}
?>
        </div>

        <div id='advertisement'>
<? include ("advertisement.php");?>
            </div>
...
...
So you don't need any files form my website to help me with User Panel.
I hope you protected each of those files by placing
PHP Code:
if (basename($_SERVER['PHP_SELF']) != 'panel.php') die("You must use the <a href='./panel.php'>panel</a> to see this page."); 
in each file (If your main php is named panel.php, like mine.)

And yes, this means I'm working on a PHP administration panel, that actually works, unlike janvier's OSDS. I didn't get it to work xD

So anyway, protect each separate page (register.php, download.php...) with this and replace "panel" with the page name you use yourself for te main page.
Zombe is offline  
Old 01/17/2010, 10:34   #7
 
eLO21's Avatar
 
elite*gold: 0
Join Date: Sep 2007
Posts: 1,511
Received Thanks: 983
Any protection is not good ^_^ If somebody know how to hack can do anything :P in this code you can't open:

Code:
www.yourdomain.com/index.php?id=http://www.***.com/files
So is safe, but always can do it better ^_^

BTW: This is not a website for me, and i am just webdesigner not coder
eLO21 is offline  
Old 01/17/2010, 19:05   #8
 
maleket-el-oloob's Avatar
 
elite*gold: 0
Join Date: Jan 2010
Posts: 101
Received Thanks: 13
Upload the fill website to help u
u mast understand all fill connected
maleket-el-oloob is offline  
Old 01/17/2010, 19:24   #9
 
eLO21's Avatar
 
elite*gold: 0
Join Date: Sep 2007
Posts: 1,511
Received Thanks: 983
Quote:
Originally Posted by maleket-el-oloob View Post
Upload the fill website to help u
u mast understand all fill connected
I write you how my site work... and i see that you do not understand, so you can't help me.
eLO21 is offline  
Old 01/17/2010, 19:43   #10
 
maleket-el-oloob's Avatar
 
elite*gold: 0
Join Date: Jan 2010
Posts: 101
Received Thanks: 13
i will help u and fix the Problem and share how to fix it and installing in Video to all
maleket-el-oloob is offline  
Old 01/18/2010, 13:55   #11
 
Zombe's Avatar
 
elite*gold: 20
Join Date: Dec 2007
Posts: 1,450
Received Thanks: 833
Quote:
Originally Posted by maleket-el-oloob View Post
i will help u and fix the Problem and share how to fix it and installing in Video to all
You can't fix anything if you can't even speak English fluently... Sorry to tell you this.
Zombe is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
[RELEASE]Web Admin/User Panel v1.0
06/24/2011 - Dekaron Private Server - 10 Replies
Hello Guys,All credits going to Niky.I dont saw this tool posted in epvpers so i decided to help the community. the release function : GM/DEV/OPR Login ( detected by Character with // on the name ) Edit Accounts ( select by Account Name or Character Name ) Edit Character ( select by Character Name ) Give / Take Coins to Account ( select by Character Name ) Send Weapon to Character ( select by Character Name ) ( order by Lv till Lv / Class --> See all Weapons / Select the + )
[Need Something] v15 User Control Panel
07/12/2010 - Flyff Private Server - 4 Replies
Hello, Im admin from a v15 server, I need a user cp for my site, Someone haves ?? Post it here please.
How to add User Panel to Flyff Website
06/16/2010 - Flyff Private Server - 1 Replies
Hello i got a flyff webiste running with wamp and i was wondering on how to add the User Panel to the Website can someone post on how please i really need this Panel.
****** User helfen User
04/25/2010 - Off Topic - 7 Replies
Hi, Es gibt doch diese Signaturen wo man Punkte bei Dshini bekommt. Nun hätte ich eine Idee,jeder postet hier seine Signatur rein und ich fasse alle in meinem Beitrag zusammen und so helfen wir uns gegenseitig und unser Wunsch wird schneller erfüllt. wie findet ihr die Idee? Klick Klick Klick



All times are GMT +1. The time now is 10:49.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.