vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=34)
-   -   Geek Advertising Banner system RC1 (https://vborg.vbsupport.ru/showthread.php?t=79791)

The Geek 02-02-2006 10:58 AM

Quote:

Originally Posted by icare
PHP Code:

Fatal errorCall to undefined function: globalize() in /home/horny/public_html/admincp/gab_install.php on line 44 


I am getting this error when I run gab_install.php file. please help

THis is not a vb3.5x hack :)

icare 02-02-2006 11:19 PM

Quote:

Originally Posted by The Geek
THis is not a vb3.5x hack :)

:disappointed: :disappointed: :disappointed: :disappointed:

Any way do youknow any hack similar to this one that i can use it Vb 3.5.3

I need to hide gogole in some of my forums...

Please help

Bergman 02-09-2006 10:46 AM

Quote:

Originally Posted by ozaurora
Before I ask for help :) are the click stats supposed to work? I have setup the cron job, enabled click counting, etc. but not getting any click counts.

tia

Jo

I also have the same problem and i running vBulletin 3.0.12. Any one who have a solution ?

harbormaster 03-07-2006 07:02 PM

My gab_stats table crashes about 3 times a week. I am using vb 3.53.

Anyone have any ideas? I would hate to have to pull this product off my site.

The Geek 03-08-2006 09:02 AM

this is designed for 3.0x not the 3.5x series :)

paulfletcher 04-01-2006 07:43 PM

Will you be bringing this to 3.5.4 anytime in the near future?

Thanks,
Paul

tgreer 04-01-2006 09:11 PM

It works in 3.5.4. There is a small bug with the synopsis, though. Currently, it is hard-coded to only show the first 250 characters, even though there is an admincp setting to override this.

To fix, open the gars_underscore_class.php file and replace the snip_and_parse function with this version:

Code:

    function snip_and_parse(&$text, $readmore = 0)
    {
        $text = $this->parse_bbcode($this->prep_for_broken_tags(fetch_trimmed_title($text, intval($this->settings['maxsynopsischars']))));
        $readmore ? strlen($text)  > 240 ? $text . "... <a href='showthread.php?t=$readmore'><strong>More</strong></a>" : "" : "";
        return $text;
    }

You can adjust the hard-coded 240 if you like, though I chose to leave it on my site because I want all synopses to contain the "read more" link.

I've posted this fix at Geek's request.

tgreer 04-01-2006 09:12 PM

This was mis-posted, sorry. Moderator, this belongs in the Gars LITE thread!!

paulfletcher 04-02-2006 02:10 PM

Is there a difference between this Geek Banner System, and the paid Banner System on their website?

Thanks,
Paul

paulfletcher 04-05-2006 11:31 PM

Any thoughts? Just curious if I should get the paid version.

Thanks,
Paul


All times are GMT. The time now is 03:59 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.01621 seconds
  • Memory Usage 1,740KB
  • 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_code_printable
  • (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
  • (2)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