URL Error (110): An error has occured while trying to browse through the proxy.
Failed to connect to the specified host. Possible problems are that the server was not found, the connection timed out, or the connection refused by the host. Try connecting again and check if the address is correct.
Sproowl is a super simplified, more powerfull and easier to use PHPRoxy Edition. The main goal was to allow easy, faster and simpler modification, yet add some extra power to it, and make it user friendly. At the sametime was also achieved prolonged lifespan of a proxy: The HTML is significantly differ, turning it so that not all firewalls recognizes Sproowl as PHPRoxy.
Sproowl is a fork of PHPRoxy, and not just a basic themed setup. Remember to check this site for updates.
Sproowl is very easy to theme/skin/template however you wish to call it. It's very straightforward and fast process (6-30minutes each!), to show this, following is a list of theming we've already done, with downloads to the files:
It is really fast process to apply a new layout, i mean really fast. Fastest clocked time was 5:35, YES that is 5minutes and 35seconds with 3rd party watching the process. We believe we can enhance this process even further.
Of course, in such a short time you don't have time to pay attention to the slightest details, but the basic layout was achieved in so little time. In other words, with Sproowl, the time you spent implementing a new layout is completely irrelevant, leaving you more time to marketing tasks, and drive more traffic to your website.
Sproowl is licensed under the GPL V2 or any later at your choice, just like PHPRoxy. No differences there.
Copy all the files to your webhosting, and you are ready to go
Open config.php on your favorite editor (I recommend Notepad++), and change variables to your liking, sitename, additional HTML etc.
The plugin system was designed to be as simple as possible. Basicly, those files are just included and you can manipulate variables like you want to. However, that includes a drawback: No function hooks, so currently adding more complicated features is not possible with the plugin system.
Open config.php and check what variables there is for reference of what you can manipulate.
Plugins are executed during init, so you can run at that point more complex tasks. Hooks are being considered for inclusion. An simple ad rotator is however simple to do still.
To create a new plugin: Just create a php file to plugins/ directory (use small case extension).
Make an .htaccess file with "php_flag display_errors on", or rename .htaccess-debug to .htaccess. Works only on Apache.