Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons

Reply
 
Thread Tools
Ibproarcade new post on highscore Details »»
Ibproarcade new post on highscore
Version: 2.0, by stangger5 stangger5 is offline
Developer Last Online: Oct 2023 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.7.0 Rating:
Released: 05-23-2008 Last Update: Never Installs: 101
Supported Uses Plugins
Additional Files  

This should work with any version of ibproarcade..

This will make a new post only when a member bets anther members score...

Thanks goes to chatpalace24 for the main code !!

This modification may not be copied, reproduced or published elsewhere without my permission.

Step #1
Upload the lang_Arcade_en.php:
arcade/lang/lang_Arcade_en.php and over write the old file..

or you can just add this to your lang file...

PHP Code:
#thread on new highscore
hs_post_text2     => "The highscore of [b]",
hs_post_text3     => "[/b] in the game ",
hs_post_text4     => "  [b]",
hs_post_text5     => "[/b] got beaten by [b]",
hs_post_text6     => "[/b] ,with a score of [i]",
hs_post_text7    => "[/i].\n",
hs_post_text8    => "arcade.php?do=stats&gameid=",

hs_post_text9    => "]Click here[/url] to check the highscores or [url=",

hs_post_text10    => "arcade.php?do=play&gameid=",
hs_post_text11    => "]here[/url] to play the game and claim back the highscore !\n\n\nEnjoy the Arcade :)\n\n"


Step #2
Import the product-newpostonhighscore.xml file..

Step #3
Go into your admincp >> vBulletin Options: IBPro Arcade Post on New Highscore

Add:
Under which exisiting Username will make the New Post.

Add: The exisiting User ID who makes the Highscore Post.

Add: The Thread ID where we append the New Highscore Posting.


Step #4
Now go bet someone elses score to see the Post..

Enjoy !!

Show Your Support

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

Comments
  #32  
Old 01-25-2009, 04:31 AM
mike2567 mike2567 is offline
 
Join Date: Apr 2008
Location: Daingerfield, Texas
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

will this be updated to work with 3.8?
Reply With Quote
  #33  
Old 01-25-2009, 10:46 AM
stangger5's Avatar
stangger5 stangger5 is offline
 
Join Date: Jan 2005
Location: Online
Posts: 1,130
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works fine with vb 3.8 now ...
Reply With Quote
  #34  
Old 01-25-2009, 10:01 PM
azher azher is offline
 
Join Date: Oct 2001
Location: Chicago, IL
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ignore the second half of step #1, though...it's missing two strings (hs_post_text10 & 11)...make sure you copy+paste those from the enclosed language file.
Reply With Quote
  #35  
Old 01-26-2009, 10:35 AM
stangger5's Avatar
stangger5 stangger5 is offline
 
Join Date: Jan 2005
Location: Online
Posts: 1,130
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Step 1 updated...
Reply With Quote
  #36  
Old 03-02-2009, 03:59 PM
btotw btotw is offline
 
Join Date: Dec 2008
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by stangger5 View Post
Did you do Step #1 ?? or vBSEO is messing with it..
...can you make it accept a VBSEO link...?
Reply With Quote
  #37  
Old 07-15-2009, 07:06 PM
yotsume's Avatar
yotsume yotsume is offline
 
Join Date: Dec 2006
Posts: 844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

New Thread or New Post Arcade Master Avatar

I created an avatar image for my fake member who I termed "Arcade Master". He makes the new posts or new threads using this mod or the one which is related so he needed his own avatar!

Let me know if you like...

ENJOY!
Reply With Quote
  #38  
Old 08-15-2009, 07:09 AM
ragtek ragtek is offline
 
Join Date: Mar 2006
Location: austria, croatia
Posts: 1,630
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You should use
PHP Code:
$postdm->set_info('is_automated'true); 
to skip the "spamcheck"

Also use the vb Phrasesystem and not the textfile
Reply With Quote
  #39  
Old 09-10-2009, 06:25 PM
Itchy Nips's Avatar
Itchy Nips Itchy Nips is offline
 
Join Date: Jun 2009
Posts: 131
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i dont know what this mod has to do with creating new users via the admincp, but I receive this error when attempting to create a "test" user:

Code:
Fatal error: Call to a member function do_affiliates() on a non-object in /home/iamleti1/public_html/forums/includes/class_dm_user.php(2956) : eval()'d code on line 12
it goes away when i disable this mod. The user will get created even though this error occurs
Reply With Quote
  #40  
Old 09-12-2009, 11:47 AM
stangger5's Avatar
stangger5 stangger5 is offline
 
Join Date: Jan 2005
Location: Online
Posts: 1,130
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This mod doesnt create a user,,you have to use a exisiting one..
Reply With Quote
  #41  
Old 09-13-2009, 11:13 AM
Itchy Nips's Avatar
Itchy Nips Itchy Nips is offline
 
Join Date: Jun 2009
Posts: 131
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i know that it doesnt create a new user. I'm just saying that I receive that error when I create a new user (while this mod is installed).
Reply With Quote
Reply

Thread Tools

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:05 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.04552 seconds
  • Memory Usage 2,304KB
  • 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
  • (1)bbcode_code
  • (2)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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