This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Link die! Help me
#1
Heart 
Please help me!
I still use this code to send the IP value every time it changes. But that link has been Die.


"Http = require ('socket.http')
Http.TIMEOUT = 5
Local ip = http.request ('http://plotnikovv.ru/lm/logic.machine.92453i46.php')
Local oldip = storage.get ('myip')
If (ip ~ = nil and ip ~ = oldip) then
  Log ("Change my ip =" ip)
  Storage.set ('myip', ip)
  Mail ('aggfftc@gmail.com ',' Ctrinh Mr.Phuonghs569VC ',' IP '.. ip)
End
"
Link Die:
Local ip = http.request ('http://plotnikovv.ru/lm/logic.machine.92453i46.php')


Is there any other way? help me

Thank so much ! 
Reply
#2
you can use http://openrb.com/ip/ to get current IP address
Reply


Forum Jump: