Cool people, people like you, Register or log in...

bblocked forums » Troubleshooting

Help about community sites

(14 posts)

  1. zerocool

    Member

    Hello
    BBlocked team u have done very good job for unblocking site which are blocked by our isp in uae. also all community sites are also blocked here like hi5,orkut,facebox. i can browse using bblocked but cannot login in these site. i really missing my friends on my profiles please any solution or help to solve this problem.

    zerocool

    Posted 3 years ago #
  2. We're always improving compatibility with sites etc, if you could register at http://bugs.bblocked.org and report any bugs with sites etc there we can show you progress made on fixing the bugs you've found etc.

    Posted 3 years ago #
  3. zerocool

    Member

    hi there
    hello community sites are working on this link http://www.zeroization.com/proxy/ which i got from this forum. i think some restriction done by my hosting provider before that i can search from search box of torrentspy.com but now its not working here is my site link http://www.topsouq.com/mysite please check this out and tell me the problems.

    Posted 3 years ago #
  4. Okay, are you using the latest versions of 5.6 on both sites? And secondly are you using URL encoding on both as well or only one of them?

    Posted 3 years ago #
  5. We don't really offer support for bblocked 5.5 beta. But we will help you with 5.6 :D

    First, upgrade to bblocked 5.6, then open the file called config.php and you will find the configuration settings for all bblocked configurations. Good luck.

    Posted 3 years ago #
  6. zerocool

    Member

    hi
    there first of all this is not my site http://www.zeroization.com/proxy/

    my site is
    http://www.topsouq.com/mysite this one i dont know who to enable the url encoding well i install the package as it is i did not make any change in package i just download install on server. help me out how to solve this problem

    Posted 3 years ago #
  7. zerocool

    Member

    very very thanx
    i tried 5.6 it working very nice but now its giving this wraning

    Warning: rawurldecode() expects parameter 1 to be string, array given in /home/topsouq/public_html/test/includes/proxy/http.php on line 116

    what would be the problem ... ill try to use bblocked on squid proxy and ill let you know ppl its working good or not. tell how can i solve this warning problem... very very thanx zero.
    zero

    Posted 3 years ago #
  8. Very interesting error. Have you edited any of the files? Can you post the $_config array?

    Posted 3 years ago #
  9. Hi,

    I had the same warning. I simply replaced the line 116 in include/http.php:

    o

    with this one

    o

    After that everything seems to work fine...

    Greetings
    Maik

    Posted 2 years ago #
  10. Oh, the code thing didn't work. OK, I try again ;-)

    I simply replaced the line 116 in include/http.php:

    $

    with this one
    $

    After that everything seems to work fine...

    Maik

    Posted 2 years ago #
  11. hmmmm, I better do not use the backticks ;-)

    Old line in http.php:
    $cookie_content = explode(';', rawurldecode($cookie_content));

    new line:
    $cookie_content = explode(';', rawurldecode($cookie_content[0]));

    PS: could someone tell me how I should use that backticks for code formating?

    Posted 2 years ago #
  12. I updated today to 5.6.2 and I have the following error in the proxied page

    Fatal error: Cannot redeclare sort_strlen() (previously declared in /home/xtunnel/domains/xtunnel.biz/public_html/bblocked-5.6.2/includes/rewrite.php:104) in /home/xtunnel/domains/xtunnel.biz/public_html/bblocked-5.6.2/includes/rewrite.php on line 104

    Thanks for help

    Posted 2 years ago #
  13. Right, sorry about the ever so long wait for any replies, backticks aren't working properly first off, will have to report to bbPress... odd... for now just use the < code > opening and closing tags.

    mswiege - thanks for the contribution! I'll run it by rtfm and get it into the SVN :-)

    pierre2 - just looking into it now, rewrite.php should only be being included once so its oddd that its doing it, do you have an example URL to help speed up debugging?

    Thanks :-)

    Posted 2 years ago #
  14. Sorry guys... :(

    Fixed redeclaration of functions. Should run a bit smoother and nicer now. Update to 5.6.3
    ;)

    Posted 2 years ago #

RSS feed for this topic

Reply

You must log in to post.