Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #21  
Old 07-27-2019, 03:18 PM
AndrewSimm AndrewSimm is offline
 
Join Date: Sep 2006
Location: Atlanta, GA
Posts: 222
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can anyone confirm that these files enable VB 4.2.5 to run PHP 7.3?
Reply With Quote
  #22  
Old 07-27-2019, 04:38 PM
In Omnibus's Avatar
In Omnibus In Omnibus is offline
 
Join Date: Apr 2010
Location: Inside A Blade Server
Posts: 840
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewSimm View Post
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
Reply With Quote
  #23  
Old 07-29-2019, 05:06 PM
lange's Avatar
lange lange is offline
 
Join Date: Apr 2003
Location: Montreal (Canada)
Posts: 282
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by In Omnibus View Post
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.
Reply With Quote
  #24  
Old 08-01-2019, 09:11 AM
SaN-DeeP's Avatar
SaN-DeeP SaN-DeeP is offline
 
Join Date: Jun 2002
Location: Mumbai, India
Posts: 1,195
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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..
Reply With Quote
  #25  
Old 08-01-2019, 12:31 PM
lange's Avatar
lange lange is offline
 
Join Date: Apr 2003
Location: Montreal (Canada)
Posts: 282
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think vB 3.x is much easier to customize than vB4. In that sense, it works best.
Reply With Quote
  #26  
Old 09-30-2019, 07:04 PM
Meister2017 Meister2017 is offline
 
Join Date: Sep 2017
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Meister2017 View Post
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
Reply With Quote
2 благодарности(ей) от:
iA1, z3r0
  #27  
Old 10-01-2019, 04:42 PM
stangger5's Avatar
stangger5 stangger5 is offline
 
Join Date: Jan 2005
Location: Online
Posts: 1,130
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Meister2017 View Post
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?
Reply With Quote
  #28  
Old 10-04-2019, 10:42 PM
BasilFawlty BasilFawlty is offline
 
Join Date: Jul 2012
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #29  
Old 10-05-2019, 10:29 AM
Phil56 Phil56 is offline
 
Join Date: Dec 2010
Location: South Carolina
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This site is running Vb3 how come it has not switched over?
Reply With Quote
  #30  
Old 10-05-2019, 11:27 AM
Dave Dave is offline
 
Join Date: May 2010
Posts: 2,583
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Phil56 View Post
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"
Reply With Quote
Reply


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 10:59 AM.


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.04567 seconds
  • Memory Usage 2,283KB
  • Queries Executed 14 (?)
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
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (10)post_thanks_box
  • (2)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (10)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_postinfo_query
  • fetch_postinfo
  • 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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete