Main > Free Download Search >

Free yahoo ad blocker software for linux

yahoo ad blocker

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 479
Gmail Ad blocker 2.1.1

Gmail Ad blocker 2.1.1


Gmail Ad blocker is a useful Firefox extension that allows you to view your Gmail messages in wider format without the ads on the right and highlights the current message in the inbox when you mouse over. Works for new gmail look only. more>> Gmail Ad blocker 2.1.1 is a useful Firefox extension that allows you to view your Gmail messages in wider format without the ads on the right and highlights the current message in the inbox when you mouse over. Works for new gmail look only.

Those Gmail text advertisements can take up a lot of space and are not blocked by other addons. This add-on can supply users with more screen space for your messages.

Requirements: Mozilla Firefox

Enhancements: Bug fix: Hiding menu items is now working properly when Offline Gmail was enabled.

<<less
Added: 2009-03-16 License: MPL Price: FREE
1 downloads
WebMail Ad Blocker 2.5

WebMail Ad Blocker 2.5


More screen space for your messages! more>> <<less
Added: 2009-06-29 License: MPL Price: FREE
46 downloads
Zombie SPAM blocker 1.2.1

Zombie SPAM blocker 1.2.1


smf-zombie is a Sendmail milter for SPAM/virus filtration from zombie computers. more>>
smf-zombie is a Sendmail milter for SPAM/virus filtration from zombie computers.
Today is more than 70-80% of SPAM and viruses going from infected Windows computers around the world.
This milter aims to be lightweight, reliable and simple. Zombie SPAM blocker is written in C.
Main features:
- It has a hosts/networks whitelist;
- It can scan messages less than a defined size only;
- It can block the most of SPAM/virus engines (up to 80-85% of them);
- It can check the sender IP address with the most reliable zombie RBL - cbl.abuseat.org;
- It can safely reject "alien" bounce messages without RFC violating;
- It can reject messages for undisclosed recipients;
- It can reject harmful attachments to prevent viruses from spreading;
- It can log all milter activities through the syslog service.
Advantages:
- Small code;
- Fast work;
- Stability (production quality);
- Few system resources are required.
Enhancements:
- A workaround for the Sendmail socket unsafe error on some platforms was implemented.
- A bug with the greeting pause code under FreeBSD was fixed.
- Configuration file, default user, and working directory were changed.
- The format of log records was changed.
- Some samples of start-up scripts were added.
- New TODO tasks were added.
- Cosmetic enhancements were made.
<<less
Download (0.012MB)
Added: 2006-06-06 License: GPL (GNU General Public License) Price:
1240 downloads
Form Spam Bot Blocker 0.2

Form Spam Bot Blocker 0.2


Form Spam Bot Blocker is a PHP class that can generate forms that prevent submission by spam robots. more>>
Form Spam Bot Blocker is a PHP class that can generate forms that prevent submission by spam robots without requiring human users to enter special values.

The project generates hidden inputs for forms that have special values that are verified on the server after the form is submitted to eventually detect whether the form was sent by a spam robot.

The class can generate an hidden input that contains an encoded value of the user browser, user computer IP address and the current time.

The class verifies whether these browser name and IP address are still the same, and also whether the form is being submitted by a normal time interval after it was create, like when it is submitted by a real human user.

The class also generates a text input that are invisible for the user. A human user would not fill this input. If the input is submitted with a value, it was certainly a robot.

When the class detects a situation that demonstrates the form was submitted by a robot, the application should not accept the form submission.

<<less
Download (MB)
Added: 2007-05-01 License: GPL (GNU General Public License) Price:
908 downloads
Sethi Yahoo News Grabber 1.0

Sethi Yahoo News Grabber 1.0


Sethi Yahoo News Grabber is a small script used for fetching news from Yahoo. more>>
Sethi Yahoo News Grabber is a small script used for fetching news from Yahoo.

Quick and dirty routine to get Yahoo news

Should save result to a text file and then SSI the sucker where you want

<<less
Download (MB)
Added: 2007-03-26 License: GPL (GNU General Public License) Price:
946 downloads
Yahoo Messenger 1.0.4

Yahoo Messenger 1.0.4


Yahoo! Messenger for UNIX is an instant messenger. more>>
Yahoo! Messenger for Unix sends instant messages to your Windows and Unix friends!
Enhancements:
- Improved Emoticons - Improved Message Archive - Improved sound on RedHat kernels - Yahoo! Address Book integration - File transfer with Windows clients -
<<less
Download (0.91MB)
Added: 2005-06-15 License: LGPL (GNU Lesser General Public License) Price:
1171 downloads
Yahoo::Marketing 0.08

