vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - ICash, Simple, stand alone point system. (https://vborg.vbsupport.ru/showthread.php?t=119086)

Blaine0002 03-19-2007 07:53 PM

he means if you have points per character enabled on a website, a user can simply post spam "ghfdegsuthytgfhG" to rake up a million points, then once he posted the topic he can edit it to a real topic to avoid being banned for spam.

Marko777 03-19-2007 11:24 PM

Thanks for the info!

highway101 03-20-2007 05:15 PM

Would this hack work for say " I need postings in forums, so I can give entries for a contest or points which can be used as entries into a monthly contest?...or do they have a hack for this?

QsKGlobal.com 03-21-2007 02:54 AM

No one seemed to answer the question of What do I do if users aren't being given points at all? The info is in the postbit, all the settings are correct, but the points aren't being given.

I also need to integrate this with vcash and vbookie

~Someone respond soon plz :)

davidw 03-21-2007 02:58 AM

Curious - is this happening to any users that have come to your board since you installed the hack originally? If so, you are most likely seeing the same issue I am. I have to run an UPDATE query something like
Code:

UPDATE vb_user SET 'money' = 0.00 WHERE 'money' IS LIKE 'NULL';
- I'm guessing off the top of my head, but I have to do this ever so often or the new users don't get anything.

snapplekid13 03-21-2007 03:20 AM

Installed! Lets see if I have any problems... hopefully I won't! But this is my first installation!

QsKGlobal.com 03-21-2007 04:16 AM

Got iCash integrated with vBookie, but now it doesn't work for regularly increasing points per posts and threads. Can someone help with this?

Blaine0002 03-21-2007 03:00 PM

there really shouldnt be any problems, i have tested this on my test boards, christian what does that query do exactly?

davidw 03-21-2007 03:13 PM

When I installed the hack, all users had money set to 0 (then I did the decimal thing - that's separate), then any new users were set to NULL. So, I had to run the UPDATE so that the new users would change the NULL values to the 0 value (or whatever I chose). Ever so often, I run the update so that all new users (since the last UPDATE) can have "points" added.

Blaine0002 03-21-2007 03:34 PM

doh, i must have the points value set to null in the install file.


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