vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Forum+ecDownloads Stats on Signature Image (https://vborg.vbsupport.ru/showthread.php?t=102551)

Mr Chad 12-31-2005 11:39 PM

added one for total threadviews. Look ^UP^

Mr Chad 12-31-2005 11:43 PM

Quote:

Originally Posted by Toneboy
Works nicely. How do you change the font & text positioning?

I currently dont know how to change the font

But you can change positioning by changeing this:
PHP Code:

$left 15//Left text-margin
$top 9//text-margin from top 


Xtrato 01-01-2006 03:33 AM

how about color?

Mr Chad 01-01-2006 11:22 PM

im noob to text ^_^ ill see what i can do.

Ron1n 01-01-2006 11:24 PM

nice work chatbum!

Mr Chad 01-07-2006 08:17 PM

Quote:

Originally Posted by Ron1n
nice work chatbum!

thanks.

Totti 01-14-2006 06:54 PM

hmmm,
my stats refering to vbHome are:
Threads: 7'008, Posts: 144'435, Members: 3'012

here's my sig:
https://vborg.vbsupport.ru/external/2006/01/7.jpg

i understood the issue with the deleted stuff, but why shows my sig less than my forumHome?!?
why not taking the same query as forumHome?


and ... i cannot get this showtotalhits working, showing some crazy php error - was for testing issues though ;)


so, THUMBS UP and installed :)

Mr Chad 01-15-2006 01:11 AM

Quote:

Originally Posted by Totti
hmmm,
my stats refering to vbHome are:
Threads: 7'008, Posts: 144'435, Members: 3'012

here's my sig:
http://fmcorner.4players.de/signatur2.jpg

i understood the issue with the deleted stuff, but why shows my sig less than my forumHome?!?
why not taking the same query as forumHome?


and ... i cannot get this showtotalhits working, showing some crazy php error - was for testing issues though ;)


so, THUMBS UP and installed :)

Thanks, when i have time ill see if i can work out the total hits bit.

evenmonkeys 01-16-2006 12:22 AM

How do you make them show up in one straight line rather than line breaks?

Mr Chad 01-19-2006 06:13 PM

Quote:

Originally Posted by xYarub
How do you make them show up in one straight line rather than line breaks?

not that hard go into the php and find the /n and remove all of them except the one at the end of the sentence.

Totti 01-19-2006 06:59 PM

Quote:

Originally Posted by chatbum
except the one at the end of the sentence.

is there a special need for this? worked for me even without that one, too ;)

Mr Chad 01-21-2006 02:08 AM

oh, well then i guess you dont need the last one :)

GamerJunk.net 01-27-2006 04:18 PM

This is amazing thanks.

GamerJunk.net 01-27-2006 05:14 PM

I just need to find out how to make a better looking logo lol

GamerJunk.net 01-27-2006 05:19 PM

I want it to have my forum name above the member info...how would I do that?

https://vborg.vbsupport.ru/external/2006/01/1.php

Mr Chad 01-27-2006 09:41 PM

Quote:

Originally Posted by RasMasta
I want it to have my forum name above the member info...how would I do that?

http://www.gsnforce.com/forum/signature.php

just edit the picture and add the name on it :).

IrPr 01-29-2006 01:33 PM

Nice !!
is it possible to do cronjob with VB Scheduled Tasks?

Mr Chad 01-29-2006 09:59 PM

Quote:

Originally Posted by Moosa
Nice !!
is it possible to do cronjob with VB Scheduled Tasks?

thats what your spose to do :)

Mr Chad 02-28-2006 10:38 PM

Still works w/ 3.5.4 :)

PixelFx 03-08-2006 06:31 AM

Quote:

Originally Posted by chatbum
Still works w/ 3.5.4 :)

works great on v3.5.4

Mr Chad 05-18-2006 04:33 AM

changed it so it is a product and less file edits :)

Mr Chad 05-26-2006 01:00 AM

~updated~

P.Jackson 05-30-2006 08:28 AM

im getting

Fatal error: Call to a member function on a non-object in /home/*********/public_html/forum/includes/cron/signature.php on line 18

Any ideas?

Mr Chad 05-30-2006 12:59 PM

not sure.

P.Jackson 05-30-2006 01:20 PM

