Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Admin

Pages: [1] 2 3
1
Community Discussions (Non-Forum Related) / Hey
« on: December 10, 2001, 05:59:15 AM »
One gets automatically transferred if:

1. Showing no User Agent
2. User Agent contains words suggesting it is an email collecting robot.
3. Using an IP that is banned because of somone with the same ISP has been put on the not-wanted list.

If your problem is not because of 1 or 2, please email me the IP you are using at the time and I will unban it.


With regards from
Admin

2
Site Specific / Yahoo Groups Auto Authorize
« on: August 01, 2001, 12:01:44 PM »
...
I tested this cookie authentication principle on following services:

Yahoo! Groups  http://groups.yahoo.com/
TV Grid        http://tvgrid.looksmart.com/
Horaire Tele   http://horairetele.infinit.com/

For TV Grid and Horaire Tele, sending out a cookie allows to retrieve
the TV listing for my region without filling out long forms.

Remember that the cookie should be given to nobody, it is the
equivalent of your password and will enable anybody to use your
account with your privileges.

Homeric


With regards from
Admin

3
Site Specific / Yahoo Groups Auto Authorize
« on: August 01, 2001, 11:37:39 AM »
I'm trying to learn how to do all this "Neat" stuff, but the "curve" is
damned steep (read "cliff-like")

Your first filter sounds REALLY useful, but I have absolutely NO idea
how to do any of the things you tell me to. <S..t>
i.e.
1. How do I "capture the outgoing Cookie header"?
2. Place it in what "Replace box"?
3. Activate what filter OUT? (How and Where)?
4. Where do I find this "never accept cookies" filter?
5. How do I 'insert groups.yahoo.com/ in the URL of "never accept
cookies" filter'?

I will now post a complete step-by-step instruction. Hope it helps.

1. Open your configuration file with a text editor, find the section
[HTTP Headers] and insert the following filter:

In = FALSE
Out = FALSE
Key = "Cookie: (PVT) Y! Groups authorization (YahooID) (out)"
URL = "groups.yahoo.com"
Match = "*|"

Then save the config file.

2. In Proxomitron, press the blue disk icon to reload the config.

3. Log in to Yahoo Groups site.

4. Open the Proxomitron log window, then click any link within the
Yahoo groups site in your browser.

You will see the request of type

+++GET 3+++
GET /group/prox-list/messages/ HTTP/1.0
Cookie: B=c,D=e;F=g;B=c,D=e;F=g;B=c,D=e;F=g;B=c,D=e;F=g;B=c,D=e;F=g;B=c,D=e;
Connection: keep-alive
User-Agent: Mozilla/4.0 (compatible; MSIE 4.01; Windows 98) Opera 5.11  [ru]
Host: groups.yahoo.com
Accept: text/html, image/png, image/jpeg, image/gif, image/x-xbitmap, */*
Accept-Language: ru
Accept-Charset: windows-1251,cp-1251

You need the contents of the Cookie header. Just copy the cookie line
from the request.  

5. Go to Header Filters. Find the filter "Cookie: (PVT) Y! Groups
authorization (YahooID) (out)", open it and paste the header in the
replace box. You will get something like

Cookie: B=c,D=e;F=g;B=c,D=e;F=g;B=c,D=e;F=g;B=c,D=e;F=g;B=c,D=e;F=g;B=c,D=e;

Do not forget to come at the beginning of the replace field (the
string will be very long) and remove the keyword Cookie:, so that you
see in the Replace box something like this:

B=c,D=e;F=g;B=c,D=e;F=g;B=c,D=e;F=g;B=c,D=e;F=g;B=c,D=e;F=g;B=c,D=e;

Click OK, then save the config.

6. Log out of Yahoo Groups.

7. Open the Header Filters window, find the filter "Cookie: (PVT) Y!
Groups authorization (YahooID) (out)" and enable it for outgoing
connections (put a checkmark in the Out column).

8. Then come back to your favorite group at Yahoo. The server will
recognize you as logged in.

With this filter, you do not have to log on each time, because the
filter sends your cookie to the server each time you come to the
Yahoo groups site.

If you wish to save 100 pixels of screen space, you can do so by
removing the logo and the banner. To do this, open your CFG file with a
text editor, paste the following filters in the [Patterns] section:

Name = "Ads: Yahoo Groups logo and banner (pt1)"
Active = TRUE
URL = "groups.yahoo.com"
Limit = 64
Match = "<BODY bgcolor="FFFFFF" text="000000" > <table"
Replace = "<BODY bgcolor="FFFFFF" text="000000" > <noscript> "
          "<script language="ShonenScript">"
          "<table"

Name = "Ads: Yahoo Groups logo and banner (pt2)"
Active = TRUE
URL = "groups.yahoo.com"
Limit = 64
Match = "</table> <font size="-1"> "
        "<table width="100%" border="0""
Replace = "</table>  </script></noscript> "
          "<font size="-1"> <table width="100%" border="0""

then save the config and reload it in Proxomitron (blue floppy disk icon)

Hope this helps.

--
Best regards, Homeric.


With regards from
Admin

4
Feature-Block / CSS unhide objects
« on: August 01, 2001, 02:06:49 AM »
Unhides objects if hidden by css

Name = "[MB] CSS: "hidden" Unhider"
Active = FALSE
Multi = TRUE
Limit = 256
Match = "visibility(:|=)( |)1("|)2hidden("|)3"
Replace = "visibility12visible3"


With regards from
Admin

5
Cosmetic / CSS black text
« on: August 01, 2001, 02:04:57 AM »
Changes text to black if defined otherwise in css

Name = "[MB] CSS: Black text"
Active = FALSE
Multi = TRUE
Limit = 1024
Match = "{1color:*(;| )2}"
Replace = "{1color:#000000;2}"


With regards from
Admin

6
Feature-Block / Kill invisible popups
« on: August 01, 2001, 02:02:31 AM »
Kills invisible popup windows that hide outside your view.

Name = "[MB] JS: No invisible popups 2"
Active = TRUE
Multi = TRUE
Bounds = "<script*</script>"
Limit = 2048
Match = "1window.open(*((left|screenx)=[#800-*]|(top|screeny)=[#600-*])*)2"
Replace = "1 /* -Prox: Invisible off-screen popup suppressed- */ 2"


