Announcement

Collapse
No announcement yet.

Getting users ip

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Getting users ip

    Hey, on php version 5.0.4 I could get it by using

    <? echo @$REMOTE_ADDR; ?>

    but with 4.4.0 that no longer works, is cmd different in 4.4.0?

    Thanks ahead of time

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

  • #2
    Never mind, I I found out an alternate way to do it

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

    Comment


    • #3
      Come on....Share the knowledge....

      VodaHost

      Your Website People!
      1-302-283-3777 North America / International
      02036089024 / United Kingdom
      291916438 / Australia

      ------------------------

      Top 3 Best Sellers

      Web Hosting - Unlimited disk space & bandwidth.

      Reseller Hosting - Start your own web hosting business.

      Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)


      Comment


      • #4
        <? echo $_SERVER['REMOTE_ADDR']; ?>

        Register/Login Script
        Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

        Comment

        Working...
        X