Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

zCMS [PHP, OOP, Phoenix, Secure]

Status
Not open for further replies.
Elite Diviner
Joined
Sep 19, 2009
Messages
420
Reaction score
61
When i click on REGISER FOR FREE, I get this error
Jonteh - zCMS [PHP, OOP, Phoenix, Secure] - RaGEZONE Forums

This is because this doesn't have a .htaccess, It has a web config file for IIS. (I'm sure).
 
The one and only!
Loyal Member
Joined
Nov 24, 2008
Messages
2,529
Reaction score
1,435
Can you or someone make that .htaccess?:thumbup:

You will just have to download another uber edit, and use the htaccess from that. I am sure it is pretty much the same anyway.
 
Experienced Elementalist
Joined
Oct 25, 2009
Messages
205
Reaction score
106
Title: Could not execute cron job 'credits.php': could not locate script file.
Text: Could not execute cron job 'credits.php': could not locate script file.

Truncate your table site_cron
 
The one and only!
Loyal Member
Joined
Nov 24, 2008
Messages
2,529
Reaction score
1,435
I recommend everyone downloads and uses this... VERY SECURE :glare:
 
The one and only!
Loyal Member
Joined
Nov 24, 2008
Messages
2,529
Reaction score
1,435
Easier, delete the credits.php entry or get the credits.php script from the original uberCMS. Both work amazingly.

Phoenix gives credits every ?? minutes automatically via the server. The old cron entry was for when uber did not do it :p
 
Elite Diviner
Joined
Sep 19, 2009
Messages
420
Reaction score
61
Phoenix gives credits every ?? minutes automatically via the server. The old cron entry was for when uber did not do it :p

True. However, some people may have other cron jobs (webbuild), therefore emptying the table would not be very good.
 
Experienced Elementalist
Joined
Oct 25, 2009
Messages
205
Reaction score
106
True. However, some people may have other cron jobs (webbuild), therefore emptying the table would not be very good.

Either work's? Stop making a fuss lmfao
 
What about no.
Joined
Nov 7, 2009
Messages
423
Reaction score
210
Lol'd irl.

To fix the issue with the cron script not executing, delete the entry from site_cron.

Also - this CMS is optimized for usage on IIS w/ CloudFlare

how can you optimise your website for cloudflare :O
 
Custom Title Activated
Loyal Member
Joined
Jan 25, 2009
Messages
1,539
Reaction score
4
Lol this cms is to much work, I rather just use the version that you pay for considering the fact that I have it fr33 ;3

But Nice work Jonty.
 
The one and only!
Loyal Member
Joined
Nov 24, 2008
Messages
2,529
Reaction score
1,435
It has all the neccesary bits to run CloudFlare ^.^

LOL! All you need to do is replace $_SERVER['REMOTE_ADDR'] with $_SERVER['HTTP_X_FORWARDED_FOR'] or just go into the top of global and do $_SERVER['REMOTE_ADDR'] = $_SERVER['HTTP_X_FORWARDED_FOR'];
 
Status
Not open for further replies.
Back
Top