vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Use real ip when proxy server is detected. (https://vborg.vbsupport.ru/showthread.php?t=95198)

Paul M 10-06-2005 05:46 PM

Quote:

Originally Posted by memoriess
Because I'm trying to follow the instructions to convert proxy to ip.. Pls help.

There is no such instruction in this hack - it looks like something from the 3.0.x version, but even then it doesn't look quite right - however, please post your question in the correct thread.

dieselpowered 10-07-2005 05:49 AM

Umm installed...guess it is working? :)

Devil Woman 10-12-2005 06:15 PM

I have a slight problem I have gone to do this part

Quote:

Step 4.

In includes/functions_newpost.php

Find:

if ($vboptions['logip'])
{
$post['ipaddress'] = IPADDRESS;
}
else
{
$post['ipaddress'] = '';
}

Replace with:

// Paul M Proxy Hack v1.2
if ($vboptions['logip'])
{
$post['ipaddress'] = IPADDRESS;
$post['proxyip'] = PROXYIP;
}
else
{
$post['ipaddress'] = '';
$post['proxyip'] = '';
}
// End Proxy Hack
but I can not find anything that it asks me to find, please can anyone help

Paul M 10-12-2005 06:33 PM

Those instructions are part of the 3.0.x version, not the 3.5 version.

Devil Woman 10-12-2005 06:39 PM

So is there one for 3.5.0? If so where are the instructions for it?

Thanks for the help

Paul M 10-12-2005 06:51 PM

Um ... this is the 3.5 hack thread .......

Devil Woman 10-12-2005 06:57 PM

This was where I downloaded the file from to do the edits etc but I am having problems with step 4

Devil Woman 10-12-2005 06:59 PM

it's ok my fault, must have somehow thought I was downloading the file for 3.5 but didnt, ahhh i feel stupid now, thanks for the help paul it's much appreciated

Paul M 10-12-2005 07:00 PM

Quote:

Originally Posted by Devil Woman
This was where I downloaded the file from to do the edits etc but I am having problems with step 4

Sorry but you did not download the file with those instructions from this thread.

Devil Woman 10-12-2005 07:01 PM

it's ok now as I said above paul

Quote:

it's ok my fault, must have somehow thought I was downloading the file for 3.5 but didnt, ahhh i feel stupid now, thanks for the help paul it's much appreciated
thanks again


All times are GMT. The time now is 02:33 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.01158 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
  • (4)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