Post Reply 
Advert on andriod forums
Sep. 29, 2010, 12:54 PM
Post: #1
Advert on andriod forums
How do I get rid of this annoying big advert box at the top of this form?

http://androidforums.com/htc-desire/

Kind Regards

Scoop
Add Thank You Quote this message in a reply
Sep. 29, 2010, 05:39 PM
Post: #2
RE: Advert on andriod forums
Looks more like they are in need of supporters to keep their service running.
So you could simply join them.

Or - with later alpha configs or the current beta - you could add an entry to your Exceptions-U list:
Code:
(www.|)androidforums.com/       $SET(sComment=§<guest welcome message§>/ guest welcome message)
Add Thank You Quote this message in a reply
Sep. 30, 2010, 11:47 AM
Post: #3
RE: Advert on andriod forums
(Sep. 29, 2010 05:39 PM)sidki3003 Wrote:  Looks more like they are in need of supporters to keep their service running.
So you could simply join them.

Or - with later alpha configs or the current beta - you could add an entry to your Exceptions-U list:
Code:
(www.|)androidforums.com/       $SET(sComment=§<guest welcome message§>/ guest welcome message)

Im already a member and supporter, its just sometimes I dont want to log in as in just to have a quick view of the posts.

Kind Regards

Scoop
Add Thank You Quote this message in a reply
Sep. 30, 2010, 02:11 PM
Post: #4
RE: Advert on andriod forums
have you tried "faking" your login cookie for that site?
that might also be an option...
Add Thank You Quote this message in a reply
Oct. 01, 2010, 08:10 AM
Post: #5
RE: Advert on andriod forums
(Sep. 30, 2010 02:11 PM)ProxRocks Wrote:  have you tried "faking" your login cookie for that site?
that might also be an option...

No not tried that, how do I do that?

Kind Regards

Scoop
Add Thank You Quote this message in a reply
Oct. 01, 2010, 08:54 AM
Post: #6
RE: Advert on andriod forums
if you scroll to the very bottom of this very page, you will see (at least in "advanced mode") a 'cookies' footnote...

when you mouse-over it, you will see a light blue popup showing "Cookie Header Out:" and a "mybbuser=long-string"...

from that, you can "fake" your cookie on this site using a IncExc-U/Exc-U entry of:
Code:
prxbx.com/
    $SET(0=f_cookie.)
    $SET(sCookieF=mybbuser=long-string)
from that same method, you might be able to fake your login for that android forum...

it doesn't "always" work (ie, i've not been able to fake a WinCert.net or a MSFN.org logon)... but it does work for MOST forum-like sites...
Add Thank You Quote this message in a reply
Post Reply 


Forum Jump: