Dev Shed Lounge
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsOtherDev Shed Lounge

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old June 17th, 2003, 12:50 AM
LazyFrog LazyFrog is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2003
Location: Zacatecas, Mexico
Posts: 2 LazyFrog User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
ISP-Forced Dial-Up Modem Disconnects

Hi!

This is a silly little question. Recently my ISP initiated some sort of routine that automatically cuts my dial-up connection if I am away from my PC for a specified length of time.

I live in Mexico, where you are limited to 3 local calls per day within the base service plan. So, this is not only irritating; it is also costing me money. I have paid for an unlimited account ... which means that I should be able to connect continuously, if I desire.

I can understand their desire to cut costs and such ... but does anyone know of a trick or downloadable routine that dupes their auto-disconnect into thinking that I am actively using my PC?

Thanks

Reply With Quote
  #2  
Old June 17th, 2003, 01:13 AM
Hero Zzyzzx's Avatar
Hero Zzyzzx Hero Zzyzzx is offline
11
Dev Shed Demi-God (4500 - 4999 posts)
 
Join Date: Jul 2001
Location: Lynn, MA
Posts: 4,635 Hero Zzyzzx User rank is Second Lieutenant (5000 - 10000 Reputation Level)Hero Zzyzzx User rank is Second Lieutenant (5000 - 10000 Reputation Level)Hero Zzyzzx User rank is Second Lieutenant (5000 - 10000 Reputation Level)Hero Zzyzzx User rank is Second Lieutenant (5000 - 10000 Reputation Level)Hero Zzyzzx User rank is Second Lieutenant (5000 - 10000 Reputation Level)Hero Zzyzzx User rank is Second Lieutenant (5000 - 10000 Reputation Level)Hero Zzyzzx User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 4 Days 23 h 44 m 19 sec
Reputation Power: 77
Send a message via AIM to Hero Zzyzzx
If you have access to perl on your system, you can run this script from the command prompt:
Code:
#!/usr/bin/perl
use LWP::Simple;
@urls=('www.google.com','www.ebay.com','www.yahoo.com','www.theonion.com');
while(1){
    $url=@urls[rand(@urls)];
    print "Getting $url\n";
    get('http://'.$url);
    sleep rand(9)+1;
}

This will get any of the above web pages randomly every 10 seconds or less. Add more URLs if you like, and tweak the time given to the sleep by the "rand()" function to be something that works for you.

Hope this helps. I'm not entirely sure of any downloadable utilities, but I'd imagine google would turn them up.

And you should probably check with your Terms of Service to make sure using these types of utilities (or the script above) doesn't violate them.

Reply With Quote
Reply

Viewing: Dev Shed ForumsOtherDev Shed Lounge > ISP-Forced Dial-Up Modem Disconnects


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway