Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - krazy9

Pages: [1]
1
I need Some Help
Show Actual Size image in my own (or) Custom Page.
--------------------------------------------------------------------------
Like:
backgroundscity.net

Click on any thumbnail
and click the Full Size Wallpaper.
and view the page and url.
---------------------------------------------
I Need This Mod.
------------------------
Help Me Please.

2
Mods & Plugins (Requests & Discussions) / Please Help Me..
« on: June 06, 2009, 05:55:04 AM »
Hi All,
Please help me in 4images. my site is www.krazy9.com i have resize image and when anyone click on image it will be open as original Size.

But my Question is that when anyone click on image it will be open in my page  like www.backgroundscity.net

Thanks

3
How Can I Add More Extension in this code.
e.g. png,gif ect.
---------------------------------------
Code: [Select]
<?php
header
('content-type: image/[b]jpeg[/b]');
$img $_GET['img'];
$watermark imagecreatefrompng('logo.png');
$watermark_width imagesx($watermark);
$watermark_height imagesy($watermark);
$image imagecreatetruecolor($watermark_width$watermark_height);
$image imagecreatefrom[b]jpeg[/b]("$img");
$size getimagesize("$img");
$dest_x $size[0] - $watermark_width 5;
$dest_y $size[1] - $watermark_height 730;
imagecopymerge($image$watermark$dest_x$dest_y00$watermark_width$watermark_height100);
image[b]jpeg[/b]($image);
imagedestroy($image);
imagedestroy($watermark);
?>

4
How can I Add More Extension.
Example: png,gif etc..

5
Installation, Update & Configuration / Upgrade Help
« on: May 15, 2009, 06:49:00 AM »
I have already upload a 4images gallery and upload a lot of wallpapers, Please Let me know that if I upgrade my 4images gallery Anything will be fine or not and How To Upgrade new 4images.

6
Discussion & Troubleshooting / I Need Your Help
« on: May 11, 2009, 07:09:17 AM »
How To Add Flash Games (.swf) with Thumbnails. (4images Script)

plz Help me.

Pages: [1]