PAINT
|
IMAGES
|
SOURCES
Here are the sources for animepaint.com.
INDEX.PHP:
animepaint.com
PAINT
|
IMAGES
|
SOURCES
copyright © 2010 animepaint.com
IMAGES.PHP:
<?php if(isset($_POST["data"])) { $file = "images/".date("YmdHis")."-".uniqid().".png"; $title = $_POST["title"]; $handle = fopen($file,"w"); fwrite($handle, base64_decode($_POST["data"])); fclose($handle); } ?> <html> <head> <title>animepaint.com <link rel="stylesheet" type="text/css" href="styles.css" /> <body> <center>
PAINT
|
IMAGES
|
SOURCES
<??php $i = 1; $dir = "images"; $handle = opendir($dir); while(false!==($file=readdir($handle))) { if($file[0]!=".") { print "
"; if($i%3==0) print "
"; else print " "; if($i==9) break; $i++; } } ?>
copyright © 2010 animepaint.com