View Single Post
  #1  
Old 6th September 2008, 13:26
Grom's Avatar
Grom Grom is offline
Senior Member
 
Join Date: Aug 2008
Posts: 73
Default Staff Application
Staff Application, a way for good users to go try a process to become a mod, ..
Add in sql
PHP Code:
CREATE TABLE `staffapp` (
`
idint(10unsigned NOT NULL auto_increment,
`
useridint(10NOT NULL default '0',
`
applieddatetime NOT NULL default '0000-00-00 00:00:00',
`
offerlongtext NOT NULL,
`
reasonlongtext NOT NULL,
`
sitesenum('yes','no'NOT NULL default 'no',
`
sitenamesvarchar(150NOT NULL default '',
`
sceneenum('yes','no'NOT NULL default 'no',
`
connectableenum('yes','no','pending'NOT NULL default 'pending',
`
statusenum('accepted','rejected','pending'NOT NULL default 'pending',
`
moderatorvarchar(40NOT NULL default '',
`
commentvarchar(200NOT NULL default '',
PRIMARY KEY (`id`),
UNIQUE KEY `users` (`userid`)
ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=5
if you create a new account and try it out, also if u have the uploadapp they look ALMOST the same. like i said, i just edited the upload application files. All the credit goes to the coder.

here are the files beacause for some reason in the codebox it shows smilies. these attachments have none
And add code in admincp.php
PHP Code:
<td align="center"><a href=staffapps.php><img src="images/admin/blocked.gif" border=0 width=32 height=32><br>Aplicayion Modetaors</a><BR></td
and add code in navigate_block.php
PHP Code:
echo "- <a href=staffapp.php><font color=#FF0000>Aplication to modertor</font></a><BR>"
Attached Files
File Type: php staffapp.php (4.9 KB, 207 views)
File Type: php staffapps.php (9.6 KB, 167 views)
__________________
Hello All
Reply With Quote
The Following 3 Users Say Thank You to Grom For This Useful Post:
BamBam0077 (23rd October 2020), Darkness (30th December 2011), Fynnon (9th September 2008)