vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Miscellaneous Hacks - IP Address in Footer for vB 4 (https://vborg.vbsupport.ru/showthread.php?t=276749)

DAMINK 07-29-2012 11:36 PM

WHAT THE HELL! Rob died?
Holy crap! Sorry i had no idea!!!!!!!!!!
Sorry to jump the thread but i just read the above and well im lost for words!!!!!!!
What happened can anyone share with me?
Damn Rob was a great guy too!!!!!

bzcomputers 07-29-2012 11:51 PM

Quote:

Originally Posted by DAMINK (Post 2352566)
WHAT THE HELL! Rob died?
Holy crap! Sorry i had no idea!!!!!!!!!!
Sorry to jump the thread but i just read the above and well im lost for words!!!!!!!
What happened can anyone share with me?
Damn Rob was a great guy too!!!!!

https://vborg.vbsupport.ru/showthrea...ighlight=boofo

john7911 07-25-2014 09:21 PM

Thank you very much :)

NetTraptor 03-12-2015 05:51 PM

Small mod to support IPv6.

Change

Code:

function isValidIPv4($addr) {
        $octs = explode('.',$addr);
        if (count($octs) != 4) return false;

        foreach ($octs as $oct) {
                if (!ctype_digit($oct)) return false;
                $oct = intval($oct);
                if ($oct < 0 || $oct > 255) return false;
        } 
        return true;
}

?>

To this in the includes/functions_boofo.php

Code:

function isValidIPv4($addr) {

        return inet_pton($addr) !== false;
}
?>

:)

Techno Cowboy 04-16-2015 03:09 AM

Installed....works great with vB 4.2.2 pl 4, also working well with vB 4.2.3 Beta 4! :)

Techno Cowboy 02-11-2017 08:08 AM

1 Attachment(s)
I've had this mod for awhile now and it has worked great through various 4.x.x vB stages!

It's running now on 4.2.5 B1 with only one problem I found when switching to PHP 7...It kept logging in error log;

"PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Browser has a deprecated constructor in /home/xxxxx/public_html/includes/Browser.php on line 135 "

After searching the original author of the Browser PHP file, lead me to GitHub and a 2016 updated Browser PHP file...;)

More Info @ GitHub

Downloaded & replaced old file and PHP Deprecated Error logging stop!

Mod is working well!
I have attached the newer Browser PHP file for those that still use this great mod and running it with vB 4.2.5 and PHP 7.

BadgerDog 02-15-2017 03:24 PM

Quote:

Originally Posted by Techno Cowboy (Post 2582192)
I've had this mod for awhile now and it has worked great through various 4.x.x vB stages!
Mod is working well!
I have attached the newer Browser PHP file for those that still use this great mod and running it with vB 4.2.5 and PHP 7.

For clarity, I'm still running vBulletin 4.13pl8 and PHP Version 5.6.30, but can I sill use your version of Browser.php?

Thanks.. :)

Regards,
Doug

Techno Cowboy 03-10-2017 04:18 AM

Quote:

Originally Posted by BadgerDog (Post 2582372)
For clarity, I'm still running vBulletin 4.13pl8 and PHP Version 5.6.30, but can I sill use your version of Browser.php?

Thanks.. :)

Regards,
Doug


:confused: Don't see why not,the updated Browser.php was written after PHP 5.6 was release!

Also FYI if you were not aware;

As it is the final PHP 5 release (EOL), support for PHP 5.6 has been extended: active support will run for an additional four months, and the security fix period has been doubled from one to two year

More Info here @ PHP Net ....;)

Many Blessings,
Cheyenne

BadgerDog 03-10-2017 10:03 AM

Quote:

Originally Posted by Techno Cowboy (Post 2583575)
:confused: Don't see why not,the updated Browser.php was written after PHP 5.6 was release!

Thanks .. :up:

Regards,
Doug


All times are GMT. The time now is 04:28 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.01104 seconds
  • Memory Usage 1,739KB
  • 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
  • (2)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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