Welcome, Guest. Please Login or Register.
March 15, 2025, 02:55:37 AM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  Development  |  Completed mods  |  [DEAD - BETA] More Stats v1.0 « previous next »
Pages: 1 2 3 [4] 5 Reply Ignore Print
Author Topic: [DEAD - BETA] More Stats v1.0  (Read 10428 times)
iamdamnsam
Full Member
***
Posts: 225


RamchargerCentral.Com

WWW
Re:[BETA] More Stats v1.0
« Reply #45 on: May 08, 2002, 04:43:11 AM »
Reply with quote

Well I have about 2500 members who registered before I converted to SE so assigning them a registration date is not an option.
Logged

Jalapeno
Full Member
***
Posts: 158


Peno, Jala Peno...

WWW
Re:[BETA] More Stats v1.0
« Reply #46 on: May 08, 2002, 08:09:50 AM »
Reply with quote

I think that is my problem as well. I have converted my board from YaBB 1 Gold, most of the members have been there for months. I registered a test member to try and find out if the stats work with new members and it seems they do. So, apart from assigning a new registration date to all my members, there is nothing I can do?
Logged

Too lazy. Way too lazy.
David
Destroyer Dave
Global Moderator
YaBB God
*****
Posts: 5761


I'm not a llama!

WWW
Re:[BETA] More Stats v1.0
« Reply #47 on: May 09, 2002, 05:39:19 AM »
Reply with quote

I re-registered here after the db crash and I don't have a registration date.  :-[
Logged

Jalapeno
Full Member
***
Posts: 158


Peno, Jala Peno...

WWW
Re:[BETA] More Stats v1.0
« Reply #48 on: May 09, 2002, 08:25:31 AM »
Reply with quote

Somehow I didn't see your last post, mcguire, so I am answering to that now.

1. The link to your source files is down at the moment.

2. The link to my board is www.salsashark.de/forum

3. The black in the memberlist is very strange indeed, because it doesn't use the settings defined in my template. The new columns your mod adds are the only black ones, everything else has the colors specified in my template.

4. The people where it shows the division by zero error have been members for months, and they do have a registration date, so I guess it has to be the third reason you mentioned...an error in my code.

5. Don't know if you have read that post yet, but my board was also converted from YaBB 1 Gold SP1, so maybe that's the problem and I just can't use your mod for that reason.

[EDIT]
if ($modSettings['mpostsperday'] == 1 ) {

     $currentdate= date("F j, Y");
     $curtimestamp = time();
     $formtime = strftime("%d %R", $curtimestamp);
     $usersjointime = strftime("%d %R",  $muser);
    $daysjoined = $formtime - $usersjointime; // Days Joined
  if ($daysjoined <= 1) { // User has been a member for less than one day.
    $mpperday = $row[posts];
  } else {
    $mpperday = sprintf("%.2f",($row[posts] / $daysjoined));
  }

}

I just tried to find that code. Where exactly is it supposed to be? In memberlist.php? Because it isn't. Could it be that you uploaded the wrong version of your mod? It says version 1.0 and in Boardmod it says:

QuoteFixes:

1) Posts perday doesnt work with different time set.
2) Check Box Values IN Mod Settings Doesnt Save

But it seems to me that those two bugs might just be why it isn't working on my board. [/EDIT]
« Last Edit: May 09, 2002, 08:38:07 AM by Jalapeno » Logged

Too lazy. Way too lazy.
Delinquently insane
Foolish One
YaBB God
*****
Posts: 529


The One Surpassed By God!!!!

Re:[BETA] More Stats v1.0
« Reply #49 on: May 09, 2002, 09:01:36 AM »
Reply with quote

The link to your source files is down at the moment.

Works Fine It Certain Firewalls And Dl Managers Have A Hard Time Retrieving Files From My Site.. I Dont KNow What You have But Try To Disable Them Then Try Again


if ($modSettings['mpostsperday'] == 1 ) {

    $currentdate= date("F j, Y");
    $curtimestamp = time();
    $formtime = strftime("%d %R", $curtimestamp);
    $usersjointime = strftime("%d %R",  $muser);
    $daysjoined = $formtime - $usersjointime; // Days Joined
  if ($daysjoined <= 1) { // User has been a member for less than one day.
    $mpperday = $row[posts];
  } else {
    $mpperday = sprintf("%.2f",($row[posts] / $daysjoined));
  }

}


That Is INcorrect I Must Have Uploaded The Wrong Files This Line Here Should Be


$usersjointime = strftime("%d %R",  $memsettings[dateRegistered]); or

