vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   [Addon]Download Credit System with uCash (https://vborg.vbsupport.ru/showthread.php?t=79000)

MixMakers 05-07-2005 03:43 AM

Thank you for the code, but it didn't seem to work. I noticed that points were not getting deducted from the person downloading, nor was the person who uploaded the attatchment receiving points.

Lionel 05-07-2005 03:51 AM

have you enabled the Download Credit System?

MixMakers 05-07-2005 03:53 AM

Yes. When I switched the code back to how it was, points were getting deducted like usual. Just tried again, and same thing.

Lionel 05-07-2005 03:59 AM

This is just a simple db insert, nothing else.

Quote:

$DB_site->query_first("UPDATE " . TABLE_PREFIX . "user SET uttpoints=uttpoints-$cost WHERE userid = $bbuserinfo[userid]");
$DB_site->query_first("UPDATE " . TABLE_PREFIX . "user SET uttpoints=uttpoints+$cost WHERE userid = $attachmentinfo[userid]");

MixMakers 05-07-2005 04:02 AM

Quote:

Originally Posted by Lionel
This is just a simple db insert, nothing else.

Sorry, I'm not exactly sure what I do with that code?

Lionel 05-07-2005 04:04 AM

Go back to post number 39 above.

MixMakers 05-07-2005 04:11 AM

Oh, you're just saying that it's a db insert?

Hmm..I have no idea what's wrong and I really want to get this to work.

edit - Maybe this problem comes hand with another problem I'm having with the hack - It doesn't give the person who uploaded the attatchment any points either? Any help on that?

Lionel 05-07-2005 04:16 AM

OK. You need
1-to install original hack
2-Install Deaths changes
3-Apply the change in attachment.php in post 39
4-put the conditional in postbit
5-make sure that you are not an admin when you test it.
6-make sure the tester *does not* have enough points and watch him being stopped
7-try with a tester with enough points. Jot down how many points he has before, then see if is minus what you set in your vboptions. Also refresh page and jot down how many points uploader has.

Forgot to add: make sure attachment is downloadable, not smaller than thumbsize if it's an image. It has to be clickable.


Works fine for me. Good luck.

The only negative is that the poor member viewing attachment gets deducted every time.

Lionel 05-07-2005 04:26 AM

The only difference between Deaths code and this one is the addition of
Quote:

$DB_site->query_first("UPDATE " . TABLE_PREFIX . "user SET uttpoints=uttpoints+$cost WHERE userid = $attachmentinfo[userid]");
to give the points to uploader. So it does not make sense that nothing is happening and that it works well without this.

Deaths 05-07-2005 07:19 AM

Follow the instructions here.

EDIT: Ah, I see you have already replied :)


All times are GMT. The time now is 05:19 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.01266 seconds
  • Memory Usage 1,734KB
  • 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
  • (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