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

Pages: [1]
1
Discussion & Troubleshooting / Deleting folders
« on: April 12, 2003, 12:16:28 PM »
When a image is loaded into 4images, and a thumbnail is created, a new folder is made in the 4images folder.  Now if you delete the image and the accompanying thumbnail, can you delete the corresponding folder from your FTP without causing any errors?

2
Thx for the help V@no...  Im not used to having to write out the complete path even though I cant see it half the time.  I was missing part of the path again and after I corrected it from my last post.  I gotta see this is really a sweet mod.  I wish I was this skilled...

Now for any fonts I wanna be able to write in, I want to add the font to the same directory as the annotate.ttf is currently in ( the 4images root )?

3
Err ok there was a mistake, it shouldve looked like this : /home/lifestylz/4images/annotate.ttf   but this still didnt correct the errors.

4
The settings to find the font are: /home/4images/annotate.ttf

The .ttf file is located within the 4images root.

5
Ok just got done.  I did the test script to make sure I have the requirements, I passed   :)

So I installed this mod on the server.  Followed all the instruction to a T.  When I went to add the marl on a newly added photo, I get these errors:

Code: [Select]

Warning: imagettfbbox() [function.imagettfbbox]: Could not find/open font in /home/cwestciv/public_html/lifestylz/4images/includes/annotate.php on line 102

Warning: imagettftext() [function.imagettftext]: Could not find/open font in /home/cwestciv/public_html/lifestylz/4images/includes/annotate.php on line 131

Warning: imagettftext() [function.imagettftext]: Could not find/open font in /home/cwestciv/public_html/lifestylz/4images/includes/annotate.php on line 132


I then went to the already loaded images and ran the Batch Annotate and I got these errors:

Code: [Select]


Annotating between image ID 17 and 21:
Processing image C-West Civic's Interior from category Civic, image ID 21 >>
Warning: imagettfbbox() [function.imagettfbbox]: Could not find/open font in /home/cwestciv/public_html/lifestylz/4images/admin/plugins/batch_annotate.php on line 142

Warning: imagettftext() [function.imagettftext]: Could not find/open font in /home/cwestciv/public_html/lifestylz/4images/admin/plugins/batch_annotate.php on line 171

Warning: imagettftext() [function.imagettftext]: Could not find/open font in /home/cwestciv/public_html/lifestylz/4images/admin/plugins/batch_annotate.php on line 172
OK
Processing image C-West Civic's Interior from category Civic, image ID 20 >>
Warning: imagettfbbox() [function.imagettfbbox]: Could not find/open font in /home/cwestciv/public_html/lifestylz/4images/admin/plugins/batch_annotate.php on line 142

Warning: imagettftext() [function.imagettftext]: Could not find/open font in /home/cwestciv/public_html/lifestylz/4images/admin/plugins/batch_annotate.php on line 171

Warning: imagettftext() [function.imagettftext]: Could not find/open font in /home/cwestciv/public_html/lifestylz/4images/admin/plugins/batch_annotate.php on line 172
OK
Processing image C-West Civic's Front end from category Civic, image ID 18 >>
Warning: imagettfbbox() [function.imagettfbbox]: Could not find/open font in /home/cwestciv/public_html/lifestylz/4images/admin/plugins/batch_annotate.php on line 142

Warning: imagettftext() [function.imagettftext]: Could not find/open font in /home/cwestciv/public_html/lifestylz/4images/admin/plugins/batch_annotate.php on line 171

Warning: imagettftext() [function.imagettftext]: Could not find/open font in /home/cwestciv/public_html/lifestylz/4images/admin/plugins/batch_annotate.php on line 172
OK
Processing image C-West Civic's Front end from category Civic, image ID 19 >>
Warning: imagettfbbox() [function.imagettfbbox]: Could not find/open font in /home/cwestciv/public_html/lifestylz/4images/admin/plugins/batch_annotate.php on line 142

Warning: imagettftext() [function.imagettftext]: Could not find/open font in /home/cwestciv/public_html/lifestylz/4images/admin/plugins/batch_annotate.php on line 171

Warning: imagettftext() [function.imagettftext]: Could not find/open font in /home/cwestciv/public_html/lifestylz/4images/admin/plugins/batch_annotate.php on line 172
OK


Finished!


There were others, but the page refreshes itself as it goes from 1 - 10, 11 - 20 so I couldnt get them.

