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 - abman5

Pages: 1 [2]
16
Mods & Plugins (Requests & Discussions) / REQUEST (MOD)
« on: January 30, 2009, 03:38:07 AM »
Dear user,

I need the following MODs:

Tell-a-friend or friends.
Send this page to a friend or friends.
Printer friendly (to print a page)

If you have or know the mod link, please tell me.
thanks in advance.

17
Discussion & Troubleshooting / Re: If my 4images stolen?
« on: January 17, 2009, 10:43:26 AM »
I know that it is open for all. If I paid for removing copyright message and someone steal that copy of scripts. I mean that.

18
Discussion & Troubleshooting / If my 4images stolen?
« on: January 17, 2009, 10:23:49 AM »
Suppose I bought 4images for one site. If someone stole my script and run his site then how do I know that someone has stolen my script. Is there have any system in the script that I know about stolen?

19
I need a image upload system for admin area
====================================================

I will send the folling variables from previous page.

'item' and 'code'

Suppose,

$item = "laptop";
$code = "LP 256";
$here = "./images/";   // upload root location specified by me


YOUR JOB:
The upload php will create a directory '$here' named '$item' if the directory not exists.
Then upload image to '$item' directory with renaming '$code.imeagetype'.
Check new image name for duplication from file dir not from mySql before upload.
Insert image name '$code.imagetype' only to mysql table.
Display error or successful confirmation after process.
Also include image resizing system.


RESULT:
The script will create "./images/laptop" dir if not exists.
Upload image to "./images/laptop/LP 256.jpg"
Insert "LP 256.jpg" to mysql table


Please help me.............

20
I want to make 4images like this



View full size imagehttp://www.picscrazy.com/view/013bPj.gif
Note: this image hosted on a site that host some adult pic too.
         Mod can download & post this full pic this site

1. Create 3 or more main category (as required)
2. Every category may have sub category
3. Newest pictures of every category will show on index page
4. Top statistics will be individual for every main category

I think it is not bad idea. But  I cant make it.
Please make & post it for me & all users of 4images.

Thanks in advance.

21
I want to make a new file .php file (my_new_file.php) into the root directory.

##  The file will viewable only for logedin users.
##  If the non-loged user try to open this file, it will redirect to login or index page.
##  A template will add this file (A new html file created on template/default dir named "my_new.html")

please post steps required for this file.
It will be better for me if you kindly make a sample php file with the above reguirments.

22
Templates & Styles (Requests & Discussions) / HR-01: Adding new html file
« on: September 12, 2008, 05:13:30 AM »
Suppose I made a new "my_new_file.html" file in the templates/default directory. The html file just contain a image. Now I want to add this template file into the index.php .

Please post the steps required for this work.

23
Please help me about watermarking on downloadable image not original uploaded image.

Actually I want to add site name on image (downloadable). That means when a user try to download a image then the system will include a watermark of that image.

Is it possible?

How can I do that?

24
Mods & Plugins (Requests & Discussions) / Re: Creating new .php file
« on: August 26, 2008, 08:07:13 AM »
I want to say that if I create a new .php file then which file I have to include to make that file work properly. Any body please post a sample code.

25
Mods & Plugins (Requests & Discussions) / Creating new .php file
« on: August 24, 2008, 05:39:12 AM »
I want to add new .php file in root dir, suppose index2.php
In that page I want to put public contents of my site which can be viewed without login.
What steps is required for that new file.

Pages: 1 [2]