[PHP][SOURCE] Signature Image Chat

🚫
Exiled
Joined
Jun 24, 2008
Messages
719
Reaction score
1
Just a silly little project I started on due to utter boredom.

Anyway, you may have noticed something like this in my signature, well now I'm sick of keeping the code to myself as it's worthless, so here, have it:

index.php
PHP:
<?php
/*
Signature Image Script created by m0nsta. from Zer0-Studios.com
*/
?>
<title>m0nsta.'s Signature Image</title>
<?php
if($_POST[send]){
	$name = strip_tags($_POST['name']);
	$msg = strip_tags($_POST['message']);
	$file = fopen('message.txt', 'w+');
	fwrite($file, $name . '!"
 
Back