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)
-   -   Smiliecreator v1.1 (https://vborg.vbsupport.ru/showthread.php?t=50450)

Sanni 03-22-2003 01:47 AM

Quote:

03-20-03 at 04:04 AM Kars10 said this in Post #32
Please PM me your URL, so i can have a look. ;)
Hi Kars, I am having the same problem as the flying dutchman (a red X is being displayed instead of the image, even though the smilies are viewable via the smiliecreator popup). I am running VB 2.3.

also if i copy and paste the url that is generated (http://www.ozforums.com/text2schild....ol=255,255,255) i get this error:

Fatal error: Call to undefined function: imagecreatefrompng() in /web/www.ozforums.com/htdocs/text2schild.php on line 60


my boards are located at http://www.ozforums.com (unfortunately you have to be a member to post)

FlyingDutchman 03-22-2003 04:27 AM

well, my problem was the port of the server, the bb url didn't include it, stupid me, lol

FlyingDutchman 03-22-2003 04:30 AM

Quote:

Today at 12:06 AM Steve123 said this in Post #59
@ Kars10...

Ive tired using his fix, it dont work.. As soon as i add the function to the .php file, the images wont work...

try this using this function instead (as the other one didn't work for me, i searched for a fix, heheh):

PHP Code:

function remove_magic_quotes(&$x,$keyname="") {
    if (
is_array($x)) {
        while (list(
$key,$value) = each($x)) {
            if (
$valueremove_magic_quotes(&$x[$key],$key);
        }
    } else if (
ini_get('magic_quotes_sybase')) {
        
$x preg_replace("/''/""'"$x);
    } else if (
ini_get('magic_quotes_gpc')) {
      
$x stripslashes($x);
    }


remember you still need the call to the function... see Slynderdale's post...

Steve123 03-22-2003 04:49 AM

^^ Thankyou that works!!..

Now gota figure out how to make it so u can use #'s and *'s

Kars10 03-22-2003 06:59 AM

@ FlyingDutchman, you have a new PM! :)

Kars10 03-22-2003 07:54 AM

Ok, updated Zip-File in First Post with the Quote-Bugfix by Slynderdale and FlyingDutchman.
To update from Version 1.0. just replace the text2schild.php with the new one from the Zip-File. :)

Kars

Steve123 03-22-2003 08:10 AM

^^^

Cool but can u get # and *'s working in the pics :)

/Steve

Kars10 03-22-2003 08:35 AM

@ Steve123, i?ve tested the *'s and it works perfect. ;)

The # don?t work yet.

Steve123 03-22-2003 08:51 AM

damn.. mine dont work with *'s..

its weird cus when i put *'s in it..

it comes up as normal text.. like this..

[ img] blah blah *test* [img ]

so its not displaying the image just the url :S

SmartGnome 03-22-2003 04:30 PM

Quote:

Today at 04:47 AM Sanni said this in Post #61


Hi Kars, I am having the same problem as the flying dutchman (a red X is being displayed instead of the image, even though the smilies are viewable via the smiliecreator popup). I am running VB 2.3.

also if i copy and paste the url that is generated (http://www.ozforums.com/text2schild....ol=255,255,255) i get this error:

Fatal error: Call to undefined function: imagecreatefrompng() in /web/www.ozforums.com/htdocs/text2schild.php on line 60


my boards are located at http://www.ozforums.com (unfortunately you have to be a member to post)


Looks like you have no GD_Lib available on your server.
imagecreatefrompng() is a call to the lib.

Cheers


All times are GMT. The time now is 04:58 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.01186 seconds
  • Memory Usage 1,745KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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