KeyStorm
Elite Member
Inn-sewer-ants-pollie-sea
Posts: 2156 Reputation: 45
38 / / –
Joined: Jan 2003
|
RE: Programming section?
code: <?PHP
if(user-class.programmers/user-class.total >= 0.2 && user-class.programming.AverageKnowledge() >= 50){
take(_CONSIDERATION, createForum("Programming"));
email( new Array("_admin", "_smods"), "A new entry to considerate-to-do list has been added. \r\nMake sure you revise the entry asap.");
}else{
take(_DISMISSED, createForum("Programming"));
email(thread[22744].creator.email, "You request has been automatically refused by the system. Administrators may however consider to add petition to the official to-do list within an undetermined time and without any kind of notification. \r\nStay tuned!");
thread[22744]close("PHP-admin", "Request was properly evaluated and dismissed by the server");
}
?>
This post was edited on 03-17-2004 at 07:10 PM by KeyStorm.
|
|