>>
Site Map
>>
Forums
>>
Installation [nCo Mod]
Forum module - topics in forum:
Installation [nCo Mod] - Installation Questions and Discussion
running locally
I am trying to run your ultra on my local and it tells me my IP is invalid to access the site. Where can i relax the settings to run it locally to see if it is what i want to use.
Is this on your local PC? If so, comment out this line in includes/nukesentinel.php
| Code: : |
// Invalid ip check
if($nsnst_const['remote_ip']=="none") { die(_AB_INVALIDIP); } |
So that it looks like this:
| Code: : |
// Invalid ip check
//if($nsnst_const['remote_ip']=="none") { die(_AB_INVALIDIP); } |
Thanks my friend, ultra is a pretty fast cms. I like it alot. are there any special theme changes that i should implement for adding a new theme ?
Any theme that works with PHP-Nuke 7.6 will work with ultra.