PDA

View Full Version : **UNOFFICIAL** POWERpanel Addon



Flisker
13-06-2007, 12:05 PM
Hey guys...

I dont really know if its been created or whatever but ive made a little addon for DJ Profiles...

Save this as profiles.php and put it on your /frontend/ folder.


<html>
<head>
<title>DJ Profile</title>
<link href="../css/inside.css" rel="stylesheet" type="text/css" />
</head>
<body style="margin: 10px;">
<div id="content_title">Select a DJ Profile </div>
<div id="content">
<?
include("../includes/config.php");

$query = mysql_query("SELECT * FROM users");
while($rows = mysql_fetch_array($query)) {
echo("<span id=\"forum2\"><a href=\"djprofile.php?name=". $rows["username"] ."\" target=\"_self\">". $rows[username] ."</a></span><br /> ");
}
?>
</div>
</body>
</html>
Thats about it really...

Cya!

If you want a Demo look here: www.skylightlobby.com/djstaff/frontend/profiles.php

Invent
13-06-2007, 04:52 PM
Nice idea.
I'm sure a lot of people will appreciate this :)

Sunny.
13-06-2007, 04:54 PM
Nice, also the profile is very good, shows requests etc :)

Flisker
13-06-2007, 04:54 PM
Thanks Simon ;]

ebay
13-06-2007, 04:58 PM
great, +rep

:)

Flisker
13-06-2007, 05:00 PM
thanks =]

Blob
13-06-2007, 05:00 PM
LOL! There is a stupid word filtered. I mean like why? Its on this aswell.. lol

Invent
13-06-2007, 05:05 PM
Meh, I'm going to re-make the filter, the one I got from the net is terrible.

Flisker
13-06-2007, 05:38 PM
i deleted all the words on my swears.txt :P

Bomb-Head
14-06-2007, 12:40 PM
Wow, nice addon.

+rep

Flisker
14-06-2007, 01:24 PM
Thanks urmmmm Bomb-Head (i dont know your real name)

Ini
14-06-2007, 03:40 PM
Thanks urmmmm Bomb-Head (i dont know your real name)

David?

Nice addon, makes me think abit of the techtuts user system though.

Flisker
14-06-2007, 03:51 PM
How and why ;S

Ini
14-06-2007, 05:19 PM
Because the members.php file on the TT user system does exactly that just reminds me of it thats all :P

Flisker
14-06-2007, 05:28 PM
lol i didnt even look at techtuts one lol

Want to hide these adverts? Register an account for free!