Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vbBux / vbPlaza v1.5.8 (Points + Store System) Details »»
vbBux / vbPlaza v1.5.8 (Points + Store System)
Version: 1.5.8, by CMX_CMGSCCC CMX_CMGSCCC is offline
Developer Last Online: Sep 2014 Show Printable Version Email this Page

Category: Major Additions - Version: 3.5.4 Rating:
Released: 02-01-2006 Last Update: 07-13-2006 Installs: 771
DB Changes Uses Plugins Template Edits
Additional Files  
No support by the author.

vbBux / vbPlaza v1.5.8 by CMX (http://www.cmgsccc.com)
Official Homepage - http://www.vbplaza.com

v1.5.7 AND HIGHER are now compatible with vBulletin v3.5.x and v3.6.x

Welcome to the largest points/store system for vBulletin! READ THE ENTIRE POST AGAIN AS THERE HAVE BEEN CHANGES SINCE THE CONVERSION TO vbBux / vbPlaza!!

Credits: MrZeropage for ibProArcade Support, John for v3 Arcade Support, Caimakale for various additions including ribbons and his other addons for vbPlaza, defi for the addon for Paypal Subscriptions.

New Premium Modification Forum: https://vborg.vbsupport.ru/forumdisplay.php?f=171
If you post a new thread in there, it will be easier to track the answer to your thread folks!

Now with 135 Options for purchasing at your forums and this is still rising folks!

NOTE: As of this version, there is a Template Patcher helper inside the Admin CP. Admin CP -> vbPlaza Maintenance -> Auto Patch Templates, when you run this the first time, it will just list the changes that it has found/not found. If you press Attempt Auto Patches, it will modify the template changes it has found only. It will also modify all styles for your forums. I have tested this on all 3 of my licensed vBulletin production websites and the patches all worked great.

UPDATED MUST READ NOTES:
1) RE-READ THE UPGRADING OR NEW INSTALLATION INSTRUCTIONS AS THEY HAVE CHANGED FROM THE PREVIOUS VERSIONS!!
2) IF UPGRADING FROM A PREVIOUS VERSION OF eBux / eStore. YOU MUST INSTALL THIS ONE FIRST TO SAVE YOUR SETTINGS. (BUT YOU WOULD KNOW THIS IF YOU READ THE UPGRADING INSTRUCTIONS!! DONT SAY I DIDNT WARN YOU!!)

Branding Free Option
If you have donated in the past, you can get the Branding Free Option for Free by sending CMX a PM on the http://www.vbplaza.com/forums Message Board.
Otherwise, you will need to purchase it by signing up for an account at http://www.vbplaza.com/forums/register.php and then going to http://www.vbplaza.com/forums/payments.php

Features List:
This section has been moved due to its length. Look in the file included insize the zip named features.txt.

Release Notes:
This section will only show the most recent changes. For the rest of the changes, look in the file included inside the zip named changes.txt.

NOTE: If you want ibProArcade, v3 Arcade or vBookie integration now, you'll have to install the appropriate Addon included in the download. The reason for these parts being packaged as Addons, is to make the install a little smaller for users who do not have an Arcade, and because both Arcades cant be installed simultaneously as well. So it saves space only installing the one that you currently have.

v1.5.8 Updates:
1) Bugfix: Quick editing a post with BB Codes, modified the post directly instead of modifying a copy.
2) Bugfix: Some phrases fixed.
3) Bugfix: TABLEPREFIX bug has been fixed.
4) Bugfix: Addon Product XML sheets do not have executionorder in them anymore for vB 3.5 compatibility.

Database Backups Recommended!
Although I have upgraded 3 forums with this script already, it IS recommended that you backup your database before installing this product!!

Upgrading Instructions:
NOTE: THESE INSTRUCTIONS ARE FOR UPGRADING IF YOU HAD A PREVIOUS VERSION OF eBux / eStore INSTALLED!!
1) DO NOT UNINSTALL eBux / eStore (UNLESS YOU WANT TO LOSE ANY AND ALL SETTINGS.)
2) Reupload all of the files in the upload folder to your forum's root folder. Make sure that all files are being overwritten. Do not move on to the next step until all files are transferred successfully!
NOTE: It could take a long time to install if you have a lot of registered users, be PATIENT! It should display the messages as it goes along to let you know that it IS working.
3) After finished with step 2!! Reimport the product-vbbuxplaza.xml file via Admin CP -> Plugin System -> Manage Products -> Add/Import Product. Make sure that Allow Overwrite is set to YES.
4) Refresh the Admin CP and you will see all of the vbBux / vbPlaza Admin CP features at the top.
5) UNINSTALL THE OLD eBux / eStore NOW!! Go to Admin CP -> Plugin System -> Manage Products -> eBux / eStore -> Uninstall.
6) You can delete all files/folders that have the word estore or elottery in them from the FTP as well.
7) You will need to redo the template edits listed below as almost all of them have changed since the previous eBux / eStore.

If upgrading from a previous version of vbBux / vbPlaza follow these instructions:
1) Reupload all of the files in the upload folder to your forum's root folder. Make sure that all files are being overwritten. Do not move on to the next step until all files are transferred successfully!
2) After finished with step 2!! Reimport the product-vbbuxplaza.xml file via Admin CP -> Manage Products -> Add/Import Product. Make sure that Allow Overwrite is set to YES.
3) Refresh the Admin CP and get to checking your settings!
NOTE: You will be happy know that NO templates have been updated from v1.5.0 to v1.5.2!

New Installation Instructions:
1) Upload all of the files/folders in the UPLOAD folder to your forum's root folder.
2) Import the product-vbbuxplaza.xml via Admin CP -> Manage Products -> Add/Import Product.
NOTE: It could take a long time to install if you have a lot of registered users, be PATIENT! It should display the messages as it goes along to let you know that it IS working.
3) Refresh the Admin CP and start setting up your settings!
4) You will need to do all of the template edits listed below as well.

Template Edits:
A) Inside templates 'postbit' AND 'postbit_legacy':

Find:
Code:
<div id="postmenu_$post[postid]">
Replace With:
Code:
<!-- vbPlaza start -->
<div id="postmenu_$post[postid]" <if condition="$post['namestyle']">style="$post[namestyle]"</if>>
<!-- vbPlaza end -->
Next Find:
Code:
<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
Replace With:
Code:
<!-- vbPlaza start -->
<if condition="$post['usertitle']"><div class="smallfont" <if condition="$post['titlestyle']">style="$post[titlestyle]"</if>>$post[usertitle]</div></if>
<!-- vbPlaza end -->
Then Find:
Code:
$vbphrase[posts]: $post[posts]
Replace With:
Code:
$vbphrase[posts]: $post[posts]
<!-- vbPlaza start -->
<if condition="$show['pointsinpostbit']"><br />
$vbphrase[vbbux_points]: $post[points]<br />
$vbphrase[vbbux_bank]: $post[bank]<br />
<phrase 1="$vbphrase[vbbux_points]">$vbphrase[vbbux_total_points]</phrase>: $post[totalpoints]<br />
<a href="vbplaza.php?do=donate&amp;userid=$post[userid]">$vbphrase[vbplaza_donate]</a><br />
</if>
<!-- vbPlaza end -->
Then Find:
Code:
				<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
Add Below:
Code:
<!-- vbPlaza start -->
				<if condition="$post['giftsdisplay']"><div class="smallfont">$post[giftsdisplay]</div></if>
				<if condition="$post['ribbonsdisplay']"><div class="smallfont">$post[ribbonsdisplay]</div></if>
<!-- vbPlaza end -->
B) Inside template 'navbar':

Find:
Code:
		<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
		<if condition="$show['popups']">
Add Below:
Code:
<!-- vbPlaza start -->
			<if condition="$show['member']">
				<if condition="$vboptions['vbplaza_enabled']"><td id="vbplazamenu" class="vbmenu_control"><a href="$show[nojs_link]#vbplazamenu">$vbphrase[vbplaza_name] $vbphrase[vbplaza_menu]</a> <script type="text/javascript"> vbmenu_register("vbplazamenu"); </script></td></if>
			</if>
<!-- vbPlaza end -->
Then Find:
Code:
<!-- / NAVBAR POPUP MENUS -->
Add Above:
Code:
<!-- vbPlaza start -->
	<if condition="$show['member']">
	<!-- vbplaza tools menu -->
	<div class="vbmenu_popup" id="vbplazamenu_menu" style="display:none">
		<table cellpadding="4" cellspacing="1" border="0">

		<tr><td class="thead"><a href="vbplaza.php?$session[sessionurl]">$vbphrase[vbplaza_name] $vbphrase[vbplaza_main]</a></td></tr>
		<tr><td class="vbmenu_option"><a href="vbplaza.php?$session[sessionurl]do=action&amp;itemid=48">$vbphrase[vbplaza_lottery]</a></td></tr>
		<tr><td class="vbmenu_option"><a href="vbplaza.php?$session[sessionurl]do=action&amp;itemid=27">$vbphrase[vbplaza_give_gifts]</a></td></tr>
		<tr><td class="vbmenu_option"><a href="vbplaza.php?$session[sessionurl]do=action&amp;itemid=118">$vbphrase[vbplaza_give_ribbons]</a></td></tr>
		<tr><td class="vbmenu_option"><a href="vbplaza.php?$session[sessionurl]do=action&amp;itemid=13">$vbphrase[vbbux_bank]</a></td></tr>
		<tr><td class="vbmenu_option"><a href="vbplaza.php?$session[sessionurl]do=action&amp;itemid=7">$vbphrase[vbplaza_donate]</a></td></tr>
		<tr><td class="vbmenu_option"><a href="vbplaza.php?$session[sessionurl]do=action&amp;itemid=16">$vbphrase[vbplaza_thief]</a></td></tr>

		<tr><td class="vbmenu_option"><a href="vbplaza.php?$session[sessionurl]do=richestusers">$vbphrase[vbbux_richest_users]</a></td></tr>
		<tr><td class="vbmenu_option"><a href="vbplaza.php?$session[sessionurl]do=userhistory">$vbphrase[vbplaza_history]</a></td></tr>
		<tr><td class="vbmenu_option"><a href="vbplaza.php?$session[sessionurl]do=mostsold">$vbphrase[vbplaza_most_sold]</a></td></tr>

		<if condition="is_member_of($vbulletin->userinfo, $vboptions['vbplaza_adminusergroups'])">
			<tr><td class="thead">$vbphrase[vbplaza_admin_only]</a></td></tr>
			<tr><td class="vbmenu_option"><a href="vbplaza.php?$session[sessionurl]do=action&amp;itemid=12">$vbphrase[vbplaza_admin_donate]</a></td></tr>
		</if>

		</table>
	</div>
	<!-- / vbplaza tools menu -->
	</if>
<!-- vbPlaza end -->
C) Inside template 'MEMBERINFO':

Find:
Code:
				<div class="bigusername">$userinfo[musername] $userinfo[onlinestatus]</div>
Replace With:
Code:
<!-- vbPlaza start -->
				<div class="bigusername" <if condition="$userinfo['namestyle']">style="$userinfo[namestyle]"</if>>$userinfo[musername] $userinfo[onlinestatus]</div>
<!-- vbPlaza end -->
Next Find:
Code:
				<if condition="$userinfo['usertitle']"><div class="smallfont">$userinfo[usertitle]</div></if>
Replace With:
Code:
<!-- vbPlaza start -->
				<if condition="$userinfo['usertitle']"><div class="smallfont" <if condition="$userinfo['titlestyle']">style="$userinfo[titlestyle]"</if>>$userinfo[usertitle]</div></if>
<!-- vbPlaza end -->
Then Find:
Code:
			<if condition="$vboptions['usereferrer']">
Add Above:
Code:
<!-- vbPlaza start -->
			<if condition="$vboptions['vbbux_enabled']">$show[vbbuxuserinfo]</if>
			<if condition="$show['gifts']">$show[gifts]</if>
			<if condition="$show['ribbons']">$show[ribbons]</if>
<!-- vbPlaza end -->
D) Inside template 'forumrules':

Find:
Code:
		<div><phrase 1="$htmlcodeon">$vbphrase[html_code_is_x]</phrase></div>
Add Below:
Code:
<!-- vbPlaza start -->
		<if condition="$vboptions['vbbux_enabled']">
			<if condition="!$show['codeonly']">
			<hr />
			<div><phrase 1="$vbphrase[vbbux_points]" 2="$foruminfo[points_perview]">$vbphrase[vbbux_points_perview]</phrase></div>
			<div><phrase 1="$vbphrase[vbbux_points]" 2="$foruminfo[points_perthread]">$vbphrase[vbbux_points_perthread]</phrase></div>
			<div><phrase 1="$vbphrase[vbbux_points]" 2="$foruminfo[points_perreply]">$vbphrase[vbbux_points_perreply]</phrase></div>
			</if>
		</if>
<!-- vbPlaza end -->
E): Inside template 'USERCP_SHELL':

Find:
Code:
<if condition="$show['avatarlink']">
Add Above:
Code:
<!-- vbPlaza start -->
<if condition="$vboptions['vbplaza_enabled']">
	<tr>
		<td class="$navclass[vbplaza]" nowrap="nowrap"><a class="smallfont" href="vbplaza.php?$session[sessionurl]do=editvbpoptions"><phrase 1="$vbphrase[vbplaza_name]">$vbphrase[edit_vbplaza_options]</phrase></a></td>
	</tr>
</if>
<!-- vbPlaza end -->
F): Inside template 'threadbit':

Find:
Code:
		$thread[title_editable]
		<div>
Replace With:
Code:
<!-- vbPlaza start -->
		$thread[title_editable]
		<div <if condition="$thread['titlestyle']">style="$thread[titlestyle]"</if>>
<!-- vbPlaza end -->
vBulletin 3.5.x Only Edit:

Next Find:
Code:
			<if condition="$show['gotonewpost']">
				<strong><a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]">$thread[threadtitle]</a></strong>
			<else />
				<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]">$thread[threadtitle]</a>
			</if>
Replace With:
Code:
<!-- vbPlaza start -->
			<if condition="$show['gotonewpost']">
				<strong><a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]" <if condition="$thread['titlestyle']">style="$thread[titlestyle]"</if>>$thread[threadtitle]</a></strong>
			<else />
				<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]" <if condition="$thread['titlestyle']">style="$thread[titlestyle]"</if>>$thread[threadtitle]</a>
			</if>
<!-- vbPlaza end -->

vBulletin 3.6.x Only Edit:

Next Find:
Code:
			<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$show['gotonewpost']"> style="font-weight:bold"</if>>$thread[threadtitle]</a>
Replace With:
Code:
			<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$thread['titlestyle']">style="$thread[titlestyle]"</if>>$thread[threadtitle]</a>
G): Inside template 'memberlist_resultsbit':

