Search Result

Collapse
10 results in 0.0044 seconds.
Keywords
Members
Tags
ip
  •  

  • Mikhus
    started a topic Easy way to get an IP with JavaScript

    Easy way to get an IP with JavaScript

    Easy way is this one. Combine http://smart-ip.net/geoip as JSON and jQuery:

    Code:
    $(document).ready( function() {
        $.getJSON( "http://smart-ip.net/geoip-json?callback=?",
            function(data){
                alert( data.host);
            }
        );
    });
    See more | Go to post

  • Get address/country of a website given it's hostname using C#

    I need to find out the location (address or country) of any website given its url. Is there any FREE website, API, or code that can be used to find out this data?

    I want the solution to provide a way with UNLIMITED number of look ups.

    I'm using C#.

    Thanks in advance
    See more | Go to post

  • Problem With Script - when SELECTING from database for logged and non logged in users

    Hi,

    Right, I've recently added Like/Dislike system to my website. One of the features is recording voters ip address, so he can't vote more than 1 time. But Now I tried to change system so it checks if user is logged in, and if he is than information from database is filtered by username instead of ip, but for non logged in users it is filtered by ip like before. I tried to achieve this task, but for some reason it is not working correctly...
    See more | Go to post

  • jack daniels
    started a topic one-way tor configuration

    one-way tor configuration

    hi,

    im in the process of learning the tor onion router and generally how nat/ip/port-forwards work. i've set myself the task of configuring a secure as possible connection between two points - when tor is installed only on one end! - and i have some questions:

    i've set up tor with polipo on computer A, and im listening on 127.0.0.1:8118. this connection is working. i've set up my router for port-forwards on ports 5566...
    See more | Go to post

  • Jaswiel
    started a topic How to browse directories of an IP address

    How to browse directories of an IP address

    Hello,I was wondering how to write code to enable me to browse directories of an IP address that i enter into a textbox. I want to browse the directories and select one to compare it with another directory on my local host. This is done in a Windows Forms application. Please help if possible.
    See more | Go to post

  • robert schafer
    started a topic How to trace an IP Address?

    How to trace an IP Address?

    how do you trace an ip adress?
    See more | Go to post

  • Zahir86
    started a topic cookie related accounts
    in PHP

    cookie related accounts

    Hi ,

    Say if someone is abusing our webservices by creating several user id's, So how can we stop them ?

    I believe comparing two account created on the same machine,network ,cookie or IP is the solution for that.

    Say, if user A logged in and later User B logged in to the same computer then i need to be able to find them out, by means of COOKIE .

    Need good suggestions and ideas to accomplish...
    See more | Go to post

  • Jollywg
    started a topic Accessing my web server from the outside world

    Accessing my web server from the outside world

    I have successfully installed "LAMP" and can get to my web server by typing 10.0.2.15. How can I make it so that when I type in my domain name it brings up my web server.

    Thanks in advance!

    Matt
    See more | Go to post

  • mozambique
    started a topic Bad IP Schema?

    Bad IP Schema?

    Hello my dear friends of the online internet community.

    Well,... I believe that i have a bad ip schema.

    my setup is:
    (modem)-->(dell power connect 2216)-->(comp.{7 comp's})


    only one computer gets a default gateway, (the one that i did the following print screen on)
    -tcp/ip settngs are set to autmatic DHCP and DNS
    -pings google flawlessly



    ...
    See more | Go to post

  • Doug van Vianen
    Guest started a topic Finding IP Address using JavaScript

    Finding IP Address using JavaScript

    I recently found the following JavaScript code which is supposed to let one
    find then use the ip address of the person accessing the web page containing
    the script.

    <SCRIPT LANGUAGE="JavaS cript">
    <!--
    var ip = '<!--#echo var="REMOTE_ADD R"-->';

    function ipval() {
    document.myform .ipadd.value=ip ;
    }

    window.onload=i pval
    // -->
    ...
    See more | Go to post
Working...