View Single Post
  #21  
Old 8th March 2016, 21:35
Napon Napon is offline
Banned
 
Join Date: Feb 2016
P2P
Posts: 522
Default
this it on 116

Code:
    $md5ip = md5($octet[0].$TBDev['mysql_user'].$row['passhash'].$TBDev['mysql_host'].$octet[1]);
    if( !get_mycookie('ipcheck') OR (get_mycookie('ipcheck') !== $md5ip) )
      return;
}

Last edited by Napon; 26th March 2016 at 23:16.
Reply With Quote