vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Proxy ip to real ip conversion (https://vborg.vbsupport.ru/showthread.php?t=69295)

Paul M 12-15-2004 07:32 AM

Okay, then there is nothing wrong with the ip section, your problem is, as MickDoneDee says, no parent id is being supplied - and as such is not related to this hack. Therefore there is not much I can do to help you, sorry.

Delphiprogrammi 12-15-2004 08:38 AM

this works fine but i have no idea what the image is for ? i tested it with using a proxy anonymous (level b) checked with a proxychecker and the correct ip is detected but what the heck is the image for ?

MickDoneDee 12-15-2004 11:20 AM

Quote:

Originally Posted by rh2004
Also any idea on where about this will be, in included folder?

DB_site->query("INSERT INTO " . TABLE_PREFIX . "post

Your error message suggests that the error is in your newreply.php script:

Script: http://www.mydomain.com/forum/newreply.php

The fault appears to be occurring when someone posts a reply.

Check any hacks that have altered the original script. If necessary, use the original file and see if the fault disappears. If it does then you have confirmed that the error is caused by the newreply.php script and that a faulty hack is the cause.

rh2004 12-16-2004 01:32 PM

Thanks alot I will check it out

Sadie Frost 12-26-2004 04:27 AM

I know very little about proxy servers, and I was wondering if anyone could tell me if I Use this hack and thus get the 'real ip', does that mean I can ban that real ip without worrying that other users will be sharing that same ip? Or does that same concern still apply? Thanks :)

Paul M 12-26-2004 09:27 AM

Quote:

Originally Posted by Sadie Frost
I know very little about proxy servers, and I was wondering if anyone could tell me if I Use this hack and thus get the 'real ip', does that mean I can ban that real ip without worrying that other users will be sharing that same ip? Or does that same concern still apply? Thanks :)

As long as the real ip is being detected then yes, you can ban it.

plubius 12-26-2004 10:40 PM

I would love to install this hack and thank the coder for making it, however, I have the extra ip info hack located here www.vbulletin.org/forum/showthread.php?t=66824 installed and this hack required me to change the Template: postbit_ip to this:

PHP Code:

<if condition="$show['ip']">
    
$vbphrase[ip]: $post[ip]
<else />
    <
a href="ipinfo.php?$session[sessionurl]p=$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/ip.gif" alt="$vbphrase[ip]title="$post[ip]border="0" /></a>
</if> 

and this excellent hack needs the same template changed to this:

PHP Code:

<if condition="$show['ip']">
$vbphrase[ip]: $post[ip]
<else />
<if 
condition="($post[proxyip] != '')">
<
a href="postings.php?$session[sessionurl]do=getip&amp;p=$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/ipp.gif" alt="$vbphrase[ip]title="$post[ip]border="0" /></a>
<else />
<
a href="postings.php?$session[sessionurl]do=getip&amp;p=$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/ip.gif" alt="$vbphrase[ip]title="$post[ip]border="0" /></a>
</else></if>
</if> 


Is it possible to run both hacks and can this template be edited to serve them both? If it is possible could show me what I will need to edit?

Sadie Frost 12-27-2004 04:22 AM

Quote:

Originally Posted by Paul M
As long as the real ip is being detected then yes, you can ban it.

Great - thanks for your help Paul :)

Paul M 12-27-2004 10:26 AM

Quote:

Originally Posted by plubius
I would love to install this hack and thank the coder for making it, however, I have the extra ip info hack located here www.vbulletin.org/forum/showthread.php?t=66824 installed ......

Is it possible to run both hacks and can this template be edited to serve them both? If it is possible could show me what I will need to edit?

I don't know much about the other hack, but looking at the two templates I would suggest trying this ;

PHP Code:

<if condition="$show['ip']"
    
$vbphrase[ip]: $post[ip
<else /> 
        <
a href="ipinfo.php?$session[sessionurl]p=$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/ip.gif" alt="$vbphrase[ip]title="$post[ip]border="0" /></a
        <
a href="postings.php?$session[sessionurl]do=getip&amp;p=$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/ipp.gif" alt="$vbphrase[ip]title="$post[ip]border="0" /></a
</if> 

This should give you two icons, one for ipinfo, and one for this hack (the red one).

HTH :)

plubius 12-27-2004 11:31 AM

I could have sworn I typed a thank you here....?

oh well, I will again as the first one did not take. Thanks for the help, PaulM


All times are GMT. The time now is 08:07 AM.

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.01178 seconds
  • Memory Usage 1,770KB
  • 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
  • (3)bbcode_php_printable
  • (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