DragonflyCMS Projects > Audit (IP Tracker) > can't choose specific Module? > Community Forums > Phoenix Netology
Forum Index > Management > Audit (IP Tracker)

can't choose specific Module? Reply to topic


Hi there!

First I wanna thank you for the great idea to get the IP_Tracking modul working on Dragonfly! But I have the Problem that it doesnt give me results for a specific Module.
This is how I configured footer.php from Dragonfly root directory:
}
$foot1 .= '<br />';
}
// MS-Analysis Entry
// require( "modules/MS_Analysis/mstrack.php" );
require_once('modules/IP_Tracker/iptracking.php');
$foot1 = '<div align="center">'.$foot1.'
Interactive software released under <a href="http://www.dragonflycms.com/GNUGPL.html" target="_new" title="GNU Public License Agreement">GNU GPL</a>,
<a href="'.getlink('credits').'">Code Credits</a>,
<a href="'.getlink('privacy_policy').'">Privacy Policy</a></div>';
if (!THEME_USES_TPL) echo $foot1;

(Lines 30 to 40)

The Problem is that when I choose f.e. Your_Account from the drop down box in IP-Tracking-Module the page reloads and there is again "All Modules" up in the drop down box. It shows me the same results as before.

This is the only bug I found! The rest seems to work perfect!


If you want I can send you a german translation for the language-file of your Module!?

cheers

gtown

Please enter your server specs in your user profile! 😢


hmm, I wonder why - must have been some recent change I made without checking - I will investigate. Your positioning of the include file is quite correct.

German translation would be greatly appreciated - there were a number of translations that came with the original phpnuke version, but they were no good under utf8.

Donations & Audit for DragonflyCMS

Server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS):


Hi Phoenix!

Here is the german language file (ip_tracker.php):
ip_tracker.php (zipped)

It can be used in both "german_du" and the formal german language packages, cause the text does not adress users Laughing
So I hope this will be better than your old files.

Let me know when you got everything fixed!

Cheers

gtown

Please enter your server specs in your user profile! 😢


Many thanks gtown - just got a bit of work on MReviews that I want to finish in the little spare time I have in the next few weeks (in transition between two habitats until mid April). Not to mention half a dozen other modules I was fiddling with.

Converting these modules is turning out to be the easy part - fixing all their original bugs and xhtml non-compliances plus the issues arising from making them consistent with register globals off is a different story. However, I will get there Smile

Donations & Audit for DragonflyCMS

Server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS):


Update - found the bug which was a missing $_GET variable.

Then I found another bug caused by me allowing the url stored in the databse in "LEO" format - this was intended to save database space, but I overlooked the need to change the search query. All fixed now.

Rather than a separate fixes forum, I'll create an announce topic with fixes attached. Plus I'll update the download.

Donations & Audit for DragonflyCMS

Server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS):


Great, works!

Cheers

gtown Mr. Green

Please enter your server specs in your user profile! 😢

All times are Australia/Adelaide


Jump to: