[Help][WWW]User Panel

01/15/2010 21:20 eLO21#1
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 :|

[Only registered and activated users can see links. Click Here To Register...]


- Logged:

[Only registered and activated users can see links. Click Here To Register...]


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

[Only registered and activated users can see links. Click Here To Register...]

etc.

Somebody can help me? Just send PM here or write on MSN [Only registered and activated users can see links. Click Here To Register...]

What i can offer for this?
Code:
- Very nice web design,
- coding: DIV's + CSS.
01/15/2010 23:13 l2zeo#2
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
01/16/2010 10:18 eLO21#3
Quote:
Originally Posted by l2zeo View Post
help does not, but website is simple.:)
If you can't help me, don't post simply...
01/17/2010 03:57 maleket-el-oloob#4
Upload the website to can help u
01/17/2010 09:32 eLO21#5
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.
01/17/2010 09:54 Zombe#6
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.
01/17/2010 10:34 eLO21#7
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.xxx.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 ;)
01/17/2010 19:05 maleket-el-oloob#8
Upload the fill website to help u
u mast understand all fill connected
01/17/2010 19:24 eLO21#9
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.
01/17/2010 19:43 maleket-el-oloob#10
i will help u and fix the Problem and share how to fix it and installing in Video to all
01/18/2010 13:55 Zombe#11
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.