¤PHP stuff

Some of my not so fantastic little programs written in PHP - I’m still trying to learn it!
If you are willing to have the source code of one of these programs you can get in contact with me.

AscArt
Upload a picture ( jpg or png ) of any size but not bigger than 800 KB press submit and voilá.
I said before any size, well I recommend you use small pictures, but you have to try by yourself.

AscArt

Blackjack
A perfect game to implement in PHP.
This was the first I try to implement a Blackjack game and it worked pretty well I think.
If you find any bug, please let me know -> Contact.

Blackjack

Captcha47
My old guest book was another victim of those stupid Spams senders. To keep myself away from deleting my data bank every 5 minutes, I create this Captcha generator.
It is sometimes hard to read but that is what makes it very safe.

Captcha47

CodeDecode
One of those days I was surfing around and I found a page that you could type a text in a text box and it could be encoded in 3 different bases: Binary, Octal and Hexadecimal.
I found it pretty cool, so I decided to try to program my own... Have fun with it!
One more thing: this program just encodes/decodes 8bit Characters :(

CodeDecode

Crypto
A simple Vigenère cipher algorithm with a little twist in it.
You'll need a text and a password - a really good password should be at least as long as the text to be encoded and made of random characters (you can use my tool to generate passwords), but one character will do too.
Needless to say to decode a text you need to use the same password used to encode it.

Crypto

Eight Ball
Does it need any kind of introduction? I don’t think so!
Just go there, ask a question and be amazed by the answer...

Eight Ball

Hangman
Guess what this one is about...
A simple implementation of the old well known game.

Hangman

LoremGenerator
A simple Lorem Ipsum text generator.

LoremGenerator

Numerology
I was reading about it and thought it would be funny to write a program to descover my personal number.
Keep in mind: you need to enter your full birth name for proper accuracy!

Numerology

ProceduralInvaders
I've got inspired by the work of this guy: Jared Tarbell, and made my own generator based on his idea.

ProceduralInvaders

Swatch Time
This is no big deal, it is just a simple swatch time (AKA Swatch Internet Time) display.
I will probably program a converter, one day, I don’t feel like doing it now!

Swatch Time

BaseCalculator
It calculates any number under 9001000000000000d enterd in any base to any other base(from base 2 up to base 36).
Enter a number and its base, enter the base you want to convert this number to and that's it.

BaseCalculator

BrainfuckToC++
I don’t know what is it good for, I just know it is funny to "compile" Brainfuck programs to C++ - I must write an online Brainfuck interpreter some day :)

BrainfuckToC++

Chess960 Start position Generator
Name says everything.

Chess960 Start position Generator

CodeMaster
A pure PHP Mastermind® clone.
I think this game turned out to be pretty cool. It has beautiful graphics and works very fast, although just PHP was used
I started to do it just because a friend of mine said pure PHP would be useless for graphic games, what I disagreed!
To play it, just click the color you want to use and then click the spot it should go. Black marks mean: right color, right spot. Red ones: right color, wrong spot.
Have fun!

CodeMaster

DateDiff
Date difference calculator or your age in days with a little extra thanks NASA.
Just enter the date of your birth or any another date and hit calculate.

DateDiff

Exponentiation
It simply does what the name says: 'Exponentiations'.
Well, the cool thing about it is that it writes down every single number and there names.
You can enter big numbers if you'd like. But if the calculations take longer than 20 secs... well you'll see what happens!

Try it!

Exponentiation

LeetTranslator
This is one of the most useless thing on earth, nonetheless it's pretty cool.
Go take a look and give it a try.

LeetTranslator

Magic Squares
They are a pretty cool think - well at least for me...
With this little program, you can generate Magic Squares from 3 x 3 up to 600 x 600.
To generate the Magic Square, the program uses the Siamese method for the Odd ones, Dürer method for Doubly Even ones and for Singly Even ones, it uses the Strachey method.

Magic Squares

PasswordGen
A simple password generator...
You simply choose the length of the password and the character classes the password must contain.
You can also have a random SALT generated and the password plus this salt in SHA1 and/or in MD5 encrypted.
With a plus: the script will tell you how long a PC would take to crack the new generated password. The algorithm for this is based on a program from a guy named Small Hand or something like that - sorry can't remember your name!

PasswordGen

Rot-13
I think this is the most useless thing ever!
I mean, if you really want to encode something, this is definitely not the algorithm you are looking for.
But for the fun of scramble things up a little, it is enough.

Rot-13

WeekdayCalculator
It does what its name says.

WeekdayCalculator

 
 
 

Last updated: Monday, 25 March 2019 - 04:42:01
©2004 - 2024 Paulo Jorente
Impressum | xhtml | css | cc