MTM2.com

A forum for mtm2 discussion
FAQ :: Search :: Members :: Groups :: Register
Login
It is currently Tue Nov 26, 2024 6:43 am



Post new topic Reply to topic  [ 29 posts ]  Go to page 1, 2  Next   
Author Message
 Post subject: Block ads on RenGames lobby software
PostPosted: Fri Aug 15, 2008 12:01 am 
MTM2 Engineer
User avatar

Joined: Fri Oct 10, 2003 6:19 pm
Posts: 1350
Location: Valparaíso, Chile.
<center>
<img src="http://jpkmaster.googlepages.com/Image1x.jpg" width="600">
http://jpkmaster.googlepages.com/Image1x.jpg
</center>

Yup. No anoying ads. The new ads are really really anoying, they slow down ur computer while they change.

RG lobby software uses integrated IE to show their ads. I tried hackin the RG software but when u launch the lobby the site do a little CRC integrity filescheck (like MD5) to see if you have an outdated executable (or hacked, in this case) prompting you to update the lobby software.

Heres a temporal way to do this. Just simply disable all images on Internet Explorer. Open IE, choose Tools, Internet Options.
Click Advance tab, browse to Multimedia, uncheck "Show Pictures"

Other way is disabling javascript on IE.

That's not the right way to do it tho. Since there's still some people that use IE as a web browser (eww)

I tried blocking www.rengamesonline.com in the DNS host file. It works:

<center>
<img src="http://jpkmaster.googlepages.com/Image2x.jpg" width="600">
http://jpkmaster.googlepages.com/Image2x.jpg
</center>

but you can only access the RG site via : http://rengamesonline.com (since http://www.rengamesonline.com is completely blocked)

http://www.rengamesonline.com/ads240x120.php
http://www.rengamesonline.com/ad125x125.php
These are the infamous ads

I'll be updating this info during the day.
-Kmaster


Top
 Profile  
 
 Post subject:
PostPosted: Fri Aug 15, 2008 12:15 am 
Glow Ball
User avatar

Joined: Tue Feb 02, 1999 7:00 pm
Posts: 23
tools > internet options > security tab > slider to top > ok

then never open ie again.

If you need ie for any reason...

tools > internet options > security tab > default level > ok

when you're done, reset it as above to go back to normal.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Aug 15, 2008 7:14 am 
Member
User avatar

Joined: Sun May 04, 2008 6:54 am
Posts: 149
Location: Michigan
so even though i got FF as my default browser it still uses IE?


Top
 Profile  
 
 Post subject:
PostPosted: Fri Aug 15, 2008 7:58 am 
Glow Ball
User avatar

Joined: Tue Feb 02, 1999 7:00 pm
Posts: 23
yep. That's why it's safe to set ie preferences and leave them be.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Aug 15, 2008 8:43 am 
Member
User avatar

Joined: Sun Oct 16, 2005 4:39 pm
Posts: 1822
Location: Winnipeg Manitoba, Canada
IE is a really useful programming resource, i dont think FF can be integrated into programs, at least not easily.

_________________
Image


Top
 Profile  
 
 Post subject:
PostPosted: Fri Aug 15, 2008 2:25 pm 
Member
User avatar

Joined: Sun May 04, 2008 6:54 am
Posts: 149
Location: Michigan
hmmm, never really knew that, i'll keep that in mind


Top
 Profile  
 
 Post subject:
PostPosted: Fri Aug 15, 2008 3:36 pm 
Member
User avatar

Joined: Sun Oct 16, 2005 4:39 pm
Posts: 1822
Location: Winnipeg Manitoba, Canada
yeah, at work we often use IE as the direction to open files. Since it is difficult to know which program each person uses to open files, say I want to open a TIF image, I can use a complicated command to open windows picture and fax viewer, or I can pass it to IE and let IE handle it as it sees fit.
IE can also be controled via code modules, which is both a strength and weakness. Many programs, especially those that offer internal browsers, use IE in the background. I could list a fair number of them, but its easier to say, a lot of programs do this.
It's likely that rengames runs out of a modded IE window. Just as zone and most other online lobbies.

_________________
Image


Top
 Profile  
 
 Post subject:
PostPosted: Fri Aug 15, 2008 4:21 pm 
Glow Ball
User avatar

Joined: Tue Feb 02, 1999 7:00 pm
Posts: 23
Slayer wrote:
say I want to open a TIF image, I can use a complicated command to open windows picture and fax viewer

Not necessarily complicated: "open with" and select "picture and fax viewer" and make sure the checkbox to "always use the selected program to open this type of file" is checked. Even if you don't check the checkbox, once you "open with" one time, it's always available (in xp) as a right click option.

I agree, however, it should be easier to do.

Slayer wrote:
It's likely that rengames runs out of a modded IE window. Just as zone and most other online lobbies.

Not modded. Just an ordinary browser page that uses javascript to rotate the images on a pre-defined timer. When you shut off javascript, the rotation stops. Hence my security level alteration noted above. One day, I hope browsers will allow you to enable and disable javascript 'per site' like you can do with cookies - would save a whole lotta bother.

For what it's worth, turboSlice60 uses an internal browser (because I didn't know how to provide the info without one) for the switches details but unfortunately since we lost karf.net the url doesn't work anymore =( I should really fix that one day.

Kmaster wrote:
I tried hackin the RG software but when u launch the lobby the site do a little CRC integrity filescheck (like MD5) to see if you have an outdated executable (or hacked, in this case) prompting you to update the lobby software.


Do you know what kind of check they are doing? Isn't it just byte size?


Top
 Profile  
 
 Post subject:
PostPosted: Fri Aug 15, 2008 4:26 pm 
Member
User avatar

Joined: Sun Oct 16, 2005 4:39 pm
Posts: 1822
Location: Winnipeg Manitoba, Canada
Quote:
Not necessarily complicated: "open with" and select "picture and fax viewer" and make sure the checkbox to "always use the selected program to open this type of file" is checked. Even if you don't check the checkbox, once you "open with" one time, it's always available (in xp) as a right click option.

I agree, however, it should be easier to do.


Actually top open tif files through code is very tough, command line is the easiest, and it requires you to pass several commands to rundll32.exe

Code:
rundll32.exe C:\WINDOWS\System32\shimgvw.dll,ImageView_Fullscreen "Path to picture"

is the easiest way, using the API shellexecute can do this no problem.
MSDN ShellExecute documentation

_________________
Image


Top
 Profile  
 
 Post subject:
PostPosted: Fri Aug 15, 2008 4:36 pm 
Member
User avatar

Joined: Sun May 04, 2008 6:54 am
Posts: 149
Location: Michigan
i'm just gonna step back for now, u 2 lost me heh


Top
 Profile  
 
 Post subject:
PostPosted: Fri Aug 15, 2008 4:51 pm 
Glow Ball
User avatar

Joined: Tue Feb 02, 1999 7:00 pm
Posts: 23
OLD_Fenderbender wrote:
i'm just gonna step back for now, u 2 lost me heh


Slayer has that effect on a lot of people.

The thing to note is that if you use FF you can just slide that slider up in IE options and you'll be okay.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Aug 15, 2008 6:14 pm 
Member
User avatar

Joined: Sun Oct 16, 2005 4:39 pm
Posts: 1822
Location: Winnipeg Manitoba, Canada
Phineus wrote:
OLD_Fenderbender wrote:
i'm just gonna step back for now, u 2 lost me heh


Slayer has that effect on a lot of people.

The thing to note is that if you use FF you can just slide that slider up in IE options and you'll be okay.

pift, dont give me that lol
Im sure kmaster knows what im talking about :p

_________________
Image


Top
 Profile  
 
 Post subject:
PostPosted: Fri Aug 15, 2008 8:46 pm 
Member

Joined: Wed Nov 01, 2000 2:01 pm
Posts: 96
Location: Minneapolis KS
Quote:
One day, I hope browsers will allow you to enable and disable javascript 'per site' like you can do with cookies - would save a whole lotta bother.


Why wait for "One day" FF with NoScript extension does that now. Also kills flash and shockwave garbage unless you white list the site.

_________________
Reality is for those that cant handle video games.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Aug 15, 2008 9:17 pm 
Glow Ball
User avatar

Joined: Tue Feb 02, 1999 7:00 pm
Posts: 23
One day I will switch to FF.

(I "bought" my browser two weeks before the browser war. I'm gonna get my money's worth before I switch).


Top
 Profile  
 
 Post subject:
PostPosted: Sat Aug 16, 2008 12:08 am 
Member
User avatar

Joined: Sun May 04, 2008 6:54 am
Posts: 149
Location: Michigan
Slayer wrote:
Phineus wrote:
OLD_Fenderbender wrote:
i'm just gonna step back for now, u 2 lost me heh


Slayer has that effect on a lot of people.

The thing to note is that if you use FF you can just slide that slider up in IE options and you'll be okay.

pift, dont give me that lol
Im sure kmaster knows what im talking about :p


ahhh dunno, there have been times where KM got lost rarely though lol


Top
 Profile  
 
 Post subject:
PostPosted: Sat Aug 16, 2008 12:46 pm 
MTM2 Engineer
User avatar

Joined: Fri Oct 10, 2003 6:19 pm
Posts: 1350
Location: Valparaíso, Chile.
>>Do you know what kind of check they are doing? Isn't it just byte size?

I actually edited the ren executable with a hex editor, so the filesize was not increased or decreased. I've also edited the creation and modification date. No luck tho. It must be a file integrity check.

>>I "bought" my browser

lol you bought your browser

>>Why wait for "One day" FF ..

For firefox, theres an awesome plugin called adblock plus. block images, scripts, flash, objects, anything. and blacklist is auto-updated and you can customize it.

https://addons.mozilla.org/firefox/addon/1865
http://adblockplus.org/en/

>>Im sure kmaster knows what im talking about :p

yup


Top
 Profile  
 
 Post subject:
PostPosted: Sat Aug 16, 2008 12:49 pm 
MTM2 Engineer
User avatar

Joined: Fri Oct 10, 2003 6:19 pm
Posts: 1350
Location: Valparaíso, Chile.
Slayer wrote:
Quote:
Not necessarily complicated: "open with" and select "picture and fax viewer" and make sure the checkbox to "always use the selected program to open this type of file" is checked. Even if you don't check the checkbox, once you "open with" one time, it's always available (in xp) as a right click option.

I agree, however, it should be easier to do.


Actually top open tif files through code is very tough, command line is the easiest, and it requires you to pass several commands to rundll32.exe

Code:
rundll32.exe C:\WINDOWS\System32\shimgvw.dll,ImageView_Fullscreen "Path to picture"

is the easiest way, using the API shellexecute can do this no problem.
MSDN ShellExecute documentation


rundll32.exe C:\WINDOWS\system32\shimgvw.dll,ImageView_Fullscreen %1
DDE: App: shimgvw Theme: system


Top
 Profile  
 
 Post subject:
PostPosted: Sat Aug 16, 2008 11:12 pm 
Gone Walkabout
User avatar

Joined: Tue Jan 25, 2005 10:35 am
Posts: 665
lol well since you can't see the add :)
HEREyou go

Have to admit spades has gone overboard with those silly animations.

If you are in a game, minimise your lobby, it was coded so that the add rotation would then stop.

_________________
Tournament Host:
MTM2
http://www.mtm2tournaments.com
http://www.mtm2online.com
Evo1
http://www.evo1online.com


Top
 Profile  
 
 Post subject:
PostPosted: Sun Aug 17, 2008 9:52 am 
Member
User avatar

Joined: Sun Oct 16, 2005 4:39 pm
Posts: 1822
Location: Winnipeg Manitoba, Canada
I'm guesing by bought browser you use Opera or something that wasn't free way back when...?

_________________
Image


Top
 Profile  
 
 Post subject:
PostPosted: Sun Aug 17, 2008 10:23 am 
Glow Ball
User avatar

Joined: Tue Feb 02, 1999 7:00 pm
Posts: 23
Netscape 4.06 in 1998


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 29 posts ]  Go to page 1, 2  Next   


Who is online

Users browsing this forum: Google [Bot] and 50 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group