Killing Ads in 3 easy step

General Talk about Paltalk

Killing Ads in 3 easy step

Postby Hackwood » Wed Apr 20, 2005 1:12 am


1. Open a filebrowser and navigate to the following location:

C:\WINDOWS\system32\drivers\etc


2. Open the file "hosts" and add the following lines:

127.0.0.1 exitpop.paltalk.com
127.0.0.1 advertising.paltalk.com


3. Save the file and close/open paltalk and check it out. If everything worked out *MOST*(not all) of the ads should read "Page cannot be displayed".
Hackwood
imFiles Junior
imFiles Junior
 
Posts: 60
Joined: Sat Apr 16, 2005 3:39 pm

Postby locohacker » Wed Apr 20, 2005 9:23 am

cool, i was thinking of blocking the ei too, i think ice did something like that, the program block ie, so you wont get th pop up ie screen
User avatar
locohacker
Site Admin
Site Admin
 
Posts: 4363
Joined: Fri Dec 31, 2004 6:59 pm

Postby Hackwood » Wed Apr 20, 2005 9:32 am

All this does it reroute hosts. It is commonly used by crackers to keep apps from reporting keys...etc

Basicly it stops paltalk from being able to communicate with its ad servers.
Hackwood
imFiles Junior
imFiles Junior
 
Posts: 60
Joined: Sat Apr 16, 2005 3:39 pm

Postby locohacker » Wed Apr 20, 2005 9:33 am

but would it still get the blank popups, u know the ie ads but now they will be blank something liek that :)
User avatar
locohacker
Site Admin
Site Admin
 
Posts: 4363
Joined: Fri Dec 31, 2004 6:59 pm

Postby Hackwood » Wed Apr 20, 2005 9:43 am

Well you could make a simple program with a timer and if a page with "Cannot be displayed" in the title it will auto close the window. With a fast enough timer u shouldnt even see the window.
Hackwood
imFiles Junior
imFiles Junior
 
Posts: 60
Joined: Sat Apr 16, 2005 3:39 pm

Postby locohacker » Wed Apr 20, 2005 9:49 am

lol great idea ;)
User avatar
locohacker
Site Admin
Site Admin
 
Posts: 4363
Joined: Fri Dec 31, 2004 6:59 pm

Postby Departure » Wed Apr 20, 2005 2:38 pm

Hey hackwood that was my idea!!!

[url]http://imfiles.com/community/ftopic445.html[url]

hahah anyway its very simple to do, just as hackwood said, then you would'nt need to add stuff to your "hosts" file.

The easyest method i know would be using my FindWindowWild function to find any windows contain Ads by using this

Popup = FindWindowWild ("*Addwhatevertext", False)[/quote]
Last edited by Departure on Thu Apr 21, 2005 12:48 am, edited 1 time in total.
User avatar
Departure
Global Moderator
Global Moderator
 
Posts: 996
Joined: Thu Mar 17, 2005 11:26 am
Location: Australia

Postby Departure » Wed Apr 20, 2005 2:43 pm

or you could do this to stop any IE's from popping up, but to be more reliable i would use my FindWindowWild function
as it will find any window containing the words "paltalk" or "Ads" or "popup"


Dim ieframe As Long

ieframe = FindWindow("ieframe", vbNullString)
Call SendMessageLong(ieframe, WM_CLOSE, 0&, 0&)

If ieframe = 0 Then
Msgbox "Error: Cannot find window"
Exit Sub
End If
User avatar
Departure
Global Moderator
Global Moderator
 
Posts: 996
Joined: Thu Mar 17, 2005 11:26 am
Location: Australia

Postby Departure » Wed Apr 20, 2005 2:45 pm

and if you used that last code on a timer you would just remove
Msgbox "Error: Cannot find window"

otherwise you will get alot of msgbox popups
User avatar
Departure
Global Moderator
Global Moderator
 
Posts: 996
Joined: Thu Mar 17, 2005 11:26 am
Location: Australia

Postby locohacker » Thu Apr 21, 2005 7:48 am

cool Departure I try that :) i hate damn pop ups lol
User avatar
locohacker
Site Admin
Site Admin
 
Posts: 4363
Joined: Fri Dec 31, 2004 6:59 pm

Postby mark » Fri Apr 22, 2005 7:54 am

how to remove the banners in the old paltalk(build 553)?
User avatar
mark
imFiles Junior
imFiles Junior
 
Posts: 57
Joined: Tue Jan 25, 2005 1:35 pm

Postby Departure » Fri Apr 22, 2005 9:48 am

same way mark, as it only looks for the ie windows that comes up,

if enough people want it i could make BnP killer for paltalk 553, at the momment i have made one in the programs section forum for paltalk 8,

even tho its says paltalk 8 it could still work for version 7
User avatar
Departure
Global Moderator
Global Moderator
 
Posts: 996
Joined: Thu Mar 17, 2005 11:26 am
Location: Australia

Postby mark » Fri Apr 22, 2005 1:49 pm

I mean how to remove the pop up banners from the old paltalk?
User avatar
mark
imFiles Junior
imFiles Junior
 
Posts: 57
Joined: Tue Jan 25, 2005 1:35 pm


Return to Paltalk General

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 0 guests