-
In the config.ini, if you have 'suppress_errors' => '1', a blank page appears where the proxy page should be.
2009-10-07 14:03:40 UTC by nobody
-
Hey There,
Just a quite note to you people to let you know that we're currently in desperate need of two developers, the first being a flash expert to help us make the script compatible with youtube, dailymotion etc
The second being another PHP developer to be responsible for updating the rewrite script (the part that rewrites a page content to go through the proxy)
We need you to help...
2007-04-18 06:37:02 UTC by beaver6813
-
Thank you for the heads up, however it has already been fixed in version 5.6 which is due to be released soon.
2007-04-14 09:30:35 UTC by josh_p_cell
-
The & does not validate properly unless it is written as &. The following one line patch will make things validate better.
Find the following line in rewrite.php
return SCRIPT_URL_FULL . "?{$page}&" . ARG_MODE . "=a02439ec&" . ARG_ACTION . "=baafe343";
and change it to
return SCRIPT_URL_FULL . "?{$page}&" . ARG_MODE . "=a02439ec&" . ARG_ACTION . "=baafe343";.
2007-04-14 01:10:59 UTC by nobody
-
It seems like it has been forever since our last release, and it has been a long time. So We are gearing up to release the next generation of open source web-based proxy bypassers... bblocked 5.6 beta!
There are tons of new features, and exciting themes and such. Check out our website (http://www.bblocked.org/) for more info.
2007-03-26 01:21:04 UTC by josh_p_cell
-
Our programers have started working on recoding the page request, and redirection functions into a single class. Features that will apear in the coming releases will include, form script redirecting; use of and/or alteration of cookies and headers; better redirection of javascript URLs and images.
rtfm.
2006-01-03 03:13:46 UTC by josh_p_cell
-
Anonymous committed patchset 1 of module CVSROOT to the bblocked -:- Unleash The Web CVS repository, changing 11 files.
2005-07-08 20:10:10 UTC by nobody
-
josh_p_cell registered the bblocked -:- Unleash The Web project.
2005-06-30 23:28:26 UTC by josh_p_cell