08.06.2014, 19:38
But help mee where to add this.
And add it on accountdisable command
PHP код:
new Year, Month, Day;
getdate(Year, Month, Day);
printf("%02d/%02d/%d", Day, Month, Year);
new Days = getdate();
printf("Days since the start of the year: %d", Days);