damn was looking forward to getting this to work :(

Mr Chad 05-30-2006 10:06 PM

it should work. ill test this later.

Smiry Kin's 06-07-2006 07:45 AM

doesnt work for me.. install instructions not very clear, had no idea where to put the jpg file.. so i dont no if its wrong..
Code:

The image “/administrator/cronadmin.php?do=runcron&cronid=14” cannot be displayed, because it contains errors. thats in admincp
when i try to go onto the signature.php i get
Code:

Fatal error: Call to a member function on a non-object in signature.php on line 18

Jetrome 06-08-2006 06:04 AM

nevermind.

it works. thanks lots.

one question. if we want the ecDownloads stats, where do i put hte code in the signature.php file?

Mr Chad 06-08-2006 09:36 PM

when i upgraded the code changed. That is for refrence, ill work on updating it so you can use it.

Mr Chad 06-08-2006 09:38 PM

Quote:

Originally Posted by Smiry Kin's
doesnt work for me.. install instructions not very clear, had no idea where to put the jpg file.. so i dont no if its wrong..
Code:

The image “/administrator/cronadmin.php?do=runcron&cronid=14” cannot be displayed, because it contains errors. thats in admincp
when i try to go onto the signature.php i get
Code:

Fatal error: Call to a member function on a non-object in signature.php on line 18

place it with your php file. where ever you put that.

Mr Chad 06-08-2006 10:03 PM

acutally install my new one. Updated it with EC stats. Any problems just reply.

SupremeWeapon 06-17-2006 04:58 PM

Quote:

Fatal error: Call to a member function query_first() on a non-object in /forums/signature.php on line 18
line 18

Quote:

$postcount = $vbulletin->db->query_first("SELECT COUNT(*) AS posts FROM " . TABLE_PREFIX . "post");
Latest Mysql
latest php
latest GD

Smiry Kin's 06-18-2006 02:25 AM

Quote:

Originally Posted by Mr Chad
place it with your php file. where ever you put that.

place what? i downloaded the new version installed - same issues..

Mr Chad 06-18-2006 05:16 AM

hmm, ill look into this when i have time... (my site went down yesterday ><)

imported_Visions 06-19-2006 06:05 AM

I'm totally lost, I have installed the hack and went into vb schedualed taskes and ran the cron job and this is what I get.
Code:

Database error in vBulletin 3.5.1:

Invalid SQL:
SELECT SUM(views) as pageviews FROMthread;

MySQL Error  : You have an error in your SQL syntax.  Check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROMthread' at line 1
Error Number : 1064
Date        : Monday, June 19th 2006 @ 02:55:38 AM
Script      : http://www.mmoupdate.com/admincp/cronadmin.php?do=runcron&cronid=14
Referrer    : http://www.mmoupdate.com/admincp/cronadmin.php?do=modify
IP Address  : 68.52.48.164
Username    : Administrator
Classname    : vb_database

Any Ideas. Is there any way to get clear directions on the install of this mod? The directions are very unclear and I am really lost. Any help would be appreciated.

Smiry Kin's 06-19-2006 10:15 AM

Quote:

Originally Posted by imported_Visions
I'm totally lost, I have installed the hack and went into vb schedualed taskes and ran the cron job and this is what I get.
Code:

Database error in vBulletin 3.5.1:

Invalid SQL:
SELECT SUM(views) as pageviews FROMthread;

MySQL Error  : You have an error in your SQL syntax.  Check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROMthread' at line 1
Error Number : 1064
Date        : Monday, June 19th 2006 @ 02:55:38 AM
Script      : http://www.mmoupdate.com/admincp/cronadmin.php?do=runcron&cronid=14
Referrer    : http://www.mmoupdate.com/admincp/cronadmin.php?do=modify
IP Address  : 68.52.48.164
Username    : Administrator
Classname    : vb_database

Any Ideas. Is there any way to get clear directions on the install of this mod? The directions are very unclear and I am really lost. Any help would be appreciated.

Donno but thats alot better error then just a few text words im getting..

Mr Chad 06-19-2006 10:44 PM

just comment out the pageviews bit...

SupremeWeapon 06-20-2006 04:39 PM

Quote:

Originally Posted by SupremeWeapon
line 18



Latest Mysql
latest php
latest GD



Well any ideas yet?

SupremeWeapon 06-29-2006 05:19 AM

k, 9 days. what is up with this modification?

Still having the SAME issues

Fatal error: Call to a member function query_first() on a non-object in /forums/signature.php on line 18

VBUsers 06-29-2006 07:50 AM

can this work with 3.6 beta 3? hope so


All times are GMT. The time now is 09:09 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.01413 seconds
  • Memory Usage 1,817KB
  • 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
  • (6)bbcode_code_printable
  • (1)bbcode_php_printable
  • (14)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
  • (40)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