kelvin.thechamp
Senior Member
- Apr 4, 2011
- 931
- 356

Can u see it now Nix i m not a noob bro if i m telling you then its real u can see clearly its Evan chmod to 777 still the error is there
I dont know the reason

Just chmod it to 755. You must search all error logs for the reason (start with that vhost error log). Im sure you'll find the answer. Something is simply preventing it's execution. FExec is mandatory for the GUI version regardless of OS used.
It's better that I don't answer at all to why there is so less linux users. You're right, linux is the real power for many other software as well.
PS. Did you followed the 'memory_limit' guide I sent? Failing to do so may also cause weir errors. I've set NPS GUI version exactly the same way on my test site as I tell in the installation instructions.
1) Owerwrite the following files: index.php async.php and proxy_checker.php
2) Use PMA and select the database NIX_PS
Run the following SQL queries:
ALTER TABLE proxy_checker ADD keep_only_anonymous enum('Y','N') NOT NULL AFTER test_against_google;
ALTER TABLE proxies CHANGE type proxy_type text;
Alternatively you may reload proxies.sql (will delete all of your proxy checks) and proxy_checker.sql tables.
3) Edit C:\xampp\php\php.ini and replace your current memory_limit line to:
memory_limit = -1
Restart your apache for changes to take effect.