![]() |
|
Home | Keep up with the news | The Photo FX tour | Photo FX |
|
|
|
#1 |
|
Junior Member
Join Date: Feb 2007
Posts: 2
|
I'm trying to get the VIG IP Tracking System to work but I'm having a problem with admin.php. I fill in the username and password but it just keeps displaying the login screen. It won't accept my password. What could I be doing wrong? I did follow the instructions.
Everything else seems to work fine. However, if I put the full URL to the log.dat in my browser's address bar, it will display the contents of log.dat. Is there a way to prevent that? |
|
|
|
|
|
|
|
#2 |
|
Senior Member
|
The problem with the login prompt is because IP Track was written a while ago. The if clause that asks for login information uses certain superglobals, which are disabled by default in newer versions of PHP. Simply replace line 12 of admin.php with the following:
Code:
To fix the problem with log.dat being opened in a browser, create a file called .htaccess in the IP Track directory, and paste the following into it: Code:
This should clear up your problems for you. If not, yell at me. ![]()
__________________
#!/usr/bin/env python import webbrowser webbrowser.open('http://www.captainkoala.com/') # general quackery with a point |
|
|
|
|
|
#3 | |
|
Junior Member
Join Date: Feb 2007
Posts: 2
|
Quote:
It still doesn't work. Is there a way to block an IP address without accessing admin.php? |
|
|
|
|
|
|
#4 |
|
Senior Member
|
Hmm. You may wish to try the IP tracking application which I wrote a while back, IPLog. I have just recently begun working on it again, and it might be able to clear up your problems. It requires MySQL.
IPLog page on captainkoala.com One thing that might help is to know your PHP version, operating system, and browser. If you could provide those, it may help to solve your problems. If you continue having trouble, feel free to email or IM (AIM: omfgkaleidoscope) me for help.
__________________
#!/usr/bin/env python import webbrowser webbrowser.open('http://www.captainkoala.com/') # general quackery with a point |
|
|
|
|
|
#5 |
|
VIG, Project Manager
Join Date: Aug 2004
Location: US of A
Posts: 1,862
|
I would recommend giving Cpt's a try, as I am not doing anymore updates on this tracker and Cpt regularly updates his IPLog - maybe in the future he will offer a none sql version
thats his decision.
__________________
Project manager Visualizer Image Group "Don't judge yourself on how far you have come, It's better to get somewhere than nowhere" |
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|