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)

chkdgate 07-16-2006 07:42 AM

Blaine, can you make it to where it displays a message right after you post, telling you how much you just earned?

gbechtel 07-18-2006 11:31 AM

How can I had the points to the members list page?

MoMan 07-21-2006 03:47 PM

VERY nice plugin!

I installed vBux and vBPlaza yesterday, and today, I was already sick of all of the pointless features and store items, and the many messed up templates.

So, I tried out iCash, and IMO it's a lot better- it doesn't keep my users from posting, but it lets them enjoy a simple, subtle points system!

Great work- I'm looking forward to more ways of acquiring points in the future.

Danny Diamond 07-21-2006 11:05 PM

This sounds pretty sweet man. VBPlaza is all bells and whistles to me. (no offense Plaza). I was just looking for the meat and potatoes.

Thanks..... INSTALLED

armstrong 07-23-2006 02:04 AM

Hi blaine. I modified your xml to log all points earned. For points earned for posting a response, I added this part:

Code:

$nplogentry = date('Ymd') . ' ' . strftime('%T') . ' response ' . $vbulletin->options['ppr'] . ' ' . $vbulletin->options['icashf'] . ' ' . $vbulletin->userinfo['username'];
$npearnlog = fopen('../../noypisoearnlog.txt','a') or die("can't open cashlog: $php_errormsg");
fwrite($npearnlog, $nplogentry . "\r\n");
fflush($npearnlog);
fclose($npearnlog) or die ($php_errormsg);

Now, I would also like to log the actual post number. What would the variable look like for this?

Blaine0002 07-23-2006 11:51 PM

Away on vacation, have absolutely NO resources to work with, should be back within 5 days or so. And I am also adding a banking system (as a seperate addon of course) :). Cyaz.

chkdgate 07-24-2006 04:06 AM

Enjoy your vacation man. Just know that once you get back and have the banking system ready, this thread is going to blow up! Awesome add-on!

co7t 07-25-2006 02:47 PM

Gang - can someone give me a pointer on how to get the icash info (as displayed in postbit) to appear in the user's profile? I tried putting that same information underneath the referral information but the points themselves don't show up in there. Thanks!

chkdgate 07-25-2006 02:51 PM

I think that Blaine is working on that. Give him some time because he's bound to release some much anticipated add-ons.

imnojunecleaver 07-31-2006 06:24 PM

I am super new to this and have downloaded and partially (I assume) installed the Icash.

The points show up on the post bit and are awarded properly, but when I click donate I get The page cannot be found, so I know I haven't totally installed it yet. Can someone please tell me where to install the other files?

Thanks in advance :D


All times are GMT. The time now is 06:20 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.01796 seconds
  • Memory Usage 1,733KB
  • 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