Find:
Code:
		<a href="member.php?$session[sessionurl]u=$userinfo[userid]">$userinfo[musername]</a>
		<if condition="$show['usertitlecol']"><div class="smallfont">$userinfo[usertitle]</div></if>
Replace With:
Code:
<!-- vbPlaza start -->
		<div <if condition="$userinfo['namestyle']">style="$userinfo[namestyle]"</if>><a href="member.php?$session[sessionurl]u=$userinfo[userid]" <if condition="$userinfo['namestyle']">style="$userinfo[namestyle]"</if>>$userinfo[musername]</a></div>
		<if condition="$show['usertitlecol']"><div class="smallfont" <if condition="$userinfo['titlestyle']">style="$userinfo[titlestyle]"</if>>$userinfo[usertitle]</div></if>
<!-- vbPlaza end -->
-CMX

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #1792  
Old 02-18-2006, 04:36 PM
kylek kylek is offline
 
Join Date: Oct 2003
Location: British Columbia, Canada
Posts: 798
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Gizmo5h1t3
also noticed that after settling 2 bets in the vbookie, its not added the winnings to the members totals, and i updated vbookie yesterday to the build which includes ebux??
There is an update out for vbookie 1.0.7. that says it fixes the payout problem.
Reply With Quote
  #1793  
Old 02-18-2006, 04:38 PM
caimakale's Avatar
caimakale caimakale is offline
 
Join Date: Nov 2004
Posts: 325
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by saint@t-og.net
arcade integration? a 'no no' or a 'definate just takes time'?
someone reply lol
This has been discussed time and time again. CMX also gave everyone an update on it a few days ago. I know there are alot of posts here, but you can use the "Search This Thread" option to look for specific things in this thread only and get an answer faster than waiting for somebody to respond.
Reply With Quote
  #1794  
Old 02-18-2006, 04:41 PM
Gizmo5h1t3's Avatar
Gizmo5h1t3 Gizmo5h1t3 is offline
 
Join Date: Aug 2005
Location: ROCHDALE LANCS UK
Posts: 650
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kylek
There is an update out for vbookie 1.0.7. that says it fixes the payout problem.
thanks for that, il go n check...mustve missed it.

still stressed about the other problem with the images tho..
Reply With Quote
  #1795  
Old 02-18-2006, 04:47 PM
dai-kun dai-kun is offline
 
Join Date: Jul 2005
Posts: 238
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I really love this mod, thanks for everything!
Anyhow, can you make the attachments be bought by their size limit. Like if it's 5 MB, then it costs X amount, and if it's 10 MB, it costs X amount?
Reply With Quote
  #1796  
Old 02-18-2006, 04:55 PM
CrazyShooter CrazyShooter is offline
 
Join Date: Oct 2005
Posts: 97
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Possible fucture update
Reply With Quote
  #1797  
Old 02-18-2006, 04:59 PM
Gizmo5h1t3's Avatar
Gizmo5h1t3 Gizmo5h1t3 is offline
 
Join Date: Aug 2005
Location: ROCHDALE LANCS UK
Posts: 650
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

whats all this about charging for downloaded files?
have i even got the correct build of this hack????

its not on mine...lmao

"14) When you click on an attachment, it jumps you to a page to show how much the item costs before it purchases the item."

nope, not seeing anything like that....
Reply With Quote
  #1798  
Old 02-18-2006, 05:05 PM
CMX_CMGSCCC CMX_CMGSCCC is offline
 
Join Date: Sep 2003
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TTG
where / how do members set a points charge for downloading their attachments ?
If you have the value 0 in eBux Settings, it will ask them when they hit Manage Attachments. You need the Points Per Attachment enabled as well for it to show up.

Quote:
Originally Posted by flypaper
REQUEST

Admin Donate be hidden from 'Most Sold' if not an admin (or just totally hidden)

<3
Will be fixed in v1.1.7.

Quote:
Originally Posted by Miss Tiina
Hi I would like to say I absolutely love it first of all!! One thing Im wondering if it is possible is if you can have the gift senders username and message show when you hover on a members gift like the picture here. This would be much appreciated if looked into! Thanks!
It's something that I'm looking into a future version for, yes.

Quote:
Originally Posted by Colejo
So when is ebux/estore going to get it's own forum in Premium Modifications?
LoL, not sure, it maybe could use one. Only time will tell.

Quote:
Originally Posted by influence
WOW, the first time a vb coder ever put out a set date they will release their hack. I hope thats true.



maybe cmx haven't requested for one yet. I am sure he will get one if he ask for it since it looks like this hack will be bigger than anything. Too many ideas for it and so far he already implemented almost all of them


Hey CMX, how about making this work with that hide resurection hack? https://vborg.vbsupport.ru/showthrea...ight=hide+hack


make it so that everytime someone reply to see the hiden content, a certain amount of point is deducted and that same amount of point is added to the thread starter.

How about that?
I have a ton more items to add to the eStore, I'd rather concentrate first on items that do not require other hacks before working on addons for individual hacks like AJAX Shoutbox 2.0, etc.. But I'll add this to the list to do later.

