Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 54
2 members and 52 guests
buynm6ymobcha8b, cliaw9cckhereto
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
» .:.

Go Back   Nukemods Forum > NM Staff > Purged Topics

Reply
 
LinkBack Thread Tools Display Modes
MS_Analysis RC3
Old
  (#1 (permalink))
Senior Member
 
Status: Offline
Posts: 619
Join Date: Oct 2002
Location: Alabama, USA
MS_Analysis RC3 - 03-12-2003, 08:46 AM

I installed MS_Analysis RC3 and it only shows the last seven days, all the other fields show 0. There are no errors showing. Any ideas?
http://martingy2k.no-ip.com/nuke/mod...me=MS_Analysis
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
03-12-2003, 09:30 AM

hmm..that's wierd..we installed it here and had no problem.
I get 0's for everythign over there at your site... :?

BTW, Your theme is looking darn sweet there Martin..very NICE job!

mikem
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#3 (permalink))
Senior Member
 
Status: Offline
Posts: 619
Join Date: Oct 2002
Location: Alabama, USA
03-12-2003, 04:22 PM

I found a solution at MS, I'm showing in red what I had to add in my theme.php file (using quote so the red shows up):
Quote:
function themefooter() {
global $index, $foot1, $foot2, $foot3, $foot4, $copyright, $totaltime, $footer_message;
if ($index == 1) {
$tmpl_file = "themes/fiapple/center_right.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
eval($thefile);
print $r_file;
blocks(right);
}
$footer_message = "$foot1
$foot2
$foot3
$foot4";
$tmpl_file = "themes/fiapple/footer.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
eval($thefile);
print $r_file;
require( "modules/MS_Analysis/mstrack.php" );
}
I had to add (shown in red):
Quote:
require( "modules/MS_Analysis/mstrack.php" );
For some reason it was not working by adding it to the main footer.php file, as was in the install text file.
Here is the page I got the info from:
http://www.matyscripts.com/modules.p...iewtopic&t=124
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#4 (permalink))
Member
 
Status: Offline
Posts: 359
Join Date: Nov 2002
Location: Michigan, USA
03-12-2003, 04:31 PM

Quote:
Originally Posted by mikem

BTW, Your theme is looking darn sweet there Martin..very NICE job!

mikem
ima agree with mikem there. i may just turn back to nuke just because of it. great mod adding to daz's theme.
  Send a message via AIM to ReNeGaDe  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#5 (permalink))
Senior Member
 
Status: Offline
Posts: 619
Join Date: Oct 2002
Location: Alabama, USA
03-12-2003, 05:05 PM

Thanks Ren, I been working on it, today I got a Javascript to have image rollovers so I could more closely match the aqua look. Here's a screenie of my Phoenix browser hacked to emulate Safafi.
http://martingy2k.no-ip.com/Out-Going/Aqua.jpg
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#6 (permalink))
Junior Member
 
Status: Offline
Posts: 40
Join Date: Jan 2003
Location: New Jersey
03-13-2003, 07:01 AM

Hey Martin I agree that theme is very nice :wink: Nice job.

Quote:
today I got a Javascript to have image rollovers so I could more closely match the aqua look
You said you added some javascript for rollovers how about a little bit
more detail on the blocks maybe you can add rollover images for

full screen
close
mini

I think that would put that theme over the edge.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#7 (permalink))
Senior Member
 
Status: Offline
Posts: 619
Join Date: Oct 2002
Location: Alabama, USA
03-13-2003, 08:56 AM

I don't know what you mean by full screen close mini, if you mean resizing the blocks, I'm not going to attempt it. What I mean by rollover is when you put the mouse pointer over an image, the image changes color or shape and color.
btw, did you have trouble logging in after registering?
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#8 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
03-13-2003, 09:42 AM

Back to MS Analysis

We have it running on a couple test sites with Nuke6.5 RC3.
The problem we are having is when you click a users name, No ifo is showing for the user.
Other than that, all our Stats seem to be working correctly. However, we also installed it on a testsite with a fully loaded DB...a Mirror of Nukemods.

mikem
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#9 (permalink))
Senior Member
 
Status: Offline
Posts: 619
Join Date: Oct 2002
Location: Alabama, USA
03-13-2003, 09:48 AM

Mikem, the link I gave to matty scripts gave an explanation of the problem I was having. For some unknown reason only certain themes theme.php file's footer function does the work of the nuke's main footer.php. And so in my case with fiapple, by placing the code that everyone adds to the footer.php, in the theme.php footer function, that fixes it for that theme.

PS: It could be but might not be a variable that doesn't exist execpt with local host servers.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#10 (permalink))
Junior Member
 
Status: Offline
Posts: 40
Join Date: Jan 2003
Location: New Jersey
03-13-2003, 12:54 PM

(((Martin)))

Quote:
I don't know what you mean by full screen close mini, if you mean resizing the blocks, I'm not going to attempt it. What I mean by rollover is when you put the mouse pointer over an image, the image changes color or shape and color.
btw, did you have trouble logging in after registering?
No I did not meant that you should tyr to resize the block.
Just to put a rollover image that would imulate the action.

I am getting this message at your site
Quote:
You have been banned from this forum
Is it somthing I did or say? :cry:
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Users from MS_Analysis Kelu nukemods.com 0 05-27-2003 07:33 PM




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31