PDA

View Full Version : few questions


brian
11-10-2005, 11:43 PM
I'm thinking about purchasing your image hosting script, but I have a few questions first.

1. Your script appends a black bar with the image dimensions on the bottom of each thumbnail. Rather than image dimensions, I would like to put my site url on this bar. Is this something I can easily do?

2. Is there any way to use multiple ad templates? I would like to be able to serve adult ads on adult hosted images, and mainstream ads on others.

3. How much would you charge to code in these features? :)

yabsoft
11-11-2005, 05:01 AM
I'm thinking about purchasing your image hosting script, but I have a few questions first.

1. Your script appends a black bar with the image dimensions on the bottom of each thumbnail. Rather than image dimensions, I would like to put my site url on this bar. Is this something I can easily do?

2. Is there any way to use multiple ad templates? I would like to be able to serve adult ads on adult hosted images, and mainstream ads on others.

3. How much would you charge to code in these features? :)

1:you can modify it easily:for example,
http://kupload.com/out.php/t1641_maluuuuu.jpg

2:Now,the ads is same for all servers,of coruse,we can make it for you.so you can make ads for diffrent server.

3.The first one is easy,i can do it free.The second one is in my featrue list of AIHS V2.1.if you are willing to wait some time,you can get it free.or i can do it now.It is about $20.
[/img]

Luke
11-11-2005, 06:44 AM
Can you tell us how we can change it? :)

yabsoft
11-11-2005, 03:06 PM
Open core.func.php,
Line 483:
$string = "$image[width] x $image[height] ".convertsize($image[size],1);

You can change var $string to your need.

profezor
12-18-2005, 04:47 PM
what directory is that file?

yabsoft
12-19-2005, 04:17 AM
what directory is that file?
The file "core.func.php" is located in the "includes" directory.

profezor
12-19-2005, 11:20 AM
I have changed the file to

$string = "www.iuploads.com ".convertsize($image[size],1);

Nothing has happened. What should it read to print th eURL on the thumbnail?

UPDATE. it works.