Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
  #1  
Old 09-23-2005, 04:34 AM
Nullifi3d Nullifi3d is offline
 
Join Date: Apr 2004
Location: FL, USA
Posts: 215
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Add row into mysql upon registration

I have a mod installed (my own) and I am redesigning the mysql structure. I decided to create it's own mysql table (banners). I need a row for every user.
Code to run upon registration:
PHP Code:
$db->query_write("INSERT INTO " TABLE_PREFIX "banners (userid, username, title, url, html, ext, width, height, clicks, available, impressions, status) VALUES ('$userid', '$username', '', '', '', '', '', '', 0, 0, 0, inactive)"); 
Will this code work in register_addmember_complete and is that the beast hook location to use for what I want to achieve?

Also, if I want to remove the row upon user deletion how would I go about doing so?

Please only reply if you are 100% certain your instructions are correct. This is being put into a live install.
Reply With Quote
  #2  
Old 09-23-2005, 02:58 PM
Marco van Herwaarden Marco van Herwaarden is offline
 
Join Date: Jul 2004
Posts: 25,415
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by HotLinkHosting
Please only reply if you are 100% certain your instructions are correct. This is being put into a live install.
It is extreme bad practise to develop on a live site. Nobody will risk answering you with this restriction.

It might work on that location, but you will have to test it.

About deleting, how many/often users get deleted? Better just leave it, maybe make a cronjob that cleans up once a month.

Is the username really needed in that table, why store it again if already stored in user table?

Do you really need all those columns? If not, you might want to add the columns just to the user table, would make things a lot easier.

Use prefixes for table (and if you will use the user-table also for columns) that make your names unique for your work (ie. tablename hlh_banners instead of banners), this will avoid possible future problems if names are used by future vB versions.
Reply With Quote
  #3  
Old 09-23-2005, 03:24 PM
Nullifi3d Nullifi3d is offline
 
Join Date: Apr 2004
Location: FL, USA
Posts: 215
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I normally don't mod live. The only reason I did this time was because I am moving the mod from the user table into it's own (banners). I actually decided afterwards that I don't need to delete as I don't delete users anyways, lol.

The reason why I wanted username stored is so I didn't have to query the table user and the table banners at the same time. If I can get it the same time I get all the other info from banners why do it otherwise? I do need all the columns as of right now (except username and html). html was only added in case I decide to store the html code that displays banners in the database (at a future time). width and hieght store the image dimensions so I don't have to find find them out each time a banner is displayed (i work with multi sized banners). ext is required so I know what kind of image is being displayed, url is the link and I allow users to specify a title for thier link. banners are not instantly approved so status column can have 3 different values. clicks and impressions are needed to show users their banner stats and available is needed to show the banner.

I'll take you up on your request to prefix the table banners.
Reply With Quote
Reply

Thread Tools
Display Modes

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 02:47 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.03333 seconds
  • Memory Usage 2,173KB
  • Queries Executed 13 (?)
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
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (3)post_thanks_box
  • (3)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (3)post_thanks_postbit_info
  • (3)postbit
  • (3)postbit_onlinestatus
  • (3)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
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete