vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   v3 Articles 1.0.1 - [vB 3.0.1] (https://vborg.vbsupport.ru/showthread.php?t=65934)

lanc3lot 09-27-2004 11:04 PM

Samir can u help me in one last thing?

In the installation txt, is says:

" IMPORTANT!
-------------
If you don't have GD installed on your server, thumbnails will not be generated. Instead, your images will appear as files. Make sure you have GD installed, and enabled in "vBulletin Options"! "

= What it is the GD is says?Where can i find it?

lanc3lot 09-27-2004 11:30 PM

Its seems, Samir gone to sleep:(

Damn, please someone later answer me what is GD and how i can find it

Also,

1)How can i delete articles and
2) if u go here u will see that there is a white line that intrerrupts nickname and all that...How can i fix it?

Thanks(going to sleep myself)

SamirDarji 09-27-2004 11:55 PM

No sleep for me! I have to have my site done by Thurs and I only have today and tomorrow to work on it.

GD is something that is installed on the server that allows it to manipulate images. To see if you have it installed and to set up vB to work with GD, goto the vB Options-->Server Settings and Optimization Options. There you'll find an option for the GD version. If you have something installed, it will say the most likely version number. Pick that version from the drop down box and save.

I'm not sure how to delete articles, that was a question I know was asked in the thread somewhere. I looked at my own test installation and figured it out. You have to go to the article-->Edit Article-->at the bottom there is an option to delete it.

That line is part of the style that you're using. (I've actually played with that same vbdesigns style too.) If you switch to the default vB style, you'll see that it goes away. The only way to change it in the style you have is to change it in the style itself. Admincp-->Styles and Templates-->Style-->All Style Options.

SamirDarji 09-27-2004 11:57 PM

I forgot to add that you'll have to rebuild the thumbnails after enabling GD. Admincp-->Import and Maintenance-->Update Counters-->Rebuild Attachment Thumbnails

lanc3lot 09-28-2004 12:22 AM

Lol, u are very helpful mate:)

I go to options, and its says: Likely GD Version : N/A

Then in the drop down menu, its has GD 1.6 & 1.8 and GD 2.0

I tried to put both of them, but then, when i go to the --> Admincp-->Import and Maintenance-->Update Counters-->Rebuild Attachment Thumbnails

Its says:


Your version of PHP does not have image support. Please make sure you have enabled GD if your server does support it by going to Options -> vBulletin Options -> Server Settings and Optimization Options


Do u think, that it could be wise to post it to Vbulletin How do i forums? I mean GD is a feature of VB or is something that only this hack use?

Or how can i install GD:(

Thanks anyway, u are very helpfull

Ps

My msn is lancelot@gamers.gr and icq is 32256905 if u want to talk there

pagekeeper 09-28-2004 12:46 AM

small problem, everytime i post an article i get a smiley icon ??

i select no icon but it still does it, any ideas ?

thanks

SamirDarji 09-28-2004 12:54 AM

Quote:

Originally Posted by lanc3lot
I go to options, and its says: Likely GD Version : N/A

This means that your server doesn't support GD. :( GD is a part of the server, just like this hack is a part of vB. You'll have to talk to your server administrator about getting GD enabled. Then vB will see it and can use it.

lanc3lot 09-28-2004 01:00 AM

Ok Samir, going to send the mail now...
thanks a lot, owe u one:P

welo 09-28-2004 01:02 AM

As an extra test, put the following in a file named gdtest.php and upload it:

PHP Code:

<?php
$i 
imagecreatetruecolor(100,50);
$w imagecolorallocate($i,255,255,255);
$b imagecolorallocate($i,0,0,0);
imagefill($i,0,0,$b);
imagestring($i,4,5,25,'it works',$w);
header("Content-type: image/png");
imagepng($i);
imagedestroy($i);
?>

Then point your browser to it. If it doesn't work, no GD.

lanc3lot 09-28-2004 01:10 AM

It shows that:

Fatal error: Call to undefined function: imagecreatetruecolor() in c:\web\gamers.gr\gdtest.php on line 2

So it means that is not working huh?

Can u please tell me, i will ask to enable GD? is a full name of that, or just that?


All times are GMT. The time now is 10:34 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02363 seconds
  • Memory Usage 1,746KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete