vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Administrative and Maintenance Tools - Proxy to Real IP Conversion (https://vborg.vbsupport.ru/showthread.php?t=231873)

Disco_Dave 11-25-2013 08:24 AM

Getting a warning message when this is running now vb4.2.2

PHP Code:

WarningAssigning the return value of new by reference is deprecated in ..../includes/cron/cronbackup.php on line 18

Warning
: Function set_magic_quotes_runtime() is deprecated in ..../includes/cron/cronbackup.php on line 13 

Dave

tbworld 11-25-2013 09:52 AM

Quote:

Originally Posted by Disco_Dave (Post 2463553)
Getting a warning message when this is running now vb4.2.2

PHP Code:

WarningAssigning the return value of new by reference is deprecated in ..../includes/cron/cronbackup.php on line 18

Warning
: Function set_magic_quotes_runtime() is deprecated in ..../includes/cron/cronbackup.php on line 13 

Dave

The mod that has the warning is:
vBulletin Cron Based Database Backup
https://vborg.vbsupport.ru/showthrea...ht=cron+backup

it is not this mod...

In /includes/cron/cronbackup.php on line 18
Find:
PHP Code:

$mysqlBackup = &new mysqlBackup($vbulletin->db$vbulletin->options); 

Replace:
PHP Code:

$mysqlBackup = new mysqlBackup($vbulletin->db$vbulletin->options); 

This is a warning not an error.

Disco_Dave 11-25-2013 10:14 AM

Quote:

Originally Posted by tbworld (Post 2463558)
The mod that has the warning is:
vBulletin Cron Based Database Backup
https://vborg.vbsupport.ru/showthrea...ht=cron+backup

it is not this mod...

In /includes/cron/cronbackup.php on line 18
Find:
PHP Code:

$mysqlBackup = &new mysqlBackup($vbulletin->db$vbulletin->options); 

Replace:
PHP Code:

$mysqlBackup = new mysqlBackup($vbulletin->db$vbulletin->options); 

This is a warning not an error.


Cheers I actually wasn't meant to post in this thread, just picked the wrong one on Paul's profile......Please move if possible. Thanks for the fix!

Dave

Nirjonadda 12-28-2013 05:33 PM

In the changes to the class_core.php file what is Line No ? Anyone can changes to the class_core.php file than upload for vBulletin 4.2.2 ?

rrhill 03-30-2014 02:41 PM

Thank you very much for this solution, it works great in vBulletin 4.22

xhells21 04-12-2014 01:07 PM

Thanks for this mod! It works, I got a little visual problem. If someone is able to help me solve this, would be greatly appreciated.
https://vborg.vbsupport.ru/external/2014/04/30.png

fxdigi-cash 04-22-2014 01:32 PM

I tried this mod, but no real ip has shown to me!!

I have a VPS and using Nginx so I don't see why this mod doesn't work anyways since Nginx always detect the real IP!!!

any idea??

Bozza 05-17-2014 07:22 AM

I'm trying to install this (as I run CloudFlare) and the install seems to go ok...

Importing Product, Please Wait...

[:]

Real IP Detection

Installing : 4.2.0.0

Please remember to Mark as Installed at vBulletin.org

...but I'm then not seeing this listed in my installed products and I'm still getting CloudFlare IP addresses. Any clues?

Calahan 05-28-2014 02:57 PM

Hello
When add the code to my class_core.php all the ? and ? ... change to in my board
Any idea what I am doing wrong?
I used notepad via Filezilla to change the class_core

Paul M 05-29-2014 11:42 AM

The text edtitor is breaking the utf8 chars, try a different editor.


All times are GMT. The time now is 03:53 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.01815 seconds
  • Memory Usage 1,752KB
  • 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
  • (6)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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