Archive for the 'MySql' Category

File Browser is out!

Today I released File Browser Alpha 1.0. It’s a nice file browser for your website with freatures as search, php reader, photo gallery… You can try it here. If you are interested go to the download page to know more about this program.

Internet Terminal

This is a project that I think I started about 2 months ago, but now I’ve been improving it. Internet Terminal is a program made with PHP & MySql that lets you use some functions (commands) like in a computer terminal. There are a lot, and when I need I add new functions as it’s very fast and simple, for example today I installed wordpress and I wanted to unzip the package so I made a function called unzip. Right now IT has this functions installed:

login [password] -> get full access / it’s not used after you are logged in
o [site] -> open [site] (it works with abreviatures)
d [name] -> open a stored text file
new ‘[Ref]‘ ‘[Name]‘ ‘[Result]‘ -> create a new value for a function or replace it. Note: use %pre% to include previous value
delete ‘[Ref]‘ ‘[Name]‘ -> it deletes one stored value
show [Ref] -> it shows you all the stored values for a Ref / Note: If [Ref] is sessions it will show you the number of sessions
session [Number] (time) (ip) -> it shows you the [Number] session, and if you write time or/and ip it will include dates and ips
logout -> it deletes your login cookie
calc -> it shows a calc, to disable it type anything, it works up to you text something new on the terminal
echo [string] -> it shows the HTML you put, its only needed if you are going to use one of the function words
exit -> it put the screen white
help -> list of most common commands
mkdir ‘[dir]‘ -> it makes a dir in [dir]
rmdir ‘[dir]‘ -> it deletes [dir] if it’s a directory
rm ‘[file]‘ -> it deletes [file]
cp ‘[file1]‘ ‘[file2]‘ -> it copyes [file1] to [file2]
rename ‘[file1]‘ ‘[file2]‘ -> it renames [file1] to [file2]
ls ‘[dir]‘ -> it lists [dir]
upload -> a upload program appears (default folder is ../files/uploads as it’s meant to be to upload files to File Browser Alpha)
unzip ‘[file]‘ ‘[folder]‘ -> it unzips [file] in [folder]

First, I made Internet Terminal because I was used to Linux Terminal and I wanted something similar to store information on Internet, the first functions let you save HTML texts and links. If you use opera, Internet Terminal is really incredible as you can insert the commands directly from the browser bar!

The program is password protected as it has got some functions that only me should use as rm (remove) or upload. I’ll release a beta of this program soon.