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

Pages: 1 ... 19 20 21 22 [23] 24 25 26 27
331
Discussion & Troubleshooting / Re: Download Problem!?
« on: January 25, 2003, 11:13:27 PM »
Quote from: sir_mwenke
Now, i just downloaded it and theres only 7 files, witch to me sound very small.

You'd better download and install it again... Original 4images installation zip-archive contains 193 files  :roll:

332
Quote from: Chris
This mod is number 3 on my 4images mod TODO list.  When I get to it, I'll try to come back here and post what I did

Maybe you would consider to post your "todo" here, so others, who are missing the same features in 4images, wouldn't do the same job, and just wait for your mods?

Concerning this script: I'm not the brightest guy in the world, and I don't see any sense to list hundreds of search words in the dropdown.. where am I wrong?

333
Quote from: Radeon
No, that is teh correct path, and im not using IIS, im running on Apache. Anyways, i relly want to get this working because when GD rezises images teh quality just sux big time.

By befault ImageMagic installed in C:\Program Files\ImageMagic 5.5 (or something like that), long pathname could be a problem...

The simple solution is just to copy convert.exe to the folder, which is for sure accesible by you httpd, for example c:\php\

Btw, GD2 is not that bad, as you're saying... It's at least twice faster, than ImageMagic. Try http://www.coupin.net/gd-freetype/php_gd2.zip and don't forget to set define('CONVERT_IS_GD2', 1); in constants.php

334
Mods & Plugins (Releases & Support) / Re: finished integration!
« on: January 24, 2003, 09:23:18 AM »
Quote from: robertmf
Now, it is just a matter of customizing the 4images CSS to get the 'look & feel' of my website.

try 4images templates from http://www.vierstra.com/4images2.htm
4blue_orange1 looks very similar to phpBB design...

335
Discussion & Troubleshooting / Re: gd
« on: January 24, 2003, 09:04:32 AM »
Quote from: alex26
if I pick GD.. I get
GD library error.
Check module settings.

GD library is a part of your PHP installation. Check your php.ini... Since you're running PHP under Windows, just uncomment one line in php.ini (I'd recommend GD2)
Quote
;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;
;
; If you wish to have an extension loaded automatically, use the following
; syntax:
;
;   extension=modulename.extension
;
; For example, on Windows:
;
;   extension=msql.dll
;
; ... or under UNIX:
;
;   extension=msql.so
;
; Note that it should be the name of the module only; no directory information
; needs to go here.  Specify the location of the extension with the
; extension_dir directive above.


;Windows Extensions
;Note that MySQL and ODBC support is now built in, so no dll is needed for it.
;
extension=php_gd2.dll
;extension=php_gd.dll

If for some reason you don't have this DLL, download in at http://www.coupin.net/gd-freetype/php_gd2.zip

336
Mods & Plugins (Requests & Discussions) / New Pics in Category
« on: January 24, 2003, 08:53:10 AM »
Quote from: gti-the-sexy
please help me with this code , without any other codes

you shouldn't remove sql query, do exactly, what I told you above

337
Discussion & Troubleshooting / How about IMAGEMAGICK GUIDE LINES.
« on: January 23, 2003, 11:26:38 PM »
Didn't you try to set GD as "Conversion tool for thumbnails" in 4images?

338
Discussion & Troubleshooting / How about IMAGEMAGICK GUIDE LINES.
« on: January 23, 2003, 10:35:28 PM »
It's very simple to check if ImageMagic itself works on your system. Just try it from the command prompt: convert.exe -resize 100x100 yourimage.jpg newimage.jpg

If you find newimage.jpg in this directory, 100x100 px size, then your problem is not with ImageMagic...

339
Discussion & Troubleshooting / Auto Resize
« on: January 23, 2003, 02:21:48 PM »
Quote from: _Keith_
I am using the one that came with the 4images as far as I know

Nothing comes with 4images. Check your settings: Admin > General > Settings >  Conversion tool for thumbnails.

I beleive, you have GD there. If so, go /includes/constants.php, find define('CONVERT_IS_GD2', 0); there and chage it to define('CONVERT_IS_GD2', 1);

This should help...

340
I don't want to post it here before it's tested. If you're ready to beta-test it, I'll send you the link to download MOD.

341
Mods & Plugins (Requests & Discussions) / New Pics in Category
« on: January 23, 2003, 02:01:49 PM »
just remove if ($images_in_category) {
   echo "Found <b>$images_in_category</b> new images in category <b>$category_name</b>&nbsp;&nbsp;&nbsp;$category_link ...view category </a><br>";}


At the very end you could write something like echo "Total: $total_images_found found";

342
Mods & Plugins (Requests & Discussions) / New Pics in Category
« on: January 23, 2003, 01:26:09 PM »
Quote from: ChrisTTian
Was ist hard to make?

5 more minutes :)  http://sll.blood.ru/for_chris.zip
Quote from: ChrisTTian
Btw: Didn't know that Russia has so many beautyful women ;-)  Just too bad that i cant read kyrillic and don't understand russian. What do you use your image gallery for?

Then make yourself happy - spend some week in Moscow with Russian girls  :wink: And there's not much to read in this gallery, just look at photos. This is a gallery for Russian IRC network DalNet(ru), so the people you see there are wasting best part of their life chatting  8O I've started this gallery two weeks ago, so there are still not too many photos...
Quote from: ChrisTTian
The link to my web site is http://www.tt-owners.de. A Page about a car from Aud called "Audi TT"

Very nice desing!  I used to drive TT once, nice car, but I'm a big fan of another German manufacturer :) http://sll.blood.ru/tmp/sll-525.jpg

343
Mods & Plugins (Requests & Discussions) / New Pics in Category
« on: January 23, 2003, 12:05:55 PM »
Quote from: ChrisTTian
It is up to you SLL to move this code to the final section of the forum because ist is your great work!!!
I don't think it's a MOD, we're not modifying anything in 4images  :)
In order to publish it, at least the output of this script shouldn't be so ugly  :wink:  
What about this? http://www.dalnet.ru/get_new_pics.php

344
Mods & Plugins (Requests & Discussions) / New Pics in Category
« on: January 23, 2003, 11:59:43 AM »
Quote from: _Keith_
I want this but I would like it to use with IPF (IBF) Forums

I believe you don't have to change anything in this code to make it work with your forum. Just make right table definitions.

345
Discussion & Troubleshooting / Auto Resize
« on: January 23, 2003, 08:57:51 AM »
What image handling software are you using? If GD (not GD2) - this could be the reason for poor quality of images.

Pages: 1 ... 19 20 21 22 [23] 24 25 26 27