Results 1 to 10 of 19

Thread: Not added to mysql

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Global Mossaderator Mitch's Avatar
    Join Date
    Nov 2012
    Posts
    654
    Thanks
    204
    Thanked 450 Times in 305 Posts
    Quote Originally Posted by Ni3ls View Post
    It doesnt work with IP?
    Everything is printed correctly.
    IP in mysql is int(11)
    rest are strings
    libcod processes the IP like this:
    PHP Code:
    snprintf(tmp64"%d.%d.%d.%d"ip_aip_bip_cip_d);
    stackPushString(tmp); 
    Last edited by Mitch; 16th August 2016 at 15:58.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •