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 - vBCredits - Ultimate Points System (https://vborg.vbsupport.ru/showthread.php?t=151924)

Roxie 09-14-2007 11:38 PM

Quote:

Originally Posted by mikeylikesitz (Post 1339101)
I don't mean to bash here but i cant believe that you would UNinstall a script because you didn't read the post fully or were too goofy to understand that they are NOT charging for the script. The level of support i've gotten from these guys rival any major mod i've bought for vbulletin and let me tell you, the others weren't free like these are. Again for a second time, they are promoting Premium Membership, simple as that. As a benefit of that membership you would get access to the beta versions of those mods as well as other perks of being a Premium Member! If you dont want to pay for a premiun membership, then by all means wait a little while for it to be released free like they said they would.

I agree totally! By the way, so far, it works wonderfully. *giddy*

lasto 09-15-2007 02:23 PM

sorry guys i was`nt whinging - just felt gutted :)

congrats on top hack by the way and cant wait till its released to the genral public

silvermerc 09-15-2007 02:31 PM

When will lottery be released or is it possible to buy early?

cheat-master30 09-15-2007 02:34 PM

Quote:

Originally Posted by silvermerc (Post 1339513)
When will lottery be released or is it possible to buy early?

Last time I heard, it was part of vBCredits version 4. I wonder myself if that changed...

asw 09-15-2007 02:44 PM

The Lottery/Raffle System is part of v 1.4 and it's really something to see! :up:

Darkwaltz4 09-15-2007 03:36 PM

Quote:

Originally Posted by silvermerc (Post 1339513)
When will lottery be released or is it possible to buy early?

Lottery is part of 1.4, you are welcome to come play with it at vbcredits.com until the final version is ready. There is nothing to buy, as the script will come out free soon, but premium members at vbc can test out beta versions for themselves early.

silvermerc 09-15-2007 04:25 PM

Gah i'd buy it right now :[
Im coming to play with it but you lot are making me jelous i realy want 1.4 :'(

toucan42 09-16-2007 02:29 PM

I am interested in this mod (in a big way) but I wonder if waiting for 1.4 makes sense or if 1.4 will be able to be easily installed over the top of the current version?

Darkwaltz4 09-16-2007 02:33 PM

1.4 should be pretty easy to install over 1.3

just getting to a couple bugs in 1.4, and adding in the missing admin tools and such

hiphopave 09-16-2007 04:31 PM

I'm getting pretty excited for 1.4. Should I wait to install 1.4 or get the 1.4b and just upgrade?

PixelFx 09-16-2007 06:35 PM

We felt that releasing what we had done so far as beta to premium members would help us with a controled beta test. And when we release it to 200K members here, we want to make sure its a good stable product, as professional made as possible, and doesn't waste our time or yours working out issues with bugs that should of been fixed before release anyway.

Please note the techically the beta is ment for localhost testing and not a production enviroment.

Although I think some of those testing are doing that anyway, they can tell you how stable the beta is them selves. and or what they think of it so far.

Part of this process also gives dark time to make sure all the addons and converters we have are also stable with vbcredits v1.4, aka IBP Arcade, Living avatars, v3arcade, vBookie and other addons, including vbcredit$, Hide Hack, and more.. these all need to be tested and worked out so that when we release the FREE full version of vBCredits v1.4 to you guys that everything is working.

Seems the way we have choosen to do this makes the best sense and gives you guys the best possible product for your forums/communities, period!

We're sorry for those that don't read what we've said above and or uninstall, your missing out on some cool stuff that we'll be working on after this release.

Anyway guys, thanks supporting our scripts, dark and I both doing our best to get both support and stuff out in a timely mannor :D

Please remember to click install so we have a general idea of whos using it :D

PixelFx 09-16-2007 06:38 PM

Quote:

Originally Posted by hiphopave (Post 1340238)
I'm getting pretty excited for 1.4. Should I wait to install 1.4 or get the 1.4b and just upgrade?

1.4b (1.4 beta)
this version is if you just can't wait and want to see whats in it, however not all systems are finished yet for it.

1.4 (final stable)
we'll have upgrades for both 1.4beta and 1.3, so its your call if you want to wait. 1.4b is running on our site, so you can test it there if you want. Not all our pro/free addons are updated yet for 1.4b so again its you call.

Darks working as hard as he can to get updates, and 1.4b stable for release here :D

CarlitoBrigante 09-16-2007 07:27 PM

Great job!

I wanted to report a minor bug/issue, in vBCredits 1.3. In credits.php, you have this:

Code:

        $duser = $db->query_first("SELECT userid, username, credits_canget FROM " . TABLE_PREFIX . "user WHERE username LIKE '" . $db->escape_string($vbulletin->GPC['recipient']) . "'");
This is not good if you have user names that use special characters like underscore, unless you escape them. It is better to simply do something like:

Code:

       
$vbulletin->GPC['recipient'] = trim($vbulletin->GPC['recipient']);
$duser = $db->query_first("SELECT userid, username, credits_canget FROM " . TABLE_PREFIX . "user WHERE username = '" . $db->escape_string($vbulletin->GPC['recipient']) . "'");

Otherwise, money sent to a user called the_magic could go to a user called The Magic, or something like that.

Darkwaltz4 09-16-2007 08:47 PM

:D i suppose you have a point there - will be added in 1.4, thanks a lot!

Rated 09-17-2007 03:09 AM

Hi Dark,

I'm running IBank along with vBcredits...

The 'Top Credit Holders' list shows the top credit holders by credits (on hand).
Is there a way to show top credit holders by total credits (on hand + in bank)?

Thanks

Darkwaltz4 09-17-2007 04:01 AM

no, not presently

Roxie 09-17-2007 05:45 AM

That's what I would like. I'm using 1.4 and would like the credits that show on the memberlist and in the postbit to include what's in the bank.

Smiry Kin's 09-17-2007 10:48 PM

guess can't seem to view "credits.php" how do i enable this? other wise ill just have to block it in robots.txt

Also the layout is abit dodgy.. is there away to remove the control panel on the left? because seems crap imo..

Darkwaltz4 09-18-2007 12:29 AM

Quote:

Originally Posted by Smiry Kin's (Post 1341285)
guess can't seem to view "credits.php" how do i enable this? other wise ill just have to block it in robots.txt

Also the layout is abit dodgy.. is there away to remove the control panel on the left? because seems crap imo..

you could take it out i guess, but im not going to

Quote:

Originally Posted by Roxie (Post 1340657)
That's what I would like. I'm using 1.4 and would like the credits that show on the memberlist and in the postbit to include what's in the bank.

i will see about adding something

asw 09-18-2007 12:50 AM

Darkwaltz4 -

Don't worry about those who haven't a clue sir. Keep up the fantastic, cutting edge work you are doing and know you have supporters everywhere. :up:

Darkwaltz4 09-18-2007 05:12 AM

Quote:

Originally Posted by asw (Post 1341360)
Darkwaltz4 -

Don't worry about those who haven't a clue sir. Keep up the fantastic, cutting edge work you are doing and know you have supporters everywhere. :up:

:D thanks for the words of encouragement

Quote:

Originally Posted by Rated (Post 1340594)
Hi Dark,

I'm running IBank along with vBcredits...

The 'Top Credit Holders' list shows the top credit holders by credits (on hand).
Is there a way to show top credit holders by total credits (on hand + in bank)?

Thanks

there is now a new option in 1.4 which allows you to toggle whether to display Checking (on-hand), Savings (bank), or Combined (both). keep in mind it will still only display one number per thing, because thats what i want :-p (just does one, the other, or added together now)

look for it when it comes out :D

alfieuk 09-18-2007 11:06 AM

Hi, I have it all installed and working but it is not showing up in usercp tab.

Does the manage credits link NOT display at the bottom of the usercp? Do the following:
Edit the template USERCP_SHELL, and add this at the end of the link cells: $template_hook[usercp_navbar_bottom]

I have to do this, but where are the link cells? what do i need to find :/

Thanks in advance :)

bazzup 09-18-2007 11:17 AM

heres what i done

find:

</table>
<!-- / usercp nav -->

above add

$template_hook[usercp_navbar_bottom]

Darkwaltz4 09-18-2007 11:20 AM

thanks bazzup, saved me some time there :-p

vbcredits 1.4 is almost done... it has been discovered that the earliest version of vbulletin required for vbcredits 1.4 will be 3.6.6, however it may be moved up even more as i check through all of the required components - so take this time to upgrade your vbulletin if at all possible :) i *may* eventually provide instructions for earlier versions of vbulletin, but it is *very* low priority

im also removing template hook support due to it being one of the main sources of problems... :-/ sucks though, its such a nice idea. its okay, the instructions have details on inserting the right code. tms support remains, but now easier for you to edit how everything looks

bazzup 09-18-2007 11:26 AM

Quote:

Originally Posted by Darkwaltz4 (Post 1341654)
thanks bazzup, saved me some time there :-p

no problem john

on another note, just trying your site there and it seems really slow any known problems i made a post about it but cant seem to get back on?

alfieuk 09-18-2007 11:27 AM

Hi, thanks but it is still not showing up :/

PHP Code:

   <tr>
       <
td class="alt2" nowrap="nowrap"><class="smallfont" href="#" onclick="openWindow('misc.php?$session[sessionurl]do=profileviews', 300, 400); return false;">$vbphrase[who_viewed_my_profile]</a></td>
   </
tr>
   </if>
$template_hook[usercp_navbar_bottom]
</
table>
<!-- / 
usercp nav -->
    
</
td>
<
td>&nbsp;&nbsp;</td>
<
td width="100%"

Is that correct or am i being dim :)

bazzup 09-18-2007 11:33 AM

yeah thats right when you goto usercp it will be on the bottom left in the misc part

Darkwaltz4 09-18-2007 11:35 AM

Quote:

Originally Posted by bazzup (Post 1341656)
no problem john

on another note, just trying your site there and it seems really slow any known problems i made a post about it but cant seem to get back on?

yeah, something is up with the server. PixelFX is asleep so im not sure he even knows about it yet >.< will surely be fixed in a few hours or so

Quote:

Originally Posted by alfieuk (Post 1341657)
Hi, thanks but it is still not showing up :/

PHP Code:

   <tr>
       <
td class="alt2" nowrap="nowrap"><class="smallfont" href="#" onclick="openWindow('misc.php?$session[sessionurl]do=profileviews', 300, 400); return false;">$vbphrase[who_viewed_my_profile]</a></td>
   </
tr>
   </if>
$template_hook[usercp_navbar_bottom]
</
table>
<!-- / 
usercp nav -->
 
</
td>
<
td>&nbsp;&nbsp;</td>
<
td width="100%"

Is that correct or am i being dim :)

you look good, what version of vb are you using?

alfieuk 09-18-2007 11:46 AM

Hi,

3.6.4

The whole thing appears to be working, just not in usercp.

I have updated all my templates :/

I can see the donate credites block and the transaction window at the bottom of the user cp page, is it meant to show in the menu also, on the left?

Rated 09-18-2007 01:42 PM

Quote:

Originally Posted by Darkwaltz4 (Post 1341461)
:D thanks for the words of encouragement



there is now a new option in 1.4 which allows you to toggle whether to display Checking (on-hand), Savings (bank), or Combined (both). keep in mind it will still only display one number per thing, because thats what i want :-p (just does one, the other, or added together now)

look for it when it comes out :D


Thanks for the response Dark.

In the meantime, I editted two of the vBcredit templates to add a column to the 'Top Credit Holders' list to show 'Banked Credits'.
I also cheated and withdrew enough of my bank credits to be on the top of the list...lmao.
Then I changed it back, you can view it here:

Gaming-Forum.org Top Credit Holders List

Looking very much forward to the release...will be a great and better replacement to the long dead vBplaza.

PixelFx 09-18-2007 03:22 PM

SPeed issue was a DOS Attack on our ftp, IP's have been delt with .. I'll be changing how the software loads on our server, so its specific to 1 account vs open ended ips. Should fix the speed issues massively.

Darkwaltz4 09-18-2007 04:09 PM

Quote:

Originally Posted by alfieuk (Post 1341669)
Hi,

3.6.4

The whole thing appears to be working, just not in usercp.

I have updated all my templates :/

I can see the donate credites block and the transaction window at the bottom of the user cp page, is it meant to show in the menu also, on the left?

just add this to your usercp then in the location you added the template hook.

HTML Code:

<tr>
 <td class="$navclass[credits]" nowrap="nowrap"><a class="smallfont" href="credits.php">$vbphrase[manage] $vbphrase[credits]</a></td>
</tr>

keep in mind the minimum version for vbcredits 1.4 will be 3.6.6 (so far)

Quote:

Originally Posted by Rated (Post 1341731)
Thanks for the response Dark.

In the meantime, I editted two of the vBcredit templates to add a column to the 'Top Credit Holders' list to show 'Banked Credits'.
I also cheated and withdrew enough of my bank credits to be on the top of the list...lmao.
Then I changed it back, you can view it here:

Gaming-Forum.org Top Credit Holders List

Looking very much forward to the release...will be a great and better replacement to the long dead vBplaza.

:-p the new switch thats been added also takes into effect for memberlist and the top x list

Quote:

Originally Posted by PixelFx (Post 1341782)
SPeed issue was a DOS Attack on our ftp, IP's have been delt with .. I'll be changing how the software loads on our server, so its specific to 1 account vs open ended ips. Should fix the speed issues massively.

>.<

vnairp11 09-18-2007 11:35 PM

The credits on the navbar below pm box doesn't show up in ipbproarcade or vbadvanced cmps but shows up in all other pages how come? please someone help thanks my site is www.thetechlife.org

Darkwaltz4 09-19-2007 12:01 AM

you can apply this for the time being:
http://www.vbcredits.com/forum/showthread.php?t=222

vnairp11 09-19-2007 01:48 AM

thanks a lot, that fixed the issue ;)

linhhon2003 09-20-2007 02:45 PM

wow it is so great !!
can you say some think about it ?
I want to put vbcredits in my Music VBB

Example , if you want to play songs , you have to pay money ..
i think it is very good

http://quadautay.info/freetimevn/index.php
Music index

Darkwaltz4 09-20-2007 02:54 PM

please post addon requests in the appropriate forum at vbcredits.com :)

also a quick note - very soon (either tomorrow or day after) vbcredits 1.4rc1 will be put up for free for members. the final version will be uploaded here at vbulletin.org :D

Cybertims 09-20-2007 03:18 PM

I am struggling to remember anyone ever milking vb.org and it's members as much as you lot.....seriously!

Sure you are not a politician by chance? :D

Every time I see this thread updated I cringe as I know it will either be a post saying "it's coming soon!" or a load of self-patting on the back for a job well done on how amazing this new product is, and you all can have it earlier than others (for a small fee) of course.

You've done and said this so often the hype is now gone, I for one was looking forward to the new version, for some reason i no longer care about it and will be uninstalling it shortly.

|Jordan| 09-21-2007 06:36 AM

What does the latest version add? Is there a changelog available?

Darkwaltz4 09-21-2007 06:56 AM

sorry youll be missing out cybertims :-/ thank you for trying it in the first place though

this is what is in 1.4, and why it has taken so long.

BUG FIXES:
Thread Rating Wrong Variable
Donation Template Bugs
Fixed User Contacts for Top X

UPGRADES:
Usergroup Locks from Credit System
Display Particular Group's Credits
Negative Amount Handling
Fee Handling (Add or Subtract)
Easier Customizable Displays
Permissions-Based Links (Donate, Check, etc)

NEW AWARD TYPES:
Your Profile Viewed
Your Thread Viewed
Your Thread Replied
Your Thread Rated
Calendar Event
Profile Picture
Inactivity
Upload Attachment
Infractions
Send PM

POST AWARDS:
Central Board Account (Free Parking)
Display Award History in Thread and Forum
Enable in Specific Forums
Definable Time Periods
Max Number of Posts
Max Number of Users
Cumulative Given to any One User
Cumulative Given in any One Thread

ADMIN CONTROL PANEL:
Central vBCredits Menu
Links to Settings and Phrases
Usergroup Settings Duplicater
Forum Overrides Manager
Criteria User Awarder

NEW FEATURES:
Donation / Post Award Moderation
Credits Usergroup Promotion
Credits Rank Images Promotion
Credits Reputation Power Promotion
Low Balance PM Alert
AJAX Updating Navbar Amount

ADDITIVE REFERRAL BONUS:
Max Referral Bonus
Referrals per Referral Point

BANK:
Transactions Logged
Periodical Bank Statements
Deposit / Loan Reasons
Deposit / Loan Moderation
Set custom rates per Instance
Minimum Reputation, Posts, Days Registered for Deposits / Loans
Timed Deposits with Early Withdrawal Penalty
Fixed or Percentage Late Payment Penalty
Chronic Missed Payments Lose Spending and/or Usergroup Change
Min / Max Loans / Deposits per Usergroup
Member Settable Loan Reminder and Frequency
Reminder PM, Email, or Board Message
Warning about Insufficient Funds
Special Rate Modifier for Good History / Stats

LOTTERY:
Unlimited Concurrent Jackpots
Configurable Times and Amounts
Displayable Winners
Lottery and Raffle Types
Limit Tickets Per Group, Discounts
Set Prices and Enable Ticket Picking
Raising or Static Jackpots, Editable by Admin
Minimum Tickets or Users
Recurring or Single Lottery
Special PHP to run for Winner

trying to get the rc done for today. and theres 21 hours left in today so dont murder me :) also note this list is a little old, so a couple things have been switched around, added, removed, etc

ill post the official list when 1.4 goes final and gets posted to vbulletin.org, again the rc is a free vbcredits.com members-only thing :p and yes, publicity scheme, otherwise youll have to wait two extra days or so for the final version (which is a lot of cleaning up of the admin options, adding in admin help, and adding hooks)


All times are GMT. The time now is 01:10 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.02726 seconds
  • Memory Usage 1,867KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_html_printable
  • (2)bbcode_php_printable
  • (15)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
  • (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