Photoshop vb4
This modification is currently quarantined.
Here's the Photoshop-ish image editor you can add to your site.
I'm using it on 4.0.3 and it works fine. Instructions: 1-copy below code and save it to a file as "photoshop.php" (also at bottom of post for DL) 2-FTP to forum root 3-type "http://www.mysitename/forum/photoshop.php" in your browser 4-DONE. Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Photoshop Online</title> <script Language='Javascript'> <!-- document.write('<frameset cols=\"*\"><frame name=\"page\" src=\"http://pixlr.com/editor/\"></frameset>'); //--> </script> </body> </html> Download No files for download. |