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

Reply
 
Thread Tools
Advanced Daily Automatic Updated Horoscopes Hack v2.0.1 Details »»
Advanced Daily Automatic Updated Horoscopes Hack v2.0.1
Version: 2.0.1, by Hasann Hasann is offline
Developer Last Online: Jun 2021 Show Printable Version Email this Page

Category: Major Additions - Version: 3.7.x Rating:
Released: 02-29-2008 Last Update: 03-24-2008 Installs: 153
Uses Plugins Template Edits Auto-Templates
Code Changes Additional Files Translations  
No support by the author.

Automatic Daily Updated Horoscopes Hack v2.0.1 by HASANN

Bu Eklenti Ne Ise Yarar? : G?nl?k otomatik RSS kaynagindan g?ncellenen Burc Eklentisi. Burclarin baska siteden rss kaynaginin adreslerini AdminCPden giriyoruz g?nl?k olarak burclari sistem kendisi g?ncelliyor.

What does it? : Daily Automatic Updated Horoscopes Hack

Was ist das? : T?glich Automatisch Aktuelisiertes Horoskops Hack
  • NOW AUTOMATIC DAILY UPDATED HOROSCOPES
  • version 2.0.1: (whats new in this version):
  • Postbit and Profile Horoscope Sign View :
    calculate which your user is by their birthday and bold their sign view
  • Complete Code Rewrited
  • Usergroups Permissions Added
  • fully phrased
  • Display Horoscope Sign As Image
  • If this option set Yes, horoscopes sign show as image only in postbit(_legacy)
  • Zodiac Icons Width and Height
  • Set here your value of zodiac icons width and height
  • Note: Default value is 25pix
  • Display Horoscope Sign In Member Profiles
  • If this option enabled yes, this will display the users Horoscope Sign in their Profiles
  • Display Horoscope Prefix
  • If enabled, this will display a prefix of "Sign: " before the users sign

Instructions: Upload all files into forum folder and import product-horoscopes.xml via Product/Plugin Manager


Open Your Postbit(_Legacy) Template And Search For This Code

HTML Code:
<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
Add Below This Code

HTML Code:
<if condition="$post['zodiac_sign']"><div>$vbphrase[horoscope_sign]: $post[zodiac_sign]</div></if>
Save - Done


Open Your MEMBERINFO Template And Search For This Code
HTML Code:
<h2>$prepared[usertitle]</h2>
</if>
Add Below This Code
HTML Code:
<if condition="$show['horoscopesign']"><div id="horoscope">$horoscopesign</div></if>
Save - You Are Done

Enjoy It

IF YOU LIKE IT, PLEASE CLICK TO INSTALL

Supporters / CoAuthors

Show Your Support

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

Comments
  #2  
Old 03-01-2008, 10:42 AM
BuRaCh BuRaCh is offline
 
Join Date: Aug 2006
Location: istanbul/turkey
Posts: 330
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

very nice hasann
installed
Reply With Quote
  #3  
Old 03-01-2008, 10:42 AM
DJ_nus's Avatar
DJ_nus DJ_nus is offline
 
Join Date: Dec 2005
Location: T?rkiye / Antalya
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks Hasann very very gut

Kanka harikasın sen
Reply With Quote
  #4  
Old 03-01-2008, 10:43 AM
vBH-Team vBH-Team is offline
 
Join Date: Dec 2007
Location: Turkey
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Wow 43 settings Very good hack Hasann. Thanks, installed.
Reply With Quote
  #5  
Old 03-01-2008, 11:31 AM
Karnal Sinn Karnal Sinn is offline
 
Join Date: Jan 2008
Location: Long Island, NY
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice hack. *installed*
Reply With Quote
  #6  
Old 03-01-2008, 11:32 AM
Hasann's Avatar
Hasann Hasann is offline
 
Join Date: Aug 2005
Location: Germany
Posts: 897
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Karnal Sinn View Post
Nice hack. *installed*
thank you bro if you have been installed this hack can you give us a link for demo?
Reply With Quote
  #7  
Old 03-01-2008, 11:48 AM
Forum Lover Forum Lover is offline
 
Join Date: Jun 2007
Location: Sydney
Posts: 503
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

While u r at horoscope, does it showes at who's online, that u r there?
Reply With Quote
  #8  
Old 03-01-2008, 11:50 AM
Stoebi Stoebi is offline
 
Join Date: Apr 2006
Location: Germany, Berlin
Posts: 331
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi

Can't find any instructions in your archive

*deinstalled*
Reply With Quote
  #9  
Old 03-01-2008, 11:51 AM
Hasann's Avatar
Hasann Hasann is offline
 
Join Date: Aug 2005
Location: Germany
Posts: 897
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Forum Lover View Post
While u r at horoscope, does it showes at who's online, that u r there?
what??
Quote:
Originally Posted by Stoebi View Post
Hi

Can't find any instructions in your archive

*deinstalled*
Instructions: Upload all files into forum folder and import product-horoscopes.xml via Product/Plugin Manager


Open Your Postbit(_Legacy) Template And Search For This Code

HTML Code:
<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
Add Below This Code

HTML Code:
<if condition="$show['horoscopesign']"><div>$horoscopesign</div></if>
Save - Done


Open Your MEMBERINFO Template And Search For This Code
HTML Code:
<h2>$prepared[usertitle]</h2>
</if>
Add Below This Code
HTML Code:
<if condition="$show['horoscopesign']"><div id="horoscope">$horoscopesign</div></if>
Save - You Are Done

Enjoy It
Reply With Quote
  #10  
Old 03-01-2008, 11:58 AM
Forum Lover Forum Lover is offline
 
Join Date: Jun 2007
Location: Sydney
Posts: 503
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Hasann View Post
what??
This is a GREAT hack mate, i was just asking, if any member using this hack, will it be showing at online.php? newbie is here.
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 11:31 AM.


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.04735 seconds
  • Memory Usage 2,304KB
  • Queries Executed 24 (?)
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
  • (8)bbcode_html
  • (4)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
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)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