$usersjointime = strftime("%d %R",  $memsettings[14]);


I Reuploaded The Files Again and It Should Be The Right Ones This Time  :)
« Last Edit: May 09, 2002, 09:03:36 AM by mcguire » Logged

ALL MODS Cancelled projected terminated
Jalapeno
Full Member
***
Posts: 158


Peno, Jala Peno...

WWW
Re:[BETA] More Stats v1.0
« Reply #50 on: May 09, 2002, 01:16:21 PM »
Reply with quote

Ok, I've decided that I'll have to live without this mod. I downloaded your sources and it still doesn't work. Too bad, but I don't want to waste more of your time and mine.  :-\
Logged

Too lazy. Way too lazy.
KyleYankan
Jr. Member
**
Posts: 72


I'm a llama!

Re:[BETA] More Stats v1.0
« Reply #51 on: May 11, 2002, 02:44:43 AM »
Reply with quote

I'm getting a 404, and I dont know why, mind sending em via email? Kyle@KylesDesktop.com
Logged
vorapoap (vory)
Sr. Member
****
Posts: 424


Not considered either a living or death

WWW
Re:[BETA] More Stats v1.0
« Reply #52 on: May 11, 2002, 01:02:29 PM »
Reply with quote

 ::) I would like to let you know that Mcguire is now away to deal with his family matter.. He will be back soon.. Please hold on.  :)

And remember, the big mod like this needs some time before you can see its potential.
Logged

On the route to hell...
Jalapeno
Full Member
***
Posts: 158


Peno, Jala Peno...

WWW
Re:[BETA] More Stats v1.0
« Reply #53 on: May 11, 2002, 03:59:12 PM »
Reply with quote

Thanks for the info.

By the way, I do see the mod's potential, I just don't see a way how can I use that potential for my board at the moment. I guess there is just some incompatibility issue here. Either with some custom changes I have made to my board or just because my board is a conversion from YaBB 1 Gold.
Logged

Too lazy. Way too lazy.
Yngwiedis
Full Member
***
Posts: 111


Yngwie Rules !!!

WWW
Re:[BETA] More Stats v1.0
« Reply #54 on: May 23, 2002, 06:33:02 PM »
Reply with quote

Sorry but i am newbie to the YaBB SE.
I upgrade from YaBB SP 1.1.
How can i run the row.sql in the zip ?
I can find any phpmyadmin.
Thanx and sorry if the question is stupid :)
Logged
Delinquently insane
Foolish One
YaBB God
*****
Posts: 529


The One Surpassed By God!!!!

Re:[BETA] More Stats v1.0
« Reply #55 on: May 23, 2002, 10:43:54 PM »
Reply with quote

well you would have to open phpmyadmin and copy info into the query box and hit ok  :)
Logged

ALL MODS Cancelled projected terminated
Yngwiedis
Full Member
***
Posts: 111


Yngwie Rules !!!

WWW
Re:[BETA] More Stats v1.0
« Reply #56 on: May 23, 2002, 10:54:02 PM »
Reply with quote

I tell you before.
I can't find any phpmyadmin file.
Where is it ?
Logged
joshxpcable11
Full Member
***
Posts: 232


Eat my shorts

joshj@pei.eastlink.ca
Re:[BETA] More Stats v1.0
« Reply #57 on: May 24, 2002, 12:29:57 AM »
Reply with quote

How do I do the mysql queries if I dont have phpmyadmin?
Logged

Check out my boards: ~~~J-Boards~~~
Delinquently insane
Foolish One
YaBB God
*****
Posts: 529


The One Surpassed By God!!!!

Re:[BETA] More Stats v1.0
« Reply #58 on: May 24, 2002, 12:30:33 AM »
Reply with quote

 :P hehe you have to install it  :P... do you have sql access to your server?..   [go here]

Hm..i guess i could write a db script give me some time i am really busy  :)
« Last Edit: May 24, 2002, 12:31:22 AM by mcguire » Logged

ALL MODS Cancelled projected terminated
Yngwiedis
Full Member
***
Posts: 111


Yngwie Rules !!!

WWW
Re:[BETA] More Stats v1.0
« Reply #59 on: May 24, 2002, 12:33:48 AM »
Reply with quote

Yes i have sql on my server.
I am not so advance to install the phpmyadmin.
I wait for your script :)
Thanx for your help :)
Logged
Pages: 1 2 3 [4] 5 Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  [DEAD - BETA] More Stats v1.0 « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.113 seconds with 20 queries.