View Single Post
  #6  
Old 18th April 2022, 19:36
Elena Elena is offline
Senior Member
 
Join Date: Sep 2010
P2P
Posts: 111
Default
Quote:
Originally Posted by M-jay View Post
I've wrote my own which is modern in mvc format and it uses PDO unlike all the others
https://github.com/M-jay84/M-BiTsy
Code:
 `peer_id` varchar(40) NOT NULL DEFAULT '',


=>

Code:
`peer_id` binary(20) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',