With regards from
Admin

7
Cosmetic / HTML: No lowsrc
« on: August 01, 2001, 01:57:19 AM »
Removes Netscapes lowsrc from img tags.

Name = "[MB] HTML: No lowsrc"
Active = TRUE
Multi = TRUE
Bounds = "<imgs*>"
Limit = 256
Match = "1lowsrc="*"2"
Replace = "12"


With regards from
Admin

8
Cosmetic / HTML No center
« on: August 01, 2001, 01:55:09 AM »
Removes the center tag

Name = "[MB] HTML: No <center>"
Active = FALSE
Bounds = "<center*>"
Limit = 256
Match = "(<center)1(*>)2"
Replace = "1_away_2"


With regards from
Admin

9
Cosmetic / HTML No blockquote
« on: August 01, 2001, 01:54:08 AM »
Removes the blockquote tag.

Name = "[MB] HTML: No <blockquote>"
Active = FALSE
Bounds = "<blockquote*>"
Limit = 256
Match = "(<blockquote)1(*>)2"
Replace = "1_away_2"


With regards from
Admin

10
Cosmetic / FONT Text to Black
« on: August 01, 2001, 01:51:16 AM »
This filter changes the color to black in FONT tags if diefind otherwise.

Name = "[MB] HTML: <FONT> Black text"
Active = FALSE
Multi = TRUE
Bounds = "<font*>"
Limit = 256
Match = "1 color="*" 2"
Replace = "1 color="#000000" 2"


With regards from
Admin

11
Cosmetic / BODY Text to black
« on: August 01, 2001, 01:49:15 AM »
This filter changes the text to black if defined otherwise in the body tag.

Name = "[MB] HTML: <BODY> Black text"
Active = FALSE
Multi = TRUE
Bounds = "<body*>"
Limit = 256
Match = "1 text="*" 2"
Replace = "1 text="#000000" 2"


With regards from
Admin

12
Other / Dot-Alias for Google and groups
« on: July 31, 2001, 11:02:37 PM »
Greetings!

The following is an addition to the Dot-Alias (URL Alias List)
blockfile for Proxomitrom.  (Blockfiles are only available in
the Beta.)  Instructions for use and how to add preferences are
included in the comments portion.

To install, copy and paste the following (the info between the
cutlines) into your Alias blockfile and save.  Keep in mind that
the Google "catch-all" Dot-Alias (if used) MUST reside at the
bottom of that blockfile, so don't accidentally insert it after
that!

(By the way, Scott has advised that long blockfile commands *can*
be broken and placed on the new lines, so long as those next
lines are indented.  But, of course! :)

-Mona

----------------------8<-----------------------------

#  Dot-Alias To Run A Search Through Google or GoogleGroups.
#
#  .search[.LANGCODE]/WORD[+WORD]
#   Runs a search for webpages containing the entered word(s).
#
#  .search[.LANGCODE]/"WORD[+WORD]"
#   Runs a search for webpages containing the entered phrase.
#
#  NOTE: The same format applies for GoogleGroups searches;
#  just substitute the dot-alias ".searchgroups".
#
#  [] = optional. The + for each additional word is required.
#  *For a separate plus sign to force a "stop" word, use its
#   escaped value of %2B instead. (See Google's "Search Tips"
#   for more information on "stop" words.)
#  LANGCODE = Language Code; searches requested language pages.
#  If no language code is specified, Google searches all pages.
#
#    zhCN = Chinese (Simplified)  zhTW  = Chinese (Tradition)
#    cs   = Czech                  da   = Danish
#    nl   = Dutch                  en   = English*
#    et   = Estonian               fi   = Finnish
#    fr   = French*                de   = German*
#    el   = Greek                  iw   = Hebrew
#    hu   = Hungarian              is   = Icelandic
#    it   = Italian*               ja   = Japanese
#    ko   = Korean                 lv   = Latvian
#    lt   = Lithuanian             no   = Norwegian
#    pl   = Polish                 pt   = Portuguese*
#    ro   = Romanian               ru   = Russian
#    es   = Spanish*               sv   = Swedish
#
#  Examples:
#
#     .search/hitler+world+war
#     List webpages containing "hitler" AND "world" AND "war".
#
#     .search/"world+war+%2BII"
#     List webpages containing the phrase "World War II".
#
#     .search/hitler+"world+war"
#     List webpages containing "hitler" AND "world war".
#
#     .search/hitler+OR+"world+war"
#     List webpages containing "hitler" OR "world war".
#     NOTE:  The "OR" must be capitalized.
#
#     .search.fr/war
#     List only French webpages containing "war".
#
#  Any of the following can be appended to the end of each
#  Dot-Alias (below), at the end of the $JUMP line, inside
#  the final parenthesis.  The code will activate the
#  associated preference when the Dot-Alias is initiated:
#
#    &num=NUMBER     ...Number to list per results page.
#
#    &newwindow=1    ...Set links to open in a new window.
#
#    &safe=active    ...Use Google's "Safe Search" filter.
#
#    &hl=LANGCODE    ...Translate the search results page.
#                       Languages available: de en es fr it pt
#
#  If the code is NOT added below, the option can be entered
#  when running the actual search by appending it to the
#  end of the search itself, like so:
#
#     .search/"world+war"&num=30
#     List webpages containing "world war", list 30 per page.
#
#  This Dot-Alias Section was last updated July 21, 2001.

