Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases

Reply
 
Thread Tools
Ember's Pet Hack Details »»
Ember's Pet Hack
Version: 1.00, by Ember Ember is offline
Developer Last Online: Mar 2006 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 01-24-2003 Last Update: Never Installs: 29
 
No support by the author.

This is currently version 2.0 of the Pet Hack.

The pet hack enabled each user to have their own pet, which is displayed in the postbit under the postcount (screen shot below).

The user can define their own Pet Name, as well as select the breed of pet from a drop down wether the pet is male or female.

Version 2 adds 2 major new features.

Number one is the images, each breed of pet has a male and female image which is displayed depending on what the user has selected.

The second is the stats, each pet has its own level, HP and EXP. This was taken directly from knomans levels hack, and edited slightly (more credits are given in the install file).

The images of the pets were created by danwei - she has been working very hard on them this afternoon, and without her this wouldnt have happened!!

Inside the zip you will find install instructions, the images needed and s txt file containing some information about what might be appearing in future versions.

I hope you enjoy v2 of the hack, and I will be accepted all comments and suggestions!

If you install this hack live, then please post the link here so I can link to some live examples. Remember to click the "install" button.

Live examples:

Gaming World
Rozhon.com

Show Your Support

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

Comments
  #52  
Old 02-22-2003, 04:20 PM
sslight sslight is offline
 
Join Date: Jan 2003
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Did you run the quireys?
Reply With Quote
  #53  
Old 02-22-2003, 05:36 PM
Dribbles Dribbles is offline
 
Join Date: Dec 2002
Location: USA
Posts: 205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

any news on the new version comming out?
Reply With Quote
  #54  
Old 03-02-2003, 07:04 PM
Koutaru's Avatar
Koutaru Koutaru is offline
 
Join Date: Feb 2003
Location: IL
Posts: 589
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I can't wait until version 3 comes out
Almost every one of members has a pet
Reply With Quote
  #55  
Old 03-04-2003, 09:23 PM
mx3's Avatar
mx3 mx3 is offline
 
Join Date: Nov 2002
Location: prescott valley, az
Posts: 278
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

a lot of my members don't like this hack, because there is no battle system...i hope it will be included!
Reply With Quote
  #56  
Old 03-05-2003, 02:13 AM
SRozhon's Avatar
SRozhon SRozhon is offline
 
Join Date: Apr 2002
Location: IL
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I added more pets to this for my forum. I hope you don't mind Ember, but I thought some of you might also like to use them too.

There are 12 in here including a Golden Retreiver Puppy, a Poodle, squirrel, catepiller, bird, Teddy Bears, and a snail. I just added the graphics to the pets folder and added references to them in the member and function files. It's all in the zip if you want them. I also put my postbit in there. I use Ravio style so it needed to be changed a little to look right. I included it in case some of you are having the same prob.

I still think this Hack is so cute Ember! Thanks again!
Reply With Quote
  #57  
Old 03-05-2003, 01:36 PM
Ember's Avatar
Ember Ember is offline
 
Join Date: Sep 2002
Location: Hereford, England
Posts: 200
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice work SR, the future versions of this hack have been delayed until... well, indefinatly. I have no time to work on this hack, I have a lot of coursework, plus a big website to maintain now... I may come back and work on it, if anyone wants to take over, feel free ^_^
Reply With Quote
  #58  
Old 03-06-2003, 12:34 AM
Koutaru's Avatar
Koutaru Koutaru is offline
 
Join Date: Feb 2003
Location: IL
Posts: 589
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

that's sad ember, I hope someone does continue this hack or that you'll get back to it soon

anyway, good luck
Reply With Quote
  #59  
Old 03-07-2003, 12:43 AM
mx3's Avatar
mx3 mx3 is offline
 
Join Date: Nov 2002
Location: prescott valley, az
Posts: 278
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i also made a couple more pets...since my boards are based on gaming, one of my members suggested a 'Metool' from the Mega Man series...i also added a snake. i may post them later, or when i have more pets and changes.
Reply With Quote
  #60  
Old 03-09-2003, 01:45 PM
lynda's Avatar
lynda lynda is offline
 
Join Date: Nov 2001
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Simple hack to make it only show up if you've selected a pet...

For functions.php, in the original code, after:
PHP Code:
//end Pet gender 
Add:
PHP Code:
        if ($post[petgender] != "0" or $post[pettype] != "0") {
            eval(
"\$pethack = \"".gettemplate("postbit_pethack")."\";");
        } 
Then make a template called postbit_pethack and put your pethack postbit addition in there. In postbit, put $pethack where you want it to appear.

To allow users to UNselect a pet, in modifyprofile add:
PHP Code:
    <option value="0"$petgender_select[0]>No Pet</option
Above the female selection and:
PHP Code:
    <option value="0"$pettype_select[0]>No Pet</option
Above the first type option (should be Dog, I believe)

Love the hack.
Reply With Quote
  #61  
Old 03-10-2003, 12:33 AM
midnightz midnightz is offline
 
Join Date: Jan 2003
Location: Inside the Velvet Tunnel
Posts: 159
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have a question. I have installed the pet hack 2.0 and I'm getting a bit of table madness. I'm a newbie and i have fiquired out some of the cool hacks here. But I have done the followed the directions three times and still come up with this.

I do have some custom work on my board, but nothing in the templates that are being hacked by the Pet hack.

Here is a shot of what I see:

Thank you,
midnightz & Kitten
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 06:21 PM.


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.06283 seconds
  • Memory Usage 2,310KB
  • 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
  • (4)bbcode_php
  • (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