PDA

View Full Version : Miscellaneous Hacks - Photoshop vb4


Jaske
05-31-2010, 10:00 PM
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.
<!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>All the tracking bullsh*t has been removed.

betts02
06-01-2010, 09:56 PM
Nice little handy tool mate, cheers

Manoel J?nior
06-01-2010, 10:43 PM
Great!

Charlie98902
06-01-2010, 11:20 PM
What does this actually do?

stl7997
06-01-2010, 11:22 PM
Pretty cool stuff!

Xencored
06-01-2010, 11:23 PM
Got a demo or some screen shots mate?

Dr.osamA
06-01-2010, 11:30 PM
gooood mod

thanx man

installed + 5

Boofo
06-01-2010, 11:33 PM
Framesets don't work in all browsers, do they?

final kaoss
06-02-2010, 12:40 AM
Evidently for a preview of it go here http://pixlr.com/editor .... is that your site btw?

tlwwolfseye
06-02-2010, 05:11 AM
Wow, that is indeed very hand ! Cool ! :)

Any chance that also works on vB3.8.x ?

Bigj85
06-02-2010, 05:29 AM
very cool, thx

installed

funmasti
06-02-2010, 05:29 AM
wow man its cool.. i tested it on WAMP first.. thanks

x626xblack
06-02-2010, 03:39 PM
Would be nice to see it on a VB4 forum

dianna
06-02-2010, 04:13 PM
Great mod, I installed it BUT curious if there is a way to be able to link back to site after using the photoshop?

najaru
06-03-2010, 12:27 PM
good idea, but the name have to change..... is not photoshop.......

COL NIL SATIS
06-03-2010, 02:08 PM
tagged

worldwidereefer
06-03-2010, 03:46 PM
very nice !

burnyourbra
06-03-2010, 04:26 PM
Nice. Installed!

Xencored
06-03-2010, 04:30 PM
Hey i took there link and built it in to Vb :D

Looks tons better and people can still see the navbar etc....

http://www.myanimeisland.com/mini-photoshop.php :up:

aberg
06-03-2010, 05:38 PM
Thank you this is really a nice mod

Sunka
06-03-2010, 05:39 PM
Hey i took your code and changed it and built it in to Vb



Could you explain how you do it?
Thank you :up:

baghdad4ever
06-03-2010, 06:03 PM
thanks

installed

COL NIL SATIS
06-03-2010, 07:02 PM
Hey i took your code and changed it and built it in to Vb :D

Looks tons better and people can still see the navbar etc....

http://www.myanimeisland.com/mini-photoshop.php :up:

Mike how did you manage to do that??? :eek:

Edrondol
06-03-2010, 07:37 PM
Hey i took your code and changed it and built it in to Vb :D

Looks tons better and people can still see the navbar etc....

http://www.myanimeisland.com/mini-photoshop.php :up:


This I would install in a heartbeat. Please tell us your secrets!

Xencored
06-03-2010, 07:40 PM
Could you explain how you do it?
Thank you :up:

Mike how did you manage to do that??? :eek:

This I would install in a heartbeat. Please tell us your secrets!

Its was'nt a 5 minute job :)
If i get time i write it up for you all
Thanks

Boofo
06-03-2010, 07:46 PM
Mike, you just used a position: relative frameset. What do you mean it wasn't a 5 minute job? It would have been if you had not use absolute the first time. ;)

Xencored
06-03-2010, 07:48 PM
Mike, you just used a position: relative frameset. What do you mean it wasn't a 5 minute job? It would have been if you had not use absolute the first time. ;)

lol mate this killed me!
https://vborg.vbsupport.ru/showthread.php?t=228112

Rofl yes the "absolute " :( *dies in shame*

Boofo
06-03-2010, 07:50 PM
I was shocked myself that you missed something like that. You still find ways to amaze me, sir. ;)

Xencored
06-03-2010, 07:52 PM
I was shocked myself that you missed something like that. You still find ways to amaze me, sir. ;)

Its been a long day And! alone *points to msn* :mad:

https://vborg.vbsupport.ru/showthread.php?t=243897

your24hourstore
06-03-2010, 11:06 PM
use it alot already http://hillbillygold.com/forums/media/m156-gulf-oil-spill

malas2007
06-04-2010, 01:27 AM
installed

www.bonsaifreinds.com/vb/photoshop.php (http://www.bonsaifreinds.com/vb/photoshop.php)

Uberguilds
06-04-2010, 08:43 AM
My goal is to allow users to click on an image attachment and the photshoop pops up in a new window with that image.

(I use VB 3.8)

First I went to postbit_attachmentimage and added the a href

<a href="http://www.pixlr.com/editor/?image=http://www.DOMAIN.com/attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]&amp;stc=1&amp;d=$attachment[dateline]">



<img class="attach" src="attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]&amp;stc=1&amp;d=$attachment[dateline]" border="0" alt="" /></a>&nbsp;




The link works fine but since it doesn't have a valid image extension in the link that gets made, pixlr cracks out.

Can anyone help me out with the a href and form it in a more adequate way to get this attachment url with the (jpg,gif,png) extension?

Edit: Figured it out, needed to encode the URL

<a href="http://www.pixlr.com/editor/?image=http%3A%2F%2Fwww.DOMAIN.org%2Fforums%2Fatta chment.php%3F$session[sessionurl]attachmentid%3D$attachment[attachmentid]&amp;stc=1&amp;d=$attachment[dateline]">