Which plugin is this? (Wordpress wallpaper plugin)

zimok

Click, Whirr.
Oct 27, 2008
2,392
99
0
Canada... eh!
Wallpaper: Wall « Wallpapers « AmbientLight

I've spent the last half hour trying to find out which plugin this guy is using for automatic image handling(resizing, auto detection, watermarking... all on the fly).

I've checked source, two different wordpress plugin analyzers, reverse image searched the thumbnails, google searched parts of the code. At this point it's possible he coded the thing himself because there's virtually no results for the code search and the thumbnails don't exist anywhere else on the net.

I'm running out of ideas... I need your help to go deeper.

985951671.jpeg
 



It's custom, the source code has all the code you need:

http://ambientlight.ca/js/wallpaper.js

running with jQuery 1.4.4

One thing I'm 100% is it's not a plugin, no plugin would be installed at the root level /js/. Plugins install in the wp-content/plugins/ folder. That's how you can tell it's not a wordpress plugin. Whether he coded it himself or not, I dunno.

It's actually is pretty easy to extract from the site.
 
actually all the JS file does is handle the form, which is submitted to /wallpaper/wallpaper.php

wallpaper.php is what resizes and watermarks the image. Theres plenty of examples out there in google land to do this.