vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Birthday, User Age and Zodiac Hack v1.2 (Working Version) (https://vborg.vbsupport.ru/showthread.php?t=50482)

Dan 03-19-2003 11:25 PM

there got it installed

/me clicks install and watches it work like a dream

Slynderdale 03-19-2003 11:25 PM

Hmm most of that is the same code I had for my zodiac hack plus if you check the thread i Uploaded version 2.0 with code fixes and also improved the code alot

Boofo 03-19-2003 11:31 PM

Quote:

Today at 07:25 PM Slynderdale said this in Post #12
Hmm most of that is the same code I had for my zodiac hack plus if you check the thread i Uploaded version 2.0 with code fixes and also improved the code alot
The difference between this code and yours is that it had to be re-written and corrected to work like it is supposed to. I wasn't going to release it but I saw people were still having problems with your new version. I credited you in the file, my friend. ;)

Slynderdale 03-19-2003 11:31 PM

My updated code is also template driven for easy editing online, I uploaded the fixed 2.0 quite a while ago and it works well, I tested it on a few boards.

Hmm, only one person had a problem with it because they copied the code in a wrong please, Im not trying to be mean or any thing, and Im not mad or any thing. Good work though with fixing this.

NuclioN 03-19-2003 11:52 PM

I've many hacks installed and my birthdaycode looks a bit different and i can't replace it with the code from this hack because it then displayed no birthdaybits anymore and wrong dates. Can you make it work with this??

Code:


    // Set birthday fields right here!
    if ($bbuserinfo[birthday] == '0000-00-00') {
        $daydefaultselected = "selected";
        $monthdefaultselected = "selected";
    } else {
        $birthday = explode("-",$bbuserinfo[birthday]);
        $dayname = "day".$birthday[2]."selected";
        $$dayname = "selected";
        $monthname = "month".$birthday[1]."selected";
        $$monthname = "selected";
        if (date("Y")>$birthday[0] && $birthday[0]!='0000')
          $year = $birthday[0];
    }
    eval("\$birthday = \"".gettemplate("register_birthday")."\";");
  } else {
                $birthday = '';
        }


snyx 03-19-2003 11:58 PM

beauty. at the top of my 2do list :D

Boofo 03-19-2003 11:59 PM

You're in the wrong section of the member.php. You need to be in the "start get info" section. ;)

Boofo 03-20-2003 12:03 AM

Quote:

Today at 07:58 PM snyx said this in Post #16
beauty. at the top of my 2do list :D
Great! When you 2do it, don't forget the (c)lick install. ;)

NuclioN 03-20-2003 12:04 AM

:shame: :) Thanks Boofo. I hope you can let this also work in the postbit. Great hack.

-- ow...i'm a rat not an ox. How to change that?

Boofo 03-20-2003 12:10 AM

What is your birthdate?


All times are GMT. The time now is 02:38 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.01027 seconds
  • Memory Usage 1,735KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete