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 2 3 4 5 [6] 7 8 9 10 ... 27
76
Quote from: Lord Nite
One thing you forgot to add.

 :oops:  fixed, thanks...

77
Mods & Plugins (Releases & Support) / [Mod] Mini-Top
« on: June 01, 2003, 11:16:09 PM »
:twisted:  Instructions!?!?!   To add ONE line to the index.php and THREE the language text???

78
this could be done (i believe easy enough  :wink: ) with HTML Mime Mail class, available from http://www.phpguru.org

79
It would be cool to be able to display a toplist of search keywords.

search strings are not stored in the database

80
Quote from: popo
I select  "embedding image" for Annotation, it seems good, a gd-png image appear on the picture I upload. but when I select "text" for Annotation, just nothing on the picture I upload. the system would have someting problem ?

Probably you've set the wrong font path or filename

81
Quote from: eurohp
No, I've tested it. If I make thumbnails with GD they have poor quality, but if I only watermark the uploaded Image with GD, the quality is the same great quality as it is without watermark.

If you're satisfied with GD image quality, than you don't have to use NetPBM at all. Go /includes/constants.php and set:
Code: [Select]
// If you use GD higher 2.0.1 and PHP higher 4.0.6 set this to 1.
// Your thumbnails will be created with better quality
define('CONVERT_IS_GD2', 1);

82
Mods & Plugins (Releases & Support) / [Mod] User upload limits
« on: May 29, 2003, 10:07:04 AM »
seems you didn't run the installer, so the neccessary fields were not added to your db

83
i think so, though i've never tried it myself...

84
you can try remote mysql usage, if your host would allow this

85
Mods & Plugins (Releases & Support) / v.1.2
« on: May 27, 2003, 10:22:34 PM »
New version posted. Now you can set random selection mode (by votes, hits, comments, etc.)

download: http://faces.dalnet.ru/files.php?l=english

86
Quote from: eurohp
Now my question: Is it possible to use NetPBM for making thumbnails and GD for annotations?

No. Since this mod processing the whole image (not only thumb), then with GD your image gonna be the same poor quality, as thumbs.

If smbd teach me, how to run NetPBM on win machine - I could try to use it for annotation...

87
Installation, Update & Configuration / Re: Want muti-language
« on: May 27, 2003, 10:33:44 AM »
Quote from: li
text:english link:http://my4.com/index.php?|=english

try to use ?l=english (L=language), not |  :wink:

88
Installation, Update & Configuration / NetPBM correct path-guide?
« on: May 26, 2003, 07:21:50 PM »
Quote from: coolmilo
I can't see neither GD nor NETPBM installed even though my hosting keep telling me they are installed ????

PHP at you system was definatelly compiled without GD lib, so your host giving you wrong information. Concerning NetPBM - this test.php will not show it to you, even if it is installed.

89
Mods & Plugins (Releases & Support) / [Mod] Mini-Top
« on: May 25, 2003, 10:32:40 PM »
Quote
Mini-Top MOD for 4images - Image Gallery Management System.

Version:      1.0

Author:       Silly Little Lamer (sll@dalnet.ru) and V@no (http://gallery.vano.org)

Description:

This Mod shows additional table on the first (and/or any other page) of your gallery, with the thumbnail of one winner from each category – most rated, voted, commented, viewed and downloaded.

Installation Level:    Easy
Installation Time:      5 Minutes

Files To Edit:       2

   /index.php
   /lang/english/main.php

download: http://faces.dalnet.ru/files.php?id=5&l=english

If you receive errors after installing this mod, try download package from the attachment below and replace mini_top.php from it

90
Mods & Plugins (Releases & Support) / [Mod] Photo Of The Day
« on: May 25, 2003, 10:03:11 PM »
Quote from: V@no
@SLL:
since u have
Quote
include_once(ROOT_PATH.'includes/constants.php');

next two line are not necessery, u could use CATEGORIES_TABLE and USERS_TABLE ;)

nope  :wink:   long time ago i've got a problem due to this, and almost lost my hairs trying to find it...  i was running two includes in my index.php, for phpbb and 4images, and they're both using USERS_TABLE variable, so one of them didn't work before i've defined different names directly in those included files.

Pages: 1 2 3 4 5 [6] 7 8 9 10 ... 27