Quote:
Originally Posted by flypaper
Since the devlopment is so active here, I have another request/suggestion...

It would make more sense to me if the options for eStore Items we're stored inside the actual configuration of the item rather than the eStore Settings. For example:

All thief options should be in the options for the Thief action, rather than Manage Settings.

Same for Admin Donate, Donate, and Gift.

Finally, I'd like a PM notifying a person that someone attempted to steal from them...

EDIT: Wow. I just looked at your coding. VERY nice. I was able to add the option to PM a user on a theft in about 2 minutes. You made your own function for it.
Possibly yes, but it also is a bit harder to do this, maybe the options should be separated into eStore Action Options instead of eStore Options. It would be much easier to do that. Although I could add a set of custom variables to the Actions I guess too. Let me think about this one before jumping into it.

Quote:
Originally Posted by bashy
Where do i buy a lotery ticket please?
In the eStore main page -> Points Options -> Buy Lottery Ticket.

Quote:
Originally Posted by Harley77
On every update I've done, the usergroup options dissapear. It also locks me out of the store. The only way to fix it was to uninstall completely and reinstall.. however, this last go around that doesn't even work. Also, bad side effect, all my members lose what they bought and their cash. Where can I manually add the options back in, since the installer doesn't seem to be doing it.
If you upload the Product XML file with Allow Overwrite = Yes, it shouldnt overwrite your permissions unless a new one was added I think.

Quote:
Originally Posted by username12
I just upgraded to 1.1.5 last night. After starting off with 1.1.2 a couple days ago. Is this a challenge to see if I can keep up?
Call me a realist, but if you seen my webpage, we usually provide Daily updates for Code Breaker PS2 codes, so I like to do updates as quickly and painlessly as I can make possible.

Quote:
Originally Posted by saint@t-og.net
i love the mod, works great, im about to update it, any news on integrating it with v3Arcade? that will make it kick ass!
John is adding the hooks for v3Arcade when he releases the next version March 12th. Stay tuned!

Quote:
Originally Posted by Wachtmeister
Is someone able to explain how i can use the "Buy access to forum" feature?

I have a "Club of super-rich" forum created and want users to buy access for 25.000 points.

So i have created the forum.... and now?

Thanks in advance...
First enable the Forum Setting, Can Buy Access to this forum. Then you have to go into forum permissions and edit the usergroups that you DO NOT want to have access to the forum. Set their permission, Can See Posts/Threads/Make New Threads/Post, set those options to No and it should be setup where they have to buy access for the forum.

As far as the cost, right now there is a generic cost per forum access, I'll see if I can think of a way to make it so you can specify a price per forum without getting too messy.

Quote:
Originally Posted by Wachtmeister
Thank you. I already have marked User's Can Buy Access to this Forum? with Yes, but Users don't need to buy They just can enter the forum. So my question should be: How can i forbid users to enter the forum before they buy access
Because you have not setup the Forum Permissions to deny them to see the forum yet. Read the above reply, it should make sense.

Quote:
Originally Posted by Baudman
How do I upgrade? Do I just overwrite the old files on my ftp and then reimport the xml and go through the settings again? And whats the next upgrade date? Sould I wait till there is less time between upgrades?

This is a great hack and my users love it.
V1.0.0 came out on Feb. 1st, we are on Feb. 18th and I think 18 versions have released, so almost a new release a day. If you want to keep up, then you need to update daily as well It's really all up to you, I add new features / fix bugs as fast as I can. As far as upgrading:

1) Upload all files again (some will have changed no doubt.)
2) Soon as the upload is finished Re-Import the Product XML file with Allow Overwrite to Yes.

Quote:
Originally Posted by Wachtmeister
But what is the difference between "Buy forum access" and "Buy forum password" then?


btw, when trying this i get: This site doesn't have any forums that need password.
Buy Forum Access inserts an entry into the "access" table that vB uses to see if you are able to access the forum. Buy Forum Password will give you the password if the forum in question Requires one.

Quote:
Originally Posted by saint@t-og.net
once u upgrade the estore, all my users bourght items have vanished however when you go to buy another one it says- do you wish to remove this item... how can I get them to show again?
Try to goto Admin CP and run Rebuild Datastore.

Quote:
Originally Posted by caimakale
CMX -

Any idea yet on a branding free option? $20? $30? $40? $50?

Name your price, you will have plenty of takers!
Well for now, I'd say the Branding Free Option is if you have donated something via Paypal. Since I'm not equipped to better handle the situation just yet. So if you have donated $10 or more via Paypal, you can remove the Branding Stuff in the template.

Quote:
Originally Posted by Wachtmeister
Get Forum Access and Get Forum Password both tell me, that there are no forums to need to buy access for. Is this a bug? Or am i just blind?
Then you do not have any forums that you are Unable to View at that time, and you do not have any forums that require a password. It auto searches thru the forum cache to be sure the user NEEDS access before showing the forums so they wont lose their points by buying something they dont need.

Quote:
Originally Posted by Darkfire122333
could i get you to help me out on a little problem i am having? i want to be able to edit the mainpage, and add portions of it to the usercp and to the profile. I want to edit the UserCP so that it has the top 10 users and the most sold in it.. is there any way i could do that? i might even put the buying thigns in there (i know how to do that, uber easy) and then it will have no need for the navbar addon.. but yah.. if u could help me out on that one thing.. it would be highly appreciated...
As far as doing the most sold, its not the easiest thing in the world, you have to do a plugin modification though to make it check the most sold items first off. The code to cache the most sold is inside of the eStore PHP files and I do not have time to elaborate more on this as there are still 3 more pages of threads I need to look at. Just look at some of the PHP and search for $mostsold and u should find a starting point.

Quote:
Originally Posted by Wachtmeister
I have

User's Can Buy Access to this Forum? Ja Nein

in the forum... And i have set a password to it.
Buy Access does not work for Forum Password. They would have to use Buy Forum Password to get access to a forum that you have set a Password for.

The Buy Access is only useful if you DENY the Registered Usergroups to a Forum under Forum Permissions. If you dont allow them to see / post / use the forum, when they goto Buy Forum Access, they will see the forums that they do NOT have access to.

Quote:
Originally Posted by Skyline_GT
i have a small suggestion..
is it possible to let the thread creator to set the points require to download the attachment instead of a fixed amount... also images shouldn't cost any points?
If you set the Points Per Attachment option to 0 in the eBux Options, then there will be a userfield when they goto Manage Attachments to set how many points they want the image to cost.

Quote:
Originally Posted by jilly
do the gifts expire after a certain time? Can we set it or get a change so that a gift will last x amount of days?
At this time, gifts do not expire. The only options that are actually able to expire currently, are the options that do not use their own Script Location.

Quote:
Originally Posted by caimakale
One more thing on the avatars.

I have almost 2400 avatars in 76 categories. I know this is alot but I don't think I am the only person with avatars in multiple categories.

Would it be possible to have the avatar selection area of the store sort categories in one drop down and then the avatar name in another drop down right next to the category drop down? Then have the pic of the selected avatar next to that?
Right now it sorts by category, then by item name I think. But it could be better useful to have it display like the Quick Forums Links at the bottom of some pages, I'll look into that so its better sorted.

Quote:
Originally Posted by BrandiDup
What exactly does this mean?



I don't understand what exactly that means?
It means if you had a version before 1.1.6 and u had upgraded to v1.1.6, u would need to redo the Template edits as some may have changed.

Quote:
Originally Posted by creedmaniac
well...those template changes were fun...

how are people marking their template changes to make it easier for future updates where I may have to change something again?...i can't just revert my templates back to norm and start from scratch because of other modifications
I guess I should add into the code stuff like <!-- eBS Start --> <!-- eBS End --> in the next release for better documentation.

dan35: I have fixed the removal problem it will go out in the next release. As far as the tax percentage calculations, I'll look into it to see if I see any problems in the calculations as well. And the Download feature, I have changed it to use the "Attachment Cost" set in the eBux Options, if the cost doesnt match properly with whats in the Attachment database". You can specify the amount of points each attachment costs, if you set the Attachment Cost in the eBux Options to 0, and the points go to the uploader already.

Quote:
Originally Posted by turkforum
Thanks for this great hack CMX..I have two questions and one request for now..

1.I've enabled "Thief Always Fails Against Staff" option but I have other kinds of staff group that I want to protect.Their group numbers are 41,43,46..5,6,7 is already protected..How can I add these groups?



2.How can use this ext. with vbookie?

Do you also think of enabling users to buy special styles? Like, No ads style or inserted extra information to style..Any style like this would be really nice item to buy..
You would change this code ...

Code:
if (($touser['usergroupid'] >= 5) && ($touser['usergroupid'] <= 7))
to something like ...

Code:
if (!is_member_of($touser, 5, 6, 7, 10, 12))
Where you put in the groups you want to protect there.

As far as vBookie, the new version of vBookie supports eBux, so u'd just need to download + install the new version.

Quote:
Originally Posted by BrandiDup
OK, that makes sense. Thank you for helping me.

One more last question- it says "you must" change the templates to make them work correctly. If mine seem to be working okay, do I still need to change them anyways? I haven't ever had any issues and it doesn't appear to be having problems even after upgrade. I will change them over if need be though.

Thank you again!
If you do not want your online icon to get pushed down to the next line, then you need to make the template changes. That's what the template change you are referring to fixed.

Quote:
Originally Posted by chizzzz
I would like to DISPLAY the Jackpot Amount on a different page. I only need the code, I can add it to where I want, does anyone have a clue on how to do it? I am only going to have 1 Daily Lottery, and the Jackpot builds with each ticket sold...

This is the part I want... The JACKPOT AMOUNT

Lottery Name: Lottery
Jackpot Amount: 497.93
Ticket Price: 100.00
Lottery Ends Approximately: 02-18-2006, 08:13 PM

Thanks in advance
You'll have to do a query from the TABLE_PREFIX . "estorelottery" table and cache the lotteries into a variable, then modify a template to use the values you have set.

Quote:
Originally Posted by djsydeburnz
just curoious what this might been:

Code:
UPDATE zvb3_user
				SET
					
				WHERE userid = '258';

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 'WHERE userid = '258'' at line 4
Error Number : 1064
Date         : Friday, February 17th 2006 @ 03:24:00 PM
Script       : http://www.syde-sho.com/forums/estore.php?do=expireoptions
Referrer     : http://www.syde-sho.com/forums/login.php
IP Address   : 69.76.176.248
Username     : mikep
Classname    : vb_database
this particular user said he could not login to the site either. well, he could log in, but got a database error when he tried going to the forums.
This was fixed in a previous version, you should update to the newest version and it should be fixed.

Quote:
Originally Posted by dippin' low
Is there any possible way that you could add a feature to the store that shows a list of the last 2 or 3 usernames in the profile of the members who've changed their username?

I have members that accumulate points quickly and some of them have a new username every few days, I would like to be able to remember who someone is by checking their profile or something like that.

Thanks
Yeah, I need to add another field to the user table to keep a track of this. For now, all you can do is goto Change Username and View its history.

Quote:
Originally Posted by Exitilus
I tried doing it there but unfortunately i don't have access to delete gifts.

(reminder. My issue was deleting the gift from the profile but gift still showing up on post bit)
The gift should show up in the profile if you have more than 1 of that gift. For example, if someone gave u 2 beer's, if u delete only 1 of them, the first beer will show up in the postbit as it only lists 1 of each item in the postbit.

Quote:
Originally Posted by MorrisMcD
All my users glow names are not working ..

I think it happened when upgrading to .6.. A user just pointed it out to me though so who knows.. I didnt install any other hacks since then though... I went to the store, but it gave me the option to remove it, so the item is still there...

Any ideas?
Need to redo the Template Edit.

Quote:
Originally Posted by Rickie3
3) eStore Setting: Display X Winners Per Lottery Winners Page, enter the amount of winners you want displayed on the Lottery Winners page.

where do i find this setting ive looked everwhere and its got me stumped
It should be in eStore Options as of v1.1.6 I believe.

Quote:
Originally Posted by jojo77
when you try to steal money, does it not notify the person that they have been robbed? I'm getting a few members wondering why they lost some money and they said nothing shows in their history.

btw I got version 1.5.
It should have shown in their User History if the actual thief attempt was successful AND you have the eStore Option, Log Thief turned on, as well as the Manage Options -> Thief -> Log History set to Yes.

Quote:
Originally Posted by bleodler
I'm running version 1.1.6 and tonight a couple of users started getting this error message and can't navigate to other parts of the site.
Goto the Admin CP, then Manage Options, then view the item that is causing that error, scroll down to Table Settings, Set Name is there, it seems it cant find that field in the Item Table Name specified.

Quote:
Originally Posted by lordofgun
BTW, for some reason (i'm assuming the new total points, bank, etc.), I'm getting an extra query per post in showthread.php now.
Not sure why because the showthread_start plugin only has 1 query to send the points to the thread creator. There are other queries that happen like when you are supposed to receive your next bank interest, etc that should only happen once every so often too.

Quote:
Originally Posted by lordofgun
For example, on a page with 20 posts, my queries were previously 17, but after upgrading to 1.1.6, it jumped to 37. (+20)
Very odd, I'm unable to replicate this bug, do you have any other add ons to eBS. Also maybe try to disable any new products you have installed recently to see if they are caused by them. On my Test Forum, I goto a thread with 7 points and it still has only 10 queries.

Quote:
Originally Posted by hornstar1337
Has anyone installed this and ustore both together?

What happens if you install both?

Will any problems happen if you do this?

And just wondering which version you guys think is better and why?

Thanks
Not really sure what could happen here, just know that if u install both, u will receive double the queries and maybe some conflictions too.

As far as answering which is better, I'm unable to answer that question since I'm in a biased position

Quote:
Originally Posted by Gwynar
Got an error:

When I did an admin donate, I would get the following error:

When I checked the user account I was trying to donate to, points were being added to that user account. Then I noticed that the user had PMs disabled.

I tried enabling this option on their account and tried the admin donate again. This time it went through without a problem.

Seems like there needs to be a check to see if the user has PMs disabled or not.
Oh, good point, I'll have to check for this before sending the PM off in the next release.

Quote:
Originally Posted by lowandloudinc
hey cmx when i click on an attachment to DL. it says this

Do you really want to purchase Girogia Palmas.gif?
Current Points Total:
Current Bank Points:


Item Cost: 0


but i set it to cost 1 point per download. what do you think it is?

also is there a way to cut the page that comes up ( the extra step) to ask that you want to buy the download or not? just asking. thanks for the hard work and its working just fine!
This is caused by a bug before when someone added the attachment before the imagecost field was setup properly for the "All Attachments Cost X Points" was added. It will be fixed in v1.1.7

Quote:
Originally Posted by saint@t-og.net
arcade integration? a 'no no' or a 'definate just takes time'?
someone reply lol
Definitely will have support, just I am not going to hack the arcade PHP files, the makers of the arcade scripts are going to add hooks / do the hacks themself. So we are awaiting the new arcades to come out before I can add stuff like Arcade Pass, etc..

Quote:
Originally Posted by bonzer
um .. i installed set it up but have problems now .. i am a newbie so dont be hard on me ...
points system working for my members when making posts ..
But clicking on eStore i get these errors as admin and member
Where do i change i have searched the admin panel for hours ...


Your usergroup does not have permission to purchase eStore Options.

But i have set permissions so only banned and users waiting cannot see ??
HELP PLEASE
Admin CP -> Usergroups -> Manage Usergroups -> usergroup you want to have access -> eBux Settings towards the bottom -> Can Use eStore at all -> Yes

Quote:
Originally Posted by XanTrax
There is a bug in this that allows people to collect mass amounts of points in less then 20 mins. I had one user get 50k points in less then 20 mins. In/if next release

A.) Ban users specifically by userid to not allow to view the ebux store
B.) Fix that exploit
How did they accomplish getting the points that fast, assuming they did not use Thief of course.

I'll add a field to the user table so the user can be disabled access to the eStore completely for abusive users.

Quote:
Originally Posted by Gizmo5h1t3
just installed this, and WOW!!!

but, i have one problem...least i thinkits a problem....

i cant use it, as on the estore.php page, where it shows all the categories, im not seeing any clickable images....buttons etc, nor can i see any of the gifts , or anything...not even getting a red "x"...lol


as a fresh install, is there anything ihave to do, to get the ball rolling??

all the settings and image paths SEEM to be correct??


also, i got this when i checked out the description filepath for the thief option and added it to my browser......



or is that because i havent actually purchased it...ie...just followed the filepath in the browser??


im stuck, and im desperate for help here...lol
Try going to Admin CP -> eStore Options -> Rebuild Datastore

Also, you are not allowed to goto the action.whatever.php files first. You have to goto them via the estore.php main store page.

Quote:
Originally Posted by XanTrax
You can trace it through the logs but since you cant ban individual users and only by usergroup it makes it really a bother.
I'll add a ban feature to ban each individual user in the next release.

Quote:
Originally Posted by xtreme-mobile
i see you can put how much it costs to download the files, is there a way of removing that option and pre setting it as a standard fee ie 500 for each downloaded file?
Yes, inside eBux Settings, change the Cost Per Attachment setting to 500 should be what you are looking for. There is a slight issue with this that will be resolved in v1.1.7 as well, stay tuned!

Quote:
Originally Posted by dai-kun
I really love this mod, thanks for everything!
Anyhow, can you make the attachments be bought by their size limit. Like if it's 5 MB, then it costs X amount, and if it's 10 MB, it costs X amount?
I could possibly add another setting to do something along those lines, let me think about it.

Quote:
Originally Posted by Gizmo5h1t3
whats all this about charging for downloaded files?
have i even got the correct build of this hack????


its not on mine...lmao

"14) When you click on an attachment, it jumps you to a page to show how much the item costs before it purchases the item."


nope, not seeing anything like that....
You dont have the eBux Setting enabled for --> Points For Attachments Enabled?

-CMX
Reply With Quote
  #1799  
Old 02-18-2006, 05:10 PM
Gizmo5h1t3's Avatar
Gizmo5h1t3 Gizmo5h1t3 is offline
 
Join Date: Aug 2005
Location: ROCHDALE LANCS UK
Posts: 650
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

rebuild datastore - done.....and still no images.

points for attachments enabled...yes, it was enabled by default....and still no change.

absolutely gutted here, as this is the BEST hack i have installed, and i cant get to use it
Reply With Quote
  #1800  
Old 02-18-2006, 05:16 PM
lordofgun lordofgun is offline
 
Join Date: Jan 2002
Posts: 285
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

DOH nevermind about the extra queries. Those were being caused by the countdown in sig hack. rrrr.

Apologies for that, CMX!
Reply With Quote
  #1801  
Old 02-18-2006, 05:17 PM
CMX_CMGSCCC CMX_CMGSCCC is offline
 
Join Date: Sep 2003
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Gizmo5h1t3
rebuild datastore - done.....and still no images.

points for attachments enabled...yes, it was enabled by default....and still no change.

absolutely gutted here, as this is the BEST hack i have installed, and i cant get to use it
Did you upload the images/estore folder to your site and if you view the eStore main page and in IE it shows a Red X, right click on the broken X image and choose Properties and verify that the path to the image file is uploaded to the right spot.

There is a slight issue to be worked in in v1.1.7 for the All Attachments Cost X Points, stay tuned!

Quote:
Originally Posted by lordofgun
DOH nevermind about the extra queries. Those were being caused by the countdown in sig hack. rrrr.

Apologies for that, CMX!
*PHEW* u almost gave me a heart attack with 37 queries on 1 thread!!

-CMX
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:54 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07767 seconds
  • Memory Usage 2,451KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (33)bbcode_code
  • (52)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete