vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Why you don't upgrade to vB5 yet? (https://vborg.vbsupport.ru/showthread.php?t=327311)

AndrewSimm 07-27-2019 03:18 PM

Can anyone confirm that these files enable VB 4.2.5 to run PHP 7.3?

In Omnibus 07-27-2019 04:38 PM

Quote:

Originally Posted by AndrewSimm (Post 2599973)
Can anyone confirm that these files enable VB 4.2.5 to run PHP 7.3?

I can't even confirm there's a good reason to run vBulletin 4 on PHP 7.3

It runs perfectly well on PHP 7.1

lange 07-29-2019 05:06 PM

Quote:

Originally Posted by In Omnibus (Post 2599501)
I have one forum that continues to use vBulletin 4.x for this reason. It has existed in its current form since 2010 and its members are not adaptable to change. It utilizes several modifications and add-ons I would consider an essential part of the forum.

Same reasons for me except it's a vBulletin 3.x.

I have a vBulletin 5.x licence too but Im not using it right now.

SaN-DeeP 08-01-2019 09:11 AM

IPF/IBV/IPS etc. screwed vbulletin including there own entire domination on Internet..
Forums Era is over, Invision Power Board GUYs are culprit !!!!!!!For same.

A mere ego from a developer, screwed millions of sites..
Buyers, Who worked there way hard for bread and butter !!!!!!!!!!!!!

VBulletin 5, is mere a conception of what actually, vbulletin deserved..
Then formation of other scripts from womb of vbulletin. !!!!!!

I own all forum software scripts, but nothing works best then vbulletin 4 so far till day !!!!!

Thanks to great guys, still holding the community..

lange 08-01-2019 12:31 PM

I think vB 3.x is much easier to customize than vB4. In that sense, it works best.

Meister2017 09-30-2019 07:04 PM

Quote:

Originally Posted by Meister2017 (Post 2599847)
English language is also available: https://forum.vbdev.de/forum.php?langid=4

I have uploaded the diffs for vBulletin 4.2.5 and PHP 7.3.

In addition to my adjustments, I have the following changes:

includes/init.php
Code:

// $new_datastore_fetch does not require single quotes
$new_datastore_fetch = $datastore_fetch = array();

($hook = vBulletinHook::fetch_hook('init_startup')) ? eval($hook) : false;

replace with:

Code:

// $new_datastore_fetch does not require single quotes
$new_datastore_fetch = $datastore_fetch = array();

if(!defined('THIS_SCRIPT')) /* PHP 7.2 FIX */
    define('THIS_SCRIPT', 'THIS_SCRIPT');

($hook = vBulletinHook::fetch_hook('init_startup')) ? eval($hook) : false;


Attention: PHP 7.0 is the minimum by this change

stangger5 10-01-2019 04:42 PM

Quote:

Originally Posted by Meister2017 (Post 2599847)
English language is also available: https://forum.vbdev.de/forum.php?langid=4

I have uploaded the diffs for vBulletin 4.2.5 and PHP 7.3.

Has anyone tried this with PHP 7.3?

BasilFawlty 10-04-2019 10:42 PM

My 4.2.5 forum does every thing I need it to do. No compelling real to spend the money to change. When there is a compelling reason, then I'll change.

Phil56 10-05-2019 10:29 AM

This site is running Vb3 how come it has not switched over?

Dave 10-05-2019 11:27 AM

Quote:

Originally Posted by Phil56 (Post 2600868)
This site is running Vb3 how come it has not switched over?

This site runs on a lot of custom modifications. It will cost too much time (=money) to convert it to vBulletin 5.

"if it ain't broke, don't fix it"


All times are GMT. The time now is 10:45 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.01218 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
  • (5)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