View Single Post
  #2168  
Old 02-23-2006, 04:43 AM
CMX_CMGSCCC CMX_CMGSCCC is offline
 
Join Date: Sep 2003
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by LadyJo
does the upgrade fix the fatal error my members are getting when sending gifts???

and does this fix the bug that resets my option settings to default after I save???
It should, the one having to do with PM's I assume u r referring to.

Quote:
Originally Posted by Rickie3
@CMX_CMGSCCC


where do i find estore_history please?
It's inside of the user table, use PhpMyAdmin to get the exact value for the user id that is causing the issue.

Quote:
Originally Posted by Robert9
Hi, I want to points given out per forum (minus the multiplyer if necessary) to display dynamically. Any way you could do this easily? Thanks!
Just put something in the templates like $foruminfo[ebux_perthread], etc..

Quote:
Originally Posted by lordofgun
YAY!!! Ability to give unlimited Reputation just like admins can too?

[high]* lordofgun prays.[/high]
Maybe..... ;p

Quote:
Originally Posted by lowandloudinc
hey CMX,

how do i change the name of the store? im talking about the link in the nav bar. it says estore munu. ide like to call it something related to my site if possible.
2 phrases....... estore_name, and estore_menu

Quote:
Originally Posted by dan35
Mysql: 4.0.26
php: 4.4.2

Manage Lotteries

Code:
Database error in vBulletin 3.5.3:

Invalid SQL:

				UPDATE estorelottery
				SET
					ticketcost = '200',
					jackpot = '2000.00000',
					winningtax = '10.00000',
					ticketssold = '0',
					active = '0',
				WHERE lotteryid = '1';

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 lotteryid = '1'' at line 8
Error Number : 1064
Date         : Wednesday, February 22nd 2006 @ 08:35:19 PM
Script       : http://www.domain.com/forums/admincp/elottery.php
Referrer     : http://www.domain.com/forums/admincp/elottery.php?do=lotterylist
IP Address   : xx.xx.xx.xx
Username     : xxx
Classname    : vb_database
Ooops, temporary fix:

in /admincp/elottery.php

Find:
Code:
active = '" . $_POST['active']["$lottery[lotteryid]"] . "',
Replace With:
Code:
active = '" . $_POST['active']["$lottery[lotteryid]"] . "'
Quote:
Originally Posted by randominity
Hi, my users have found a few exploits already...

1) Points per Character - I'm sure this has already been brought up, but if you give points per character in a post, users can just post a large amount of characters (copy and paste), post, and then edit it out before anyone sees.

2) Points per Thread View - Some users of my forum (not even a day after I put up the eStore), have created scripts to simply view a thread repeatedly, thus not only increasing their points rapidly, but also creating a DDoS attack to the server (since they also shared the script with their friends)

3) untested.. Points for Birthday - I have yet to test this, but if you set your birthday to the *next* day, and then when that day comes, you change the birthday again to the *next* day, so free points everyday

4) Points for Registration/Referral - of course if somebody is so inclined they could create a lot of accounts using a person as the referrer and mass up points this way.

Great work on the script thus far, but these are just some ways that it can be "exploited."
1) Then disable the Points Per Character by putting a 0 for this setting.

2) Same principle, for the Multiplier for Thread View, put a 0 there and there will be no points awarded for thread views.

3) This is not an issue, it saves an extra field in the user table saying when they last received a birthday present and if it hasnt been at least 364 days, it will not give them the points.

4) Sure, but its up to u to check for accounts using the same IP and ban them You could always enter a 0 for this setting too

Quote:
Originally Posted by RDX1
Could you add confirm on all delete/rebuild options please?
There will be confirm on the lottery and category delete options in the future, but rebuild datastore does not need a confirm as it should always be useful no matter what and build the proper data.

Quote:
Originally Posted by ChiliVB
I upgraded to v1.1.9 in hopes of fixing the lottery issues I was having. The upgrade went fine and everything appeared normal. However, users cannot open and view a threads. Neither can the administrator account.

The index and home pages appear normal but when clicking on a thread a new page opens, but it is completely blank. Its as if permissions to view a post have been affected. I've checked all forum and usergroup permissions and everything appears normal.

I could not find a setting in the estore options that probibited viewing a post but it appears one is somewhere. Please help. :ermm:
I cant replicate this problem at http://www.ps2hits.com/forums/

Perhaps I could investigate it further if given a login to ur forums with admin and can administer plugins one evening?

-CMX
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01294 seconds
  • Memory Usage 1,801KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code
  • (9)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • 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
  • showpost_complete