Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vbulletin-ip Plotter Details »»
vbulletin-ip Plotter
Version: 1.00, by DrkFusion DrkFusion is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 08-14-2002 Last Update: Never Installs: 57
 
No support by the author.

Re-Release
This hack has been re released.

Description
What this does is allow you to plot an ip on a world map, it will tell you where the person lives, there isp etc.

Installation
Please see file for steps

Thanks
DrkFusion (Arunan)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #52  
Old 08-20-2002, 05:18 PM
NTLDR's Avatar
NTLDR NTLDR is offline
Coder
 
Join Date: Apr 2002
Location: Bristol, UK
Posts: 3,644
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by beemer
Does anyone know how to use css instead of GD?
In ipconf.inc change:

PHP Code:
$trygd "1"
To:
PHP Code:
$trygd "0"
This will then use CSS, this works fine for me.
Reply With Quote
  #53  
Old 08-20-2002, 07:06 PM
beemer beemer is offline
 
Join Date: Mar 2002
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks NTLDR, still getting a CGI script error. Can't seem to figure this one out???
Reply With Quote
  #54  
Old 08-20-2002, 07:53 PM
NTLDR's Avatar
NTLDR NTLDR is offline
Coder
 
Join Date: Apr 2002
Location: Bristol, UK
Posts: 3,644
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'll try this on my IIS server and see if it will work, I know the CSS works fine under appache and linux.

UPDATE:

It works fine for me under IIS 5.1 with PHP 4.2 installed using the CSS method, what errors are you getting?
Reply With Quote
  #55  
Old 08-20-2002, 08:25 PM
beemer beemer is offline
 
Join Date: Mar 2002
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm getting a CGI error that says :

The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:

So a new question, when using IIS5 are css sheets enabled by default or do I have to install some msdn peice to make them work? I am using PHP4.2 but I'm not sure what mean when you say you installed it using the CSS method?
Reply With Quote
  #56  
Old 08-20-2002, 09:19 PM
NTLDR's Avatar
NTLDR NTLDR is offline
Coder
 
Join Date: Apr 2002
Location: Bristol, UK
Posts: 3,644
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just followed the instructions for the hack, but made $trygd=0; other then that I made no other changes, are you running PHP as an ISAPI or as a CGI exe?
I allways used to get the error on the Admin CP home page with IIS.
Reply With Quote
  #57  
Old 08-21-2002, 05:07 PM
beemer beemer is offline
 
Join Date: Mar 2002
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, finally got ticked off and rebuilt my web server. Everything working great now! Nice hack, very usefull!
Reply With Quote
  #58  
Old 08-21-2002, 06:57 PM
scottct1 scottct1 is offline
 
Join Date: Mar 2002
Location: Connecticut
Posts: 391
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It works however I am gettiing the following error when it plots the screen (the error is at the bottom of VBipplot.php

Notice: Undefined variable: encoding in /home/dbstalk/public_html/admin/adminfunctions.php on line 44

Any ideas?
Reply With Quote
  #59  
Old 08-22-2002, 01:28 AM
DrkFusion's Avatar
DrkFusion DrkFusion is offline
 
Join Date: Nov 2001
Posts: 1,926
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

There may be errors like this because of differences in server setup, and server preferences.

So if the plotter works, and it plots the ip ok, then its nothing to wory about.
Reply With Quote
  #60  
Old 08-22-2002, 01:34 AM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Drk, my server seems to be set up with GD. Is there a way around the errors that show up for the time probelm?

Also, how can I put the dir for the files in the Admin dir instead of the mod dir and still make it work like it does now, buddy?

Quote:
Originally posted by DrkFusion
There may be errors like this because of differences in server setup, and server preferences.

So if the plotter works, and it plots the ip ok, then its nothing to wory about.
Reply With Quote
  #61  
Old 08-22-2002, 01:44 AM
DrkFusion's Avatar
DrkFusion DrkFusion is offline
 
Join Date: Nov 2001
Posts: 1,926
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That is very easy, take out the links in mod/index.php, move the file vbipplot.php and everything in the ..locatio folder into the admin folder.
It should look something like this

admin/vbipplot.php
admin/{thelocationfolder}

Now then edit admin/index.php find ../mod/vbipplot.php and change it to vbipplot.php

in user.php in the admin directory find ../mod/vbipplot.php and replace it with vbipplot.php find it again I believe and replace with vbipplot.php.

Now uhh I forgot the changes i made to your forums hehe, so any instances of../mod/vbipplot or mod/vbipplot to admin/vbipplot or just ipplot.

Its farely easy
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 08:44 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.05613 seconds
  • Memory Usage 2,310KB
  • Queries Executed 27 (?)
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
  • (2)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete