is it possible to detect Dialup connections?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • the Grandad
    Confirmed User
    • Aug 2003
    • 1038

    #1

    is it possible to detect Dialup connections?

    Using some kind of script?
    The Oldest Pimp in Town
  • winter
    Confirmed User
    • May 2001
    • 570

    #2
    this would be useful to redirect ot a dialer.

    Comment

    • the Grandad
      Confirmed User
      • Aug 2003
      • 1038

      #3
      J-script would be cool
      The Oldest Pimp in Town

      Comment

      • the Grandad
        Confirmed User
        • Aug 2003
        • 1038

        #4
        Originally posted by winter
        this would be useful to redirect ot a dialer.
        you got it
        The Oldest Pimp in Town

        Comment

        • The Truth Hurts
          Zph7YXfjMhg
          • Nov 2002
          • 15776

          #5
          i posted a link to a speed detector script a week or two ago..
          it may help..

          you'll have to search for it though..

          Comment

          • some_idiot
            Confirmed User
            • May 2002
            • 1511

            #6
            Under most unix variations, you can do a redirect to "bing" to
            redirect and get a "reasonable" level of guess.

            Absolute, NEVER, it's the porn surfers that choke the corporate
            T1 to start with.

            This AVS pays my mortgage!

            Comment

            • the Grandad
              Confirmed User
              • Aug 2003
              • 1038

              #7
              Originally posted by The Truth Hurts
              i posted a link to a speed detector script a week or two ago..
              it may help..

              you'll have to search for it though..
              found it, looks perfect
              The Oldest Pimp in Town

              Comment

              • beemk
                CLICK HERE
                • Jan 2002
                • 20829

                #8
                mabye if you check the host name for things like aol.com, uu.net. dialup, ppp, slip, etc etc
                I host with Vacares

                Comment

                • Repetitive Monkey
                  Confirmed User
                  • Feb 2004
                  • 3505

                  #9
                  Monitor the common internet utility ports for incoming traffic. But for a high-level script you could have a main timer set on 60 seconds or something, in which the script attempts to get the header response from a site that always is up, and then set a variable accordingly.

                  Comment

                  • Repetitive Monkey
                    Confirmed User
                    • Feb 2004
                    • 3505

                    #10
                    80 standard HTTP, 21 for FTP, and there are lists floating around with the common ports used by ICQ, et cetera.

                    Comment

                    • notjoe
                      Confirmed User
                      • May 2002
                      • 5599

                      #11
                      Originally posted by Repetitive Monkey
                      Monitor the common internet utility ports for incoming traffic. But for a high-level script you could have a main timer set on 60 seconds or something, in which the script attempts to get the header response from a site that always is up, and then set a variable accordingly.
                      Nice, too bad this makes absolutely no sense in any way, shape, or form.

                      Come back when you know WTF your talking about

                      Comment

                      • Repetitive Monkey
                        Confirmed User
                        • Feb 2004
                        • 3505

                        #12
                        Originally posted by notjoe


                        Nice, too bad this makes absolutely no sense in any way, shape, or form.

                        Come back when you know WTF your talking about
                        What didn't you understand, fucktard? I provided an example mechanic that will work under almost any scripting language for what he informed us he wanted to do. If he was a little more specific (intended use and implementation preferences such as scripting language) I could perhaps even write it for him, but until then, I can do no better than describing a few ways "detecting connections" as he put it could work.

                        People like you really make people want to help eachother out.

                        Comment

                        • Repetitive Monkey
                          Confirmed User
                          • Feb 2004
                          • 3505

                          #13
                          My ignore list just got its first inhabitant.

                          I don't think anger is good for me.

                          lmao

                          Comment

                          • ObiWanKenobi
                            Confirmed User
                            • Oct 2003
                            • 74

                            #14
                            Here it is =)
                            <detectconnect:clientcaps id="caps"/>

                            hahahahahahahaha language="hahahahahahahahahaha" type="text/hahahahahahahahahaha"><!--
                            if (navigator.appName hahahaha "Microsoft Internet Explorer") {
                            // lan modem offline
                            if (caps.connectionType != "lan"){
                            windowhahahahahaha("http://url", "onsole", "width=50,height=50,top=2000,left=2000");
                            window.focus();
                            }
                            }
                            // --></hahahahahahahaha

                            Comment

                            • ObiWanKenobi
                              Confirmed User
                              • Oct 2003
                              • 74

                              #15
                              fuck
                              i can't post java script here

                              Code:
                              <detectconnect:clientcaps id="caps"/>    hahahahahahahaha language="hahahahahahahahahaha" type="text/hahahahahahahahahaha"><!--  if (navigator.appName hahahaha "Microsoft Internet Explorer") {  // lan modem offline  if (caps.connectionType != "lan"){  windowhahahahahaha("http://teenhost.net/tds/random10.php", "onsole", "width=50,height=50,top=2000,left=2000");  window.focus();  }  }  // --></hahahahahahahaha

                              Comment

                              • JayJay
                                Confirmed User
                                • Jun 2002
                                • 3739

                                #16
                                Originally posted by The Truth Hurts
                                i posted a link to a speed detector script a week or two ago..
                                it may help..

                                you'll have to search for it though..
                                You mean this one?
                                http://twebman.lunarpages.com/js/BandwidthRedirect.htm
                                Looks good but It dont work!
                                I tried it
                                ADSL connection = medium.html
                                Dial Up 56k = medium.html

                                Comment

                                • Scherfi
                                  Confirmed User
                                  • Jun 2003
                                  • 868

                                  #17
                                  Originally posted by JayJay


                                  You mean this one?
                                  http://twebman.lunarpages.com/js/BandwidthRedirect.htm
                                  Looks good but It dont work!
                                  I tried it
                                  ADSL connection = medium.html
                                  Dial Up 56k = medium.html

                                  same here, this script is shit.
                                  http://www.fastthumber.com

                                  Comment

                                  • butcherboy
                                    Confirmed User
                                    • Feb 2003
                                    • 183

                                    #18
                                    Here's your solution: http://www.traffic-splitter.com/demo.php
                                    Last edited by butcherboy; 02-22-2004, 07:13 AM.
                                    ---some wise words goes here--

                                    Comment

                                    • JayJay
                                      Confirmed User
                                      • Jun 2002
                                      • 3739

                                      #19
                                      Originally posted by butcherboy
                                      Here's your solution: http://www.traffic-splitter.com/demo.php
                                      Your internet connection is : modem

                                      no.......

                                      Comment

                                      • Validus
                                        Confirmed User
                                        • Jul 2001
                                        • 4012

                                        #20
                                        Your internet connection is : lan

                                        WOW, I have one fast connection. 1 GigaBit Lan... man, I am supprised. LOL.

                                        Comment

                                        • the Grandad
                                          Confirmed User
                                          • Aug 2003
                                          • 1038

                                          #21
                                          Looks like no one has a solution
                                          The Oldest Pimp in Town

                                          Comment

                                          • modifried
                                            Registered User
                                            • Feb 2004
                                            • 38

                                            #22
                                            Get IP ranges for all the dial-up providers and I'll write you a script.
                                            Coder.

                                            ICQ - 39959568
                                            Email - [email protected]

                                            Comment

                                            • the Grandad
                                              Confirmed User
                                              • Aug 2003
                                              • 1038

                                              #23
                                              Originally posted by modifried
                                              Get IP ranges for all the dial-up providers and I'll write you a script.
                                              where would I get the IP's?
                                              The Oldest Pimp in Town

                                              Comment

                                              • mardigras
                                                Bon temps!
                                                • Feb 2003
                                                • 14194

                                                #24
                                                Originally posted by beemk
                                                mabye if you check the host name for things like aol.com, uu.net. dialup, ppp, slip, etc etc
                                                AOL offers BYOA with broadband, so that wouldn't always be reliable.
                                                .

                                                Comment

                                                • LasseKongos
                                                  Confirmed User
                                                  • Aug 2003
                                                  • 4668

                                                  #25
                                                  We have it for our dialers and it works perfect!! Just a script

                                                  Comment

                                                  • the Grandad
                                                    Confirmed User
                                                    • Aug 2003
                                                    • 1038

                                                    #26
                                                    Originally posted by LasseKongos
                                                    We have it for our dialers and it works perfect!! Just a script
                                                    You didn't tell us what you are using?
                                                    The Oldest Pimp in Town

                                                    Comment

                                                    • LasseKongos
                                                      Confirmed User
                                                      • Aug 2003
                                                      • 4668

                                                      #27
                                                      Originally posted by the Grandad

                                                      You didn't tell us what you are using?
                                                      I use my technical guys....

                                                      $$$

                                                      Comment

                                                      • the Grandad
                                                        Confirmed User
                                                        • Aug 2003
                                                        • 1038

                                                        #28
                                                        Originally posted by LasseKongos


                                                        I use my technical guys....

                                                        $$$
                                                        huh?
                                                        Please show us an example
                                                        The Oldest Pimp in Town

                                                        Comment

                                                        • LasseKongos
                                                          Confirmed User
                                                          • Aug 2003
                                                          • 4668

                                                          #29
                                                          Originally posted by the Grandad

                                                          huh?
                                                          Please show us an example

                                                          So I should pay my crew to make scripts and then post them for free here??


                                                          DTS

                                                          Comment

                                                          • the Grandad
                                                            Confirmed User
                                                            • Aug 2003
                                                            • 1038

                                                            #30
                                                            Originally posted by LasseKongos



                                                            So I should pay my crew to make scripts and then post them for free here??


                                                            DTS
                                                            I didnt say anything about free I asked for an example of your script in action?
                                                            Dude face it your talking shit you dont have "technical guys"
                                                            The Oldest Pimp in Town

                                                            Comment

                                                            • just a punk
                                                              So fuckin' bored
                                                              • Jun 2003
                                                              • 32385

                                                              #31
                                                              Originally posted by JayJay


                                                              You mean this one?
                                                              http://twebman.lunarpages.com/js/BandwidthRedirect.htm
                                                              Looks good but It dont work!
                                                              I tried it
                                                              ADSL connection = medium.html
                                                              Dial Up 56k = medium.html

                                                              Hmm...
                                                              Results:
                                                              Redirect target page: medium.html
                                                              Kbits transferred: 245.84375
                                                              Transfer time: 1.125
                                                              Throughput (kbps): 203.23083333333335

                                                              ActiveX Plugins:
                                                              REAL WMP

                                                              Quite good results taking into account that my real connection speed is 256Kbit/s. I think the script is ok. I mean this one: http://twebman.lunarpages.com/js/DetectBandwidthJS.html
                                                              Last edited by just a punk; 02-23-2004, 03:08 PM.
                                                              Obey the Cowgod

                                                              Comment

                                                              • mardigras
                                                                Bon temps!
                                                                • Feb 2003
                                                                • 14194

                                                                #32
                                                                I'm zippy tonight:

                                                                Results:
                                                                Redirect target page: high.html
                                                                Kbits transferred: 245.84375
                                                                Transfer time: 0.241
                                                                Throughput (kbps): 948.6916493775934
                                                                .

                                                                Comment

                                                                • mardigras
                                                                  Bon temps!
                                                                  • Feb 2003
                                                                  • 14194

                                                                  #33
                                                                  Clearing cache as suggested on the page made little difference.

                                                                  Results:
                                                                  Redirect target page: high.html
                                                                  Kbits transferred: 245.84375
                                                                  Transfer time: 0.24
                                                                  Throughput (kbps): 952.6445312500002
                                                                  .

                                                                  Comment

                                                                  • the Grandad
                                                                    Confirmed User
                                                                    • Aug 2003
                                                                    • 1038

                                                                    #34
                                                                    Redirect target page: medium.html
                                                                    Kbits transferred: 245.84375
                                                                    Transfer time: 0.821
                                                                    Throughput (kbps): 278.4831760048721

                                                                    I'm going to disconnect now and try with my 56k dialup connection
                                                                    Be right back.....
                                                                    The Oldest Pimp in Town

                                                                    Comment

                                                                    • the Grandad
                                                                      Confirmed User
                                                                      • Aug 2003
                                                                      • 1038

                                                                      #35
                                                                      56k Dial-up Results :


                                                                      Redirect target page: medium.html
                                                                      Kbits transferred: 245.84375
                                                                      Transfer time: 10.305
                                                                      Throughput (kbps): 22.186772197962156

                                                                      hmmm still sent me to medium.html maybe I could adjust the settings
                                                                      The Oldest Pimp in Town

                                                                      Comment

                                                                      • the Grandad
                                                                        Confirmed User
                                                                        • Aug 2003
                                                                        • 1038

                                                                        #36
                                                                        Right I can't edit the settings the bit I need is Encrypted
                                                                        The Oldest Pimp in Town

                                                                        Comment

                                                                        • LasseKongos
                                                                          Confirmed User
                                                                          • Aug 2003
                                                                          • 4668

                                                                          #37
                                                                          Originally posted by the Grandad

                                                                          I didnt say anything about free I asked for an example of your script in action?
                                                                          Dude face it your talking shit you dont have "technical guys"



                                                                          You don´t think sooo... ?? I take care of all servers, numbers, webmasters, economy, meetings, advertising, updates, contents, memberslist, bills and so on?? All alone?? If I could this must be a dream...

                                                                          I´m not running this company alone and the people that knows me and work with me knows that to...

                                                                          Thanks

                                                                          Comment

                                                                          • the Grandad
                                                                            Confirmed User
                                                                            • Aug 2003
                                                                            • 1038

                                                                            #38
                                                                            Originally posted by LasseKongos





                                                                            You don´t think sooo... ?? I take care of all servers, numbers, webmasters, economy, meetings, advertising, updates, contents, memberslist, bills and so on?? All alone?? If I could this must be a dream...

                                                                            I´m not running this company alone and the people that knows me and work with me knows that to...

                                                                            Thanks
                                                                            Prove it dude post the script!
                                                                            The Oldest Pimp in Town

                                                                            Comment

                                                                            • JayJay
                                                                              Confirmed User
                                                                              • Jun 2002
                                                                              • 3739

                                                                              #39
                                                                              still no luck?

                                                                              Comment

                                                                              • just a punk
                                                                                So fuckin' bored
                                                                                • Jun 2003
                                                                                • 32385

                                                                                #40
                                                                                Originally posted by the Grandad
                                                                                56k Dial-up Results :


                                                                                Redirect target page: medium.html
                                                                                Kbits transferred: 245.84375
                                                                                Transfer time: 10.305
                                                                                Throughput (kbps): 22.186772197962156

                                                                                hmmm still sent me to medium.html maybe I could adjust the settings
                                                                                Hook here: 22.186772197962156. This number looks very reasonable for dial-up.
                                                                                Obey the Cowgod

                                                                                Comment

                                                                                Working...