Welcome, Guest. Please Login or Register.
May 04, 2025, 09:35:20 PM
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  |  Mod Ideas and Creation  |  Board Info Mod « previous next »
Pages: [1] Reply Ignore Print
Author Topic: Board Info Mod  (Read 365 times)
groundup
Disciple of Joe, Head Cleric
Mod Team
YaBB God
*****
Posts: 2983


Error 309: Please notify the administrator of this

WWW
Board Info Mod
« on: July 12, 2002, 04:11:24 PM »
Reply with quote

I am currently working on a mod that will show a TON of information about your board.  Currently it shows number of queries, the actual query, and the time it takes to load a directive.  I am working on making it show server load, and the size of all the HTML passed through a parser.

There is another part to this mod, I have a db abstraction layer right now which sends all queries to it and then it sends back the result.  Then I am making a HTML parser where it will take all of the print statements and send them to a function to be printed.  The HTML parser requires a lot more work which is the reason why the mod will take a lot longer to make.

So.. should I add anything to it?  Anything you as the admin would like to know about your board?
Logged

http://www.fastfinancialfreedom.org - financial freedom is a myth
http://www.fastfinancialfreedom.org - financial freedom is a myth
http://www.fastfinancialfreedom.org - financial freedom is a myth
fastfinancialfreedom.org
Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:Board Info Mod
« Reply #1 on: July 12, 2002, 05:41:49 PM »
Reply with quote

Here is a good one, how about the size of the tables in the database. ;D

I know boardnation has it so it shouldn't be too hard for you to do since you have the script. ;)
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
David
Destroyer Dave
Global Moderator
YaBB God
*****
Posts: 5761


I'm not a llama!

WWW
Re:Board Info Mod
« Reply #2 on: July 12, 2002, 06:00:24 PM »
Reply with quote

Quote from: Chris Cromer on July 12, 2002, 05:41:49 PMHere is a good one, how about the size of the tables in the database. ;D

I know boardnation has it so it shouldn't be too hard for you to do since you have the script. ;)
That was a David mod!  ;D  Thought about releasing it as an actual mod but people didn't seem interested.  It would actually be a very simple mod to write.
Logged

Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:Board Info Mod
« Reply #3 on: July 12, 2002, 06:06:07 PM »
Reply with quote

Well I am interested in it... actually I already have it since I was working on the on/off switches for mods for boardnation. ::) *whistles*
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
David
Destroyer Dave
Global Moderator
YaBB God
*****
Posts: 5761


I'm not a llama!

WWW
Re:Board Info Mod
« Reply #4 on: July 12, 2002, 06:17:10 PM »
Reply with quote

Quote from: Chris Cromer on July 12, 2002, 06:06:07 PMWell I am interested in it... actually I already have it since I was working on the on/off switches for mods for boardnation. ::) *whistles*
Now the question is did you ever get them all to work?  Hmm, maybe I need to talk to groundup again.
Logged

groundup
Disciple of Joe, Head Cleric
Mod Team
YaBB God
*****
Posts: 2983


Error 309: Please notify the administrator of this

WWW
Re:Board Info Mod
« Reply #5 on: July 12, 2002, 06:28:27 PM »
Reply with quote

OK, my printer function will now also remove all spaces from the $print string using trim()
Logged

http://www.fastfinancialfreedom.org - financial freedom is a myth
http://www.fastfinancialfreedom.org - financial freedom is a myth
http://www.fastfinancialfreedom.org - financial freedom is a myth
fastfinancialfreedom.org
Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:Board Info Mod
« Reply #6 on: July 12, 2002, 06:56:58 PM »
Reply with quote

All I did was make the switches themselves in the modSettings.php file. I told groundup that he would have to put the if statements around the mods to check if they are on or off. They should work as long as you insert the new settings into the settings table. I gave them to groundup when I gave him the modSettings.php file.
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
groundup
Disciple of Joe, Head Cleric
Mod Team
YaBB God
*****
Posts: 2983


Error 309: Please notify the administrator of this

WWW
Re:Board Info Mod
« Reply #7 on: July 12, 2002, 07:06:12 PM »
Reply with quote

yep.. boy is that hard :(  also getting them compatible with 1.3.1 and with eachother is a pain
Logged

http://www.fastfinancialfreedom.org - financial freedom is a myth
http://www.fastfinancialfreedom.org - financial freedom is a myth
http://www.fastfinancialfreedom.org - financial freedom is a myth
fastfinancialfreedom.org
groundup
Disciple of Joe, Head Cleric
Mod Team
YaBB God
*****
Posts: 2983


Error 309: Please notify the administrator of this

WWW
Re:Board Info Mod
« Reply #8 on: July 12, 2002, 07:08:04 PM »
Reply with quote

if someone wants to help me with this mod, it is only 1 common task that we have to do over and over again.
Logged

http://www.fastfinancialfreedom.org - financial freedom is a myth
http://www.fastfinancialfreedom.org - financial freedom is a myth
http://www.fastfinancialfreedom.org - financial freedom is a myth
fastfinancialfreedom.org
DiabloRex
Full Member
***
Posts: 103


ICQ - 11560069 WWW
Re:Board Info Mod
« Reply #9 on: July 12, 2002, 10:40:44 PM »
Reply with quote

I would love to see this mod :)

but please include a feature so you can make it membership based. I dont want all my users to use this mod :) Just me as the admin

I imagine something like how the file attachment mod works.
Logged
groundup
Disciple of Joe, Head Cleric
Mod Team
YaBB God
*****
Posts: 2983


Error 309: Please notify the administrator of this

WWW
Re:Board Info Mod
« Reply #10 on: July 13, 2002, 12:53:01 AM »
Reply with quote

i already put settings[7]=='admin' thingy in there.  I am thinking of putting much more in.  Right now I just put the free result thing for mysql in the query function.

Should I release this as several mods?
Logged

http://www.fastfinancialfreedom.org - financial freedom is a myth
http://www.fastfinancialfreedom.org - financial freedom is a myth
http://www.fastfinancialfreedom.org - financial freedom is a myth
fastfinancialfreedom.org
groundup
Disciple of Joe, Head Cleric
Mod Team
YaBB God
*****
Posts: 2983


Error 309: Please notify the administrator of this

WWW
Re:Board Info Mod
« Reply #11 on: July 13, 2002, 04:09:41 AM »
Reply with quote

I released the DB Abstraction Layer, it will work perfectly right now.  remember that there is still stuff commented in yyboardinfo() because I am working on several things with this.  If anyone could help me with just making the HTML parser mod... :D  We could reduce the stupid spaces into nothing so that pages will load much much faster.
Logged

http://www.fastfinancialfreedom.org - financial freedom is a myth
http://www.fastfinancialfreedom.org - financial freedom is a myth
http://www.fastfinancialfreedom.org - financial freedom is a myth
fastfinancialfreedom.org
Pages: [1] Reply Ignore Print 
YaBB SE Community  |  Development  |  Mod Ideas and Creation  |  Board Info Mod « 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.117 seconds with 20 queries.