inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Aug 25, 2013 18:14:31 GMT -8
unless you are getting up around the 64k area PER PLUGIN, you dont have anything to worry about. images stored on pbserver dont apply towards that total. key permissions dont either. its just the structure names that are setup by the author, and the data you enter into the plugin settings that will affect that total storage.
so lets say your plugin with 75 images. each image URL pathname is an average of 30 characters. your data alone added 2250 to the storage.. give or take.
you can always put in 25 at a time and check the calculated value to see how much its going to get you.
|
|
inherit
179559
0
Feb 18, 2017 20:39:30 GMT -8
Heathenpride
81
May 2012
heathenpride
|
Post by Heathenpride on Aug 26, 2013 5:46:15 GMT -8
This is just what I needed aside from a nice cold beer. I will take the add-on over the beverage this time Wormopolis but you better be publishing that Admin Beer Code soon or by golly I just might have to take my beer money elsewhere Seriously, great work again thank you
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Aug 26, 2013 7:31:30 GMT -8
I can only imagine how many revisions a "admin beer code" would have to go through before everyone was happy...
|
|
Misaka
Full Member
Yozakura Quartet: Hana no Uta
Posts: 912
inherit
179763
0
Oct 11, 2024 19:07:51 GMT -8
Misaka
Yozakura Quartet: Hana no Uta
912
May 2012
hellsingfan
|
Post by Misaka on Aug 26, 2013 8:14:42 GMT -8
I can only imagine how many revisions a "admin beer code" would have to go through before everyone was happy... I do love your sig though womo and I do like the sound of that idea .....please make it happen!
|
|
inherit
179559
0
Feb 18, 2017 20:39:30 GMT -8
Heathenpride
81
May 2012
heathenpride
|
Post by Heathenpride on Aug 26, 2013 18:01:22 GMT -8
I can only imagine how many revisions a "admin beer code" would have to go through before everyone was happy... I am no PB admin clearly but I reckon I can take responsibility for approving this plugin so revisions won't be required Wormopolis I am bowing out now, this is about as off topic as I like to get with so many staffers around *ducks* Bring on the ABC Beer Plugin Admins Beautiful Beer Add-on --> ABBA!
|
|
inherit
137779
0
Aug 9, 2018 19:42:11 GMT -8
Community Library
A Respectful Community
213
February 2009
communitylibrary
|
Post by Community Library on Aug 26, 2013 20:53:27 GMT -8
Is it possible to limit viewing of the data to staff only?
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Aug 26, 2013 23:36:13 GMT -8
change this
$(document).ready(function(){ $('div#pbn-bar').css('width','auto').append($('<img src="http://i197./aa250/WORMOPOLIS/02920338-e74f-4011-83a6-7902a779b33f.jpg">').css({'display':'inline-block','margin-right':'2px'}).bind('click',getSettingsSize));
});
to this
$(document).ready(function(){ if (proboards.data('user').is_staff) { $('div#pbn-bar').css('width','auto').append($('<img src="http://i197./aa250/WORMOPOLIS/02920338-e74f-4011-83a6-7902a779b33f.jpg">').css({'display':'inline-block','margin-right':'2px'}).bind('click',getSettingsSize)); } });
|
|
inherit
137779
0
Aug 9, 2018 19:42:11 GMT -8
Community Library
A Respectful Community
213
February 2009
communitylibrary
|
Post by Community Library on Aug 29, 2013 14:47:22 GMT -8
change this $(document).ready(function(){ $('div#pbn-bar').css('width','auto').append($('<img src="http://i197./aa250/WORMOPOLIS/02920338-e74f-4011-83a6-7902a779b33f.jpg">').css({'display':'inline-block','margin-right':'2px'}).bind('click',getSettingsSize));
});
to this $(document).ready(function(){ if (proboards.data('user').is_staff) { $('div#pbn-bar').css('width','auto').append($('<img src="http://i197./aa250/WORMOPOLIS/02920338-e74f-4011-83a6-7902a779b33f.jpg">').css({'display':'inline-block','margin-right':'2px'}).bind('click',getSettingsSize)); } });
Thank you!...Will do!
|
|
glr
New Member
Posts: 43
inherit
150042
0
Oct 23, 2013 9:23:28 GMT -8
glr
43
December 2009
glr
|
Post by glr on Oct 8, 2013 8:53:04 GMT -8
Thanks! Always nice to have more information about my board! Shows that I have 9 plugins, and the most memory taken by any one of them is 572 bytes, guess I'm ok!
|
|
inherit
194160
0
Mar 23, 2015 9:54:45 GMT -8
blc
2,641
May 2013
blc
|
Post by blc on Jan 26, 2014 13:28:43 GMT -8
I can only imagine how many revisions a "admin beer code" would have to go through before everyone was happy... Hey, the beer code along with your subliminal pizza code and we could have a party!
|
|
Former Member
inherit
guest@proboards.com
131621
0
Dec 4, 2024 8:14:28 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jan 26, 2014 13:45:59 GMT -8
Very handy, thank you!
|
|
Former Member
inherit
guest@proboards.com
177794
0
Dec 4, 2024 8:14:28 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jul 11, 2014 9:48:53 GMT -8
So question?
name: pixeldepth_monetary_shop
total settings size: 127440 bytes (124.45 kb)
This is what it has?
data size: 67290 bytes (65.71 kb)
And this is what I have used?
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jul 11, 2014 20:08:12 GMT -8
wow.. I was under the impression the cap was 64K... total settings size is the number to watch. the data size was actual physical memory used by the plugin settings, but total settings size was the one that capped out at 64K. Tim Camara was the limit raised?
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jul 11, 2014 20:21:04 GMT -8
I have it multiplying total settings by 2, but I dont remember why I had it do that...
|
|
Former Member
inherit
guest@proboards.com
177794
0
Dec 4, 2024 8:14:28 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jul 11, 2014 21:05:30 GMT -8
wow.. I was under the impression the cap was 64K... total settings size is the number to watch. the data size was actual physical memory used by the plugin settings, but total settings size was the one that capped out at 64K. Tim Camara was the limit raised? ok so I watch total settings size? But how do I know if im getting close to its capacity?
|
|