Search the Community
Showing results for tags 'mikescript'.
-
Me and my Best friend halcyon have developed a system that reads and writes to the character files. With this system you can make scripts for your website using the character files (There is an example Login Check Page in the download) Features: - Character File Reading - Character File Writing - Should support every server - Read a line - Check total amount of lines Why use this and not MySQL? The speed of mysql saving and loading is not near as fast as file loading and saving. In the Download: - The character file reading and writing class - Index file (Its an example of how to show the username from the file - Example Login page (An example of how you would need to read the information - Documentation Folder - Example character Requirments: - Knowlage of PHP Arrays. - A Webserver or a webhost - Character Files Tutorials/Scripts - Currently no tutorials or Scripts for this system Download - Uppit - 4KB WARNING: This may not be distributed, but may be used for private use. Only AbyssalCMS and MikeScript may distribute this.
-
There isnt a web development section so i posted it here Hey, i made a simple Code Generator class for people who need a code to be generator Script Options: - Characters Used (Like only use a-z). - Colums In Code - Characters Per Colum. So if you set Characters to: ABCDEFGHIJKLMNPQRSTUVWXYZ123456789 Colums to: 4 And Characters Per Colum to: 4 The output should look something like this: U2UE-IS2A-Q3MD-J4HN There is a sample.php file in the download. Also a How To Add.txt file. Download Here