View Single Post
  #3  
Old 2nd May 2009, 15:05
crztz crztz is offline
Senior Member
 
Join Date: Apr 2009
P2P
Posts: 34
Default
I think this would go better.. but.. you decide...

it takes all the category pics from pic folder and you can associate/crate a a category with the category pic you select


The code:


[php]

<?php

require "include/bittorrent.php";
dbconn();
loggedinorreturn();

if (get_user_class() < UC_ADMINISTRATOR)
stderr("w00t","w00t");

// Kategorie hinzuf
Reply With Quote