vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Oak?s vGallery 1.0 (https://vborg.vbsupport.ru/showthread.php?t=48243)

Bergman 03-18-2003 06:50 AM

Zim, Yes it does.

GoTTi 03-26-2003 06:26 AM

my webhost said they installed imagemagick on the server for me, how do i find out if it is on this server?

i have CPanel newest version.

Bergman 03-26-2003 09:19 AM

Just ask your isp what the local path to Image Magick´s "convert" is and put it in the galleryconfig.php

:Judge: 03-26-2003 10:53 AM

How much longer for the new version :D

I am looking forward to this myself.

Bergman 03-26-2003 01:13 PM

The new version is Release Candidate for the moment and the only thing left is support for MS SQL. ?ke has pretty much to do but when he got some hours over it will be released. :)

SpeedStreet 03-26-2003 01:29 PM

Uhh....I don't understand the need for supporting MS SQL, since vBulletin only comes in MySQL flavors ;)

Bergman 03-26-2003 07:29 PM

SpeedStreet, ?ke plans to get it working with other forums to ... even stand alone without forum. ;)

hidjra 03-27-2003 04:46 PM

in create_category.php and create_subcategory.php use this code chunck instead of the one in tha zip

PHP Code:

// add category to database
    
$vars "sName";
    
$values "'" addslashes($name) . "'";
    if (
$desc) {
        
$vars $vars ",sDescription";
        
$values $values ",'" addslashes($desc) . "'";
    } 


PHP Code:

// add subcategory to database
    
$vars "sName,iCategoryID";
    
$values "'" addslashes($name) . "',$cid";
    if (
$desc) {
        
$vars $vars ",sDescription";
        
$values $values ",'" addslashes($desc) . "'";
    } 

thx for the great hack :)

Hidjra

SpeedStreet 03-27-2003 05:16 PM

Quote:

Today at 12:46 PM hidjra said this in Post #168
in create_category.php and create_subcategory.php use this code chunck instead of the one in tha zip

PHP Code:

// add category to database
    
$vars "sName";
    
$values "'" addslashes($name) . "'";
    if (
$desc) {
        
$vars $vars ",sDescription";
        
$values $values ",'" addslashes($desc) . "'";
    } 


PHP Code:

// add subcategory to database
    
$vars "sName,iCategoryID";
    
$values "'" addslashes($name) . "',$cid";
    if (
$desc) {
        
$vars $vars ",sDescription";
        
$values $values ",'" addslashes($desc) . "'";
    } 

thx for the great hack :)

Hidjra


What exactly does this do?

hidjra 03-27-2003 05:55 PM

Oh, im sorry.

Adding the "addslashes()" function to the insert query makes shure it doesn't give you an error when using single quote's (') in (sub)category title's and descriptions.

Hidjra

SpeedStreet 03-27-2003 07:37 PM

oh yeah...thanks.

I had already done this :)

cinq 03-29-2003 02:12 AM

Just wondering how the next version is coming along ? :)

Bergman 04-02-2003 10:19 AM

Åke has much to do in school for the moment but he will finish the next version as soon as possible. It is as Release Candidate for the moment.

Bergman 04-05-2003 02:44 PM

Now ver 2.0 is availible downloadable at http://www.ake.nu/gallery/

There are some problems with vbulletin 2.3.0 and ?ke tries to fix that as soon as possible. :)


All times are GMT. The time now is 10:04 PM.

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.01285 seconds
  • Memory Usage 1,761KB
  • 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
  • (4)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (14)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