Yahoo::Marketing 0.08


Yahoo::Marketing is an interface for Yahoo! Search Marketings Web Services. more>>
Yahoo::Marketing is an interface for Yahoo! Search Marketings Web Services.

SYNOPSIS

This collection of modules makes interacting with Yahoo! Search Marketings Web Services as easy as possible.

Sample Usage:

use Yahoo::Marketing::Keyword;
use Yahoo::Marketing::KeywordService;

my $service = Yahoo::Marketing::KeywordService->new;

# setup your credentials

$service->username( your username )
->password( your password )
->license( your license )
->master_account( your master account ID )
->account( your account ID )
->endpoint( https://sandbox.marketing.ews.yahooapis.com/services );

# OR

$service->parse_config( section => sandbox );


# create a keyword object, and add it

my $keyword = Yahoo::Marketing::Keyword->new
->adGroupID( $ad_group_id )
->text( some text )
->alternateText( some alternate text )
->sponsoredSearchMaxBid( 1.00 )
->status( On )
->advancedMatchON( true )
->url( http://www.someurl.com )
;

my $keyword_response = $service->addKeyword( keyword => $keyword );

# added keyword will have ID set

my $added_keyword = $keyword_response->keyword;
...

Yahoos Marketing API allows you to manage your search marketing account in an automated fashion rather than manually. The API is exposed as a standard SOAP service that you can make calls to. This set of modules is designed to make using the SOAP service easier than using SOAP::Lite (for example) directly. There are 2 main types of modules available.

The service modules (CampaignService, AdGroupService, BidInformationService, etc) are used to make the actual calls to each of the SOAP services in the API. The other type of module provided are the complex type modules, each of which represents one of the complex types defined in one of the WSDLs of the SOAP service. Examples include Campaign, AdGroup, Ad, PendingAd, CreditCardInfo, etc.

Yahoo::Marketing will call LocationService for you, and cache the results. This should be completely transparent. See the documtation for cache, cache_expire_time, purge_cache and clear_cache in Yahoo::Marketing::Service for more details.

<<less
Download (0.066MB)
Added: 2006-12-07 License: Perl Artistic License Price:
1051 downloads
Yahoo::Marketing::Role 0.08

Yahoo::Marketing::Role 0.08


Yahoo::Marketing::Role is an object to represent a user role for an account, e.g. AccountAdministrator or CampaignManager. more>>
Yahoo::Marketing::Role is an object to represent a user role for an account, for example, AccountAdministrator or CampaignManager.

Roles determine the capabilities that a user has, which in turn determine the operations a user can execute within the system. The association between a User, a Role, and an Account is an Authorization.

SYNOPSIS

See http://ysm.techportal.searchmarketing.yahoo.com/docs/reference/dataObjects.asp for documentation of the various data objects.

new

Creates a new instance

METHODS

get/set methods

get (read only) methods

name

<<less
Download (0.066MB)
Added: 2006-12-13 License: Perl Artistic License Price:
1045 downloads
Yahoo::Marketing::BucketType 0.08

Yahoo::Marketing::BucketType 0.08


Yahoo::Marketing::BucketType is an object to represent a Yahoo Marketing BucketType. more>>
Yahoo::Marketing::BucketType is an object to represent a Yahoo Marketing BucketType.

SYNOPSIS

See http://ysm.techportal.searchmarketing.yahoo.com/docs/reference/dataObjects.asp for documentation of the various data objects.

new

Creates a new instance

METHODS

get/set methods

bucketID
max
min

get (read only) methods

<<less
Download (0.066MB)
Added: 2006-12-08 License: Perl Artistic License Price:
1050 downloads
Yahoo::Marketing::Ad 0.08

Yahoo::Marketing::Ad 0.08


Yahoo::Marketing::Ad is an object to represent a Yahoo Marketing Ad. more>>
Yahoo::Marketing::Ad is an object to represent a Yahoo Marketing Ad.

SYNOPSIS

See http://ysm.techportal.searchmarketing.yahoo.com/docs/reference/dataObjects.asp for documentation of the various data objects.

METHODS

new

Creates a new instance

get/set methods

ID
accountID
adGroupID
contentMatchQualityScore
description
displayUrl
editorialStatus
name
shortDescription
sponsoredSearchQualityScore
status
title
update
url

get (read only) methods

createTimestamp
deleteTimestamp
lastUpdateTimestamp

<<less
Download (0.066MB)
Added: 2006-12-08 License: Perl Artistic License Price:
1051 downloads
Yahoo::Marketing::Service 0.08

Yahoo::Marketing::Service 0.08


Yahoo::Marketing::Service is a base class for Service modules. more>>
Yahoo::Marketing::Service is a base class for Service modules.

SYNOPSIS

This module is a base class for various Service modules (CampaignService, AdGroupService) to inherit from. It should not be used directly.

There are some methods common to all Services that are documented below.

See also perldoc Yahoo::Marketing::AccountService ...::AdGroupService ...::AdService ...::BasicReportService ...::BidInformationService ...::BudgetingService ...::CampaignService ...::ExcludedWordsService ...::ForecastService ...::KeywordResearchService ...::KeywordService ...::LocationService ...::MasterAccountService ...::UserManagementService

Please see the API docs at
http://ysm.techportal.searchmarketing.yahoo.com/docs/gsg/index.asp#services
for details about what methods are available from each of the Services.

<<less
Download (0.066MB)
Added: 2006-12-14 License: Perl Artistic License Price:
1044 downloads
Yahoo::Marketing::AdGroup 0.08

Yahoo::Marketing::AdGroup 0.08


Yahoo::Marketing::AdGroup is an object to represent a Yahoo Marketing AdGroup. more>>
Yahoo::Marketing::AdGroup is an object to represent a Yahoo Marketing AdGroup.

SYNOPSIS

See http://ysm.techportal.searchmarketing.yahoo.com/docs/reference/dataObjects.asp for documentation of the various data objects.

new

Creates a new instance

METHODS

get/set methods

ID
accountID
adAutoOptimizationON
advancedMatchON
campaignID
contentMatchMaxBid
contentMatchON
name
sponsoredSearchMaxBid
sponsoredSearchON
status
watchON

get (read only) methods

contentMatchMaxBidTimestamp
createTimestamp
deleteTimestamp
lastUpdateTimestamp
sponsoredSearchMaxBidTimestamp

<<less
Download (0.066MB)
Added: 2006-12-08 License: Perl Artistic License Price:
1050 downloads
Yahoo::Marketing::Keyword 0.08

Yahoo::Marketing::Keyword 0.08


Yahoo::Marketing::Keyword is an object to represent a Yahoo Marketing Keyword. more>>
Yahoo::Marketing::Keyword is an object to represent a Yahoo Marketing Keyword.

SYNOPSIS

See http://ysm.techportal.searchmarketing.yahoo.com/docs/reference/dataObjects.asp for documentation of the various data objects.

METHODS

new

Creates a new instance

get/set methods

ID
adGroupID
advancedMatchON
alternateText
sponsoredSearchMaxBid
status
text
update
url
watchON

get (read only) methods

accountID
canonicalSearchText
createTimestamp
deleteTimestamp
editorialStatus
lastUpdateTimestamp
phraseSearchText
sponsoredSearchMaxBidTimestamp

<<less
Download (0.066MB)
Added: 2006-12-08 License: Perl Artistic License Price:
1050 downloads
Yahoo::Search 1.7.10

Yahoo::Search 1.7.10


Yahoo::Search is a Perl interface to the Yahoo! Search public API. more>>
Yahoo::Search is a Perl interface to the Yahoo! Search public API.

The following search spaces are supported:

Doc
Common web search for documents (html, pdf, doc, ...), including Y!Q contextual search.

Image
Image search (jpeg, png, gif, ...)

Video
Video file search (avi, mpeg, realmedia, ...)

News
News article search

Local
Yahoo! Local area (ZIP-code-based Yellow-Page like search)

Terms
A pseudo-search to report the important search terms from the provided content or content+query.

Spell
A pseudo-search to fetch a "did you mean?" spelling suggestion for a search term.

Related
A pseudo-search to fetch "also try" related-searches for a search term.

(Note: what this Perl API calls "Doc" Search is what Yahoo! calls "Web" Search. But gee, arent all web searches "Web" search, including Image/News/Video/etc?)

Yahoo!s raw API, which this package uses, is described at:

http://developer.yahoo.net/

<<less
Download (0.035MB)
Added: 2006-09-13 License: Perl Artistic License Price:
1136 downloads
Yahoo::Marketing::AdService 0.08

Yahoo::Marketing::AdService 0.08


Yahoo::Marketing::AdService is an object that provides access to Yahoo Marketings Ad SOAP Service. more>>
Yahoo::Marketing::AdService is an object that provides access to Yahoo Marketings Ad SOAP Service.

SYNOPSIS

See EWS documentation online for available SOAP methods:
http://ysm.techportal.searchmarketing.yahoo.com/docs/reference/services/AdService.asp

Also see perldoc Yahoo::Marketing::Service for functionality common to all service modules.

new

Creates a new instance

<<less
Download (0.066MB)
Added: 2006-12-08 License: Perl Artistic License Price:
1051 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5