Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (3)
pSQL - One file MySQL Database Management
4.0
pSQL is a utility for managing your MySQL databases. It contains only one file, making it very easy to install It is still in development and you can currently: Create database View database tables View table structure View table data Create new table (with visual editor) Insert data (Requires you to use query) Not yet finished: Table options (drop, truncate, ex.) Insert data (with visual editor) Problems (need fixing) Can only execute one statement per sql query window Can not select database from sql window, because of only one query bug.
noober
2016-08-23
0
1
dsCrypt - unique php encryption
4.0
Example of operation: <?php echo dsCrypt ('habrahabr.ru'); // Outputs: 60634K7T0 * 0! echo dsCrypt ('60634K7T0 * 0!', 1); // Outputs: habrahabr.ru ?>
noober
2016-08-23
0
1
SOCKS5 Proxy
4.3
Code for creating a SOCKS5 proxy in C#.  Easy to use sourcecode. enjoy!
noober
2016-08-23
4
1
No more~