I thought I could get it working but now my mind is blown!
I hard coded all the variables within the function to be the same every time it is run. However, it always runs correctly when saving manually and never returns correctly when saving automatically. The program is now defying the laws of logic in order to not work
This is beyond reason(simplified):
Output from when I run manually: truePHP Code:$var = 2;
if($var == 2)
{
return(true);
}
else
{
return(false):
}
Output from when I run automatically: false
![]()
![]()
![]()
![]()
i keep trying to join but it wont let me
never mind its good
also i really like it, along with the new admin menu
Last edited by Darkphoenix; 05-22-2011 at 03:35 PM.
Done, the new system is finished!
Admin will be activated and deactivated along with reserved slot orders automatically. The system also checks for users who are not allowed to have admin and gives them a reserved slot instead. This also means that if you lose your admin but are still subscribed it will automatically switch to a reserved slot only.
Now that this part is done we can focus on getting all the features ect configured on the test server. One thing that still needs to be tested is if the reserved slots work correctly on the test server. This however can be tested later on.