search.zhCN/1 &
   $JUMP(http://www.google.com/search?q=1&lr=lang_zh-CN)
search.zhTW/1 &
   $JUMP(http://www.google.com/search?q=1&lr=lang_zh-TW)
search(.(cs|da|nl|en|et|fi|fr|de|el|iw|hu|is|it|ja|ko|lv|lt|no
   |pl|pt|ro|ru|es|sv)$SET(2=&lr=lang_)|)/1 &
   $JUMP(http://www.google.com/search?q=12)
searchgroups.zhCN/1 &
   $JUMP(http://groups.google.com/groups?q=1&lr=lang_zh-CN)
searchgroups.zhTW/1 &
   $JUMP(http://groups.google.com/groups?q=1&lr=lang_zh-TW)
searchgroups(.(cs|da|nl|en|et|fi|fr|de|el|iw|hu|is|it|ja|ko|lv
   |lt|no|pl|pt|ro|ru|es|sv)$SET(2=&lr=lang_)|)/1 &
   $JUMP(http://groups.google.com/groups?q=12)

----------------------8<-----------------------------

13
Site Specific / Hotmail through Proxomitron
« on: July 31, 2001, 10:56:02 PM »
Greetings, All!

Despite the WebDAV extensions, Hotmail can be used through a proxy. If
you spoof the User-Agent.

I just verified my test account with Opera. From July 7 to July 20 I
received 200 fresh spams! The service Hotmail offers is really
wonderful! ;-)

You do not need to add Hotmail to "do not use proxy for" list (I did not)
However, you need Javascript in order for Hotmail to work.

Here is the filter which presents your browser as Netscape to Hotmail.
This eliminates MSN Messenger auto-loads and rich text controls
(PLEASE write in plain text and do not use HTML without necessity!).
The users of this filter will be presented a simple TEXTAREA field,
instead of the rich ActiveX control when composing. This will
decrease traffic for the recipient.

!========> Here begins Windows Clipboard... <========!

In = FALSE
Out = TRUE
Key = "User-Agent: Hotmail"
URL = "[^/]++.(hotmail.msn.com|icq.com)"
Match = "*"
Replace = "Mozilla/4.75 [ru] (Win98; U)"

!========> And here Windows Clipboard ends. <========!

The filter above should be placed after your general User-Agent
filter in order to have priority for Hotmail. Just play with the
alphabetical order to accomplish this.

And here are the experimental filters for removing the logo, the
banner and the footer. Because damn hotmail changed the look, I
changed the filters. But as usual, I believe that Hotmail suxx.

This time, the table that contains the logo and the banner contained
the tabs to access as well. My solution was to insert
ShonenScript-type tag where the table begins and close the
ShonenScript-type tag and insert the table tag before the second tr
tag. This would relocate the start of the table, thus eliminating the
first row from the table.

The footer was defeated the same way it was defeated before. One of
the disadvantages: the logout link completely disappears. Any idea
what to do with the logout link? One of the solution would be to
disable the footer filter (it contains less junk that the header).

!========> Here begins Windows Clipboard... <========!

Name = "Ads: Hotmail logo and banner (pt1)"
Active = TRUE
URL = "[^/]++.hotmail.msn.com"
Limit = 64
Match = "<a name="top"></a> <table border=0 cellpadding=0 "
Replace = "<a name="top"></a> "
          "<noscript> <script language="Hotmail Banner removed"> "
          "<table border=0 cellpadding=0 "

Name = "Ads: Hotmail logo and banner (pt2)"
Active = TRUE
URL = "[^/]++.hotmail.msn.com"
Limit = 128
Match = "</tr> </form> </table></td> </tr> "
        "<tr style="padding-top:6px"> <td>"
Replace = "</script></noscript> <tr style="padding-top:6px"> <td>"
          "<table border=0 cellpadding=0 cellspacing=0 width=100% "
          "bgcolor=#336699>"

Name = "Ads: Hotmail footer (pt1)"
Active = TRUE
URL = "[^/]++.hotmail.msn.com"
Limit = 200
Match = "</table> </td> </tr></table> <table border=0 "
        "cellpadding=0 cellspacing=0 width=100% bgcolor=#336699> "
Replace = "</table> </td> </tr></table> <noscript>"
          "<script language="Hotmail Footer Removed"> <table>"

Name = "Ads: Hotmail footer (pt2)"
Active = TRUE
URL = "[^/]++.hotmail.msn.com"
Limit = 128
Match = "</table> "
        "<IMG SRC="http://h.msn.com/c.gif"
Replace = "</table> </script></noscript> "
          "<WEBBUG SRC="http://h.msn.com/c.gif"


!========> And here Windows Clipboard ends. <========!

--
With best regards, Homeric

14
Site Specific / Yahoo Groups Auto Authorize
« on: July 31, 2001, 10:52:11 PM »
Yahoo has changed and this is here only for educational purpose!
Greetings, All!

Here is an auto-authorize filter. You have to log-on, capture the
outgoing Cookie header, place it into the replace box, log off and
activate the filter for OUT. When you come back to Yahoo Groups, you
will appear as logged in.

This filter is useful for Prox-List members as well as for other Yahoo
Groups users.

[HTTP Headers]

In = FALSE
Out = FALSE
Key = "Cookie: (PVT) Y! Groups authorization (YahooID) (out)"
URL = "groups.yahoo.com"
Match = "*|"
Replace = "place=your; cookie=here"

In order to prevent the saving of this cookie by the browser, insert
groups.yahoo.com/ in the URL of "never accept cookies" filter.

Your cookie authenticates you and should be given to nobody.

Here are two other filters - delete logo and banner and win 100 pixels! ;-)

[Patterns]
Name = "Ads: Yahoo Groups logo and banner (pt1)"
Active = TRUE
URL = "groups.yahoo.com"
Limit = 64
Match = "<BODY bgcolor="FFFFFF" text="000000" > <table"
Replace = "<BODY bgcolor="FFFFFF" text="000000" > <noscript> "
          "<script language="ShonenScript">"
          "<table"

Name = "Ads: Yahoo Groups logo and banner (pt2)"
Active = TRUE
URL = "groups.yahoo.com"
Limit = 64
Match = "</table> <font size="-1"> "
        "<table width="100%" border="0""
Replace = "</table>  </script></noscript> "
          "<font size="-1"> <table width="100%" border="0""

--
WBR, Homeric.

15
Privacy / Web Bug Filter (Greg)
« on: July 31, 2001, 02:54:56 PM »
Web Bug filter by Greg.

First you have to save this image and put it in your proxomitron html folder


[Patterns]
Name = "Block Web Bugs (RK)"
Active = TRUE
Bounds = "<img *>"
Limit = 512
Match = "* "
        "& (*height=("|)[#1-3])"
        "& (*width=("|)[#1-3])"
Replace = "<img src="dhtml/webbug.gif" height="18" width="18">"

With regards from
Admin

Pages: [1] 2 3