Obviously its not reading the path, but I checked in my FTP and what it said it could not find, is actually there.  Any possible checkes I can do?  Thanks...

Oh and the tff file is in the 4images root.

6
Coo.. Ill get started on the install then.  Thx again V@no

7
Thx V@no...  Your always there ready for my lack of knoweledge questions.. Much appreciations..

Oh yea 1 more thing.  The download, does it have all corrected info, or do I ned to check thru all the posts here and double check things?

8
Sorry for my stupidity, but Im not understanding the instructions below.  Run this script where?  What file do I place it in?  Do I need to create a file?  What directory will it be placed in?  Thank you.


Before installing this MOD!
Run this small code below (dont' forget to adjust font path). If you see black square with white text, than your system meets all neccessary requirements.
Code: [Select]

<?php 
header 
&#40;"Content-type&#58; image/png"&#41;; 
$im imagecreate &#40;180, 30&#41;; 
$black imagecolorallocate &#40;$im, 0, 0, 0&#41;; 
$white imagecolorallocate &#40;$im, 255, 255, 255&#41;; 
imagettftext &#40;$im, 14, 0, 10, 21, $white, "/home/public_html/arial.ttf", "GD Freetype test"&#41;; 
imagepng &#40;$im&#41;; 
imagedestroy &#40;$im&#41;; 
?>

[/code]

9
Mods & Plugins (Requests & Discussions) / Image categories
« on: April 12, 2003, 12:36:51 AM »
Is there a mod or a set place in the 4Images program, that will allow my users to put images in there own file?  Like right now its set up so that when you go to a section, you see all the images posted.  I want  to be able to have it listed as each persons own section.  Ill see if I can find a demo for an example and edit this post.

Well the demo I though I could grab, isnt what I was looking for, so if your unsure of what I mean, lemme know and Ill try to explain myself further.. Thx..

10
Discussion & Troubleshooting / Thumbnails are poor
« on: April 11, 2003, 04:34:26 AM »
Thx that did it, and sorry for sounding off like a smartass   :oops:

11
Discussion & Troubleshooting / Thumbnails are poor
« on: April 11, 2003, 01:04:39 AM »
Ok, lets see if I can explain myself like a lil child.  I upload a picture to 4 Images.  I then go into the admin control and use the auto thumbnail feature.  When I am done, I then go to the front page.  The thumbnail image that is shown is of very poor quality.  Like the photo has been exposed to light before before being processed in a dark room.  The picture is not what it should be in looks.  Some of the pictures turn out pink, some turn out purple, some are a mixture of the 2 colors.  Some pictures come out very light, some pictures come out to dark.  Some picture are half good and some are half bad.  When I say half bad I mean that, lets for for arguement sake take a picture and fold it in half.  The top half is perfect, nothing wrong with it.  The bottom half can have anything wrong with it from one of the problems above( when above I mean like pink,purple,to dark or light ).

I use GD Conversion tool for thumbnails.

12
Discussion & Troubleshooting / Thumbnails are poor
« on: April 10, 2003, 07:34:28 PM »
I have had the settings on the auto thumbnail from 0 - 100 and the pic always comes out very poor.  What can the reason for this be?  Can it be corrected?  Thanks

13
Mods & Plugins (Requests & Discussions) / 4images and Invision 1.1.1
« on: April 07, 2003, 07:59:09 PM »
Yes I tried search, but none of the integrations seem to work flawlessly and Im not that knowledgable with the scriptto correct whats wrong.  I tried the install already of windriders hacks and I had so many errors it wasnt even funny.  I wrote to him email and posted at IBF several days ago, but havent heard 1 word back yet  :(

14
Mods & Plugins (Requests & Discussions) / 4images and Invision 1.1.1
« on: April 07, 2003, 06:42:12 PM »
I dont have a clue as to what he/she said, but if iy has anything to do with integrating the 2 together, someone translate in english, because I want to do that to.  Thank you.

15
Installation, Update & Configuration / Installation
« on: April 05, 2003, 07:42:34 PM »
First off, can this be installed using Invision Board?

Second, I tried last night to install it.  I did all the instructions, but when I went to the index page, I kept getting the install page.  Even after I removed it??

What I would like to do is set it up within my forum folders, but Im not sure how, because some of the folders from 4 Images and some from IB are the same, and well Im not to good with all this stuff.  Can someone help me out?  Thanks

Pages: [1]