Staredit Network

Staredit Network -> SEN v5 Alpha -> WHORES!
Report, edit, etc...Posted by IsolatedPurity on 2005-09-18 at 04:24:55
I have loaded a senv5 file... fear me.
Report, edit, etc...Posted by DT_Battlekruser on 2005-09-18 at 12:16:39
teh huh?
Report, edit, etc...Posted by Slyence on 2005-09-18 at 13:52:41
Omfg, Evreyone run for cover...

*Slyence waits for the file to go corrupt and alot of errors pop out of it and take over the world.
Report, edit, etc...Posted by RexyRex on 2005-09-19 at 00:28:38
I don't belive you. wink.gif
Report, edit, etc...Posted by illusion(SS) on 2005-09-19 at 13:57:24
too bad, we cant see teh file. because we're locked out. and we cant belive you. till we see it. O_o
Report, edit, etc...Posted by Slyence on 2005-09-19 at 18:01:29
Lets all bribe him to death with enourmas amounts of donation.
Report, edit, etc...Posted by IsolatedPurity on 2005-09-20 at 07:29:29
Actually, me loading the file turned out to be counter-productive! I accidently, somehow, deleted a little bit of code!
Lol... need to get back into the swing of things.

ADDITION:
check out the forum index...
http://www.staredit.net/1337v5/?p=index

l/p :: all / scx

let me know what you think... ideas or suggestions...

Things to note:
Links don't work to forum functions on that page (mark all forums read, view mod team, etc)...
Creative forum can expand/collapse it's subforums, check it out.



ADDITION:
"Creative" is now clickable to view subforums like normally you would in invision.

ADDITION:
post backgrounds are the suck.
Report, edit, etc...Posted by DT_Battlekruser on 2005-09-20 at 19:36:29
Sexy. Can we get mark forum as read fixed in 4.1?
Report, edit, etc...Posted by LegacyWeapon on 2005-09-20 at 19:58:13
Tab after fast reply box should be "post reply" tongue.gif
Report, edit, etc...Posted by Shmeeps on 2005-09-20 at 22:33:16
This?

[attachmentid=14048]
Report, edit, etc...Posted by IsolatedPurity on 2005-09-20 at 23:51:48
that doesn't happen for me sheemps... what browser are you using? IE? (edit: yeah, i should have simply looked at the screenshot a little closer happy.gif)

Does that happen for anyone else? (opera, deerpark aphla, etc...)????????
Report, edit, etc...Posted by Slyence on 2005-09-21 at 18:16:21
I tryed it in opera... It happened blink.gif
Report, edit, etc...Posted by IsolatedPurity on 2005-09-24 at 02:23:06
ranting.gif


Well, the creative subforum expand/collapse should be working. It's not supposed to remember if you expanded it on purpose.

Also, you'll be able to see where users are deeper into the forums on the forum index... such as:
Lurking in forum: Clan (U)

Topics don't show what forum they are in simply because the url (topic=2) doesn't give me what forum they are in until the script starts running. I'll figure out what to do with that later.




Right now, I'm going to get minerals working... trying to think of an equation...
y = Character count / 100 (max 20)
y = y + reputation / 100 (max 5)
x = admin karma / 50 + y/3 (max y/3 or this value - whatever is greater)
rand (x, y)

So, if you make a post worth 20 without karma or reputation, you have a chance to get between 7 and 20 minerals. Karma and reputation will effect this by increasing your max minerals possibly gainned or your min minerals possibly gained... somehow I'll fit the equation to do negative karma as well...

Got any other ideas? DT_BK?


QUOTE
Actually, me loading the file turned out to be counter-productive! I accidently, somehow, deleted a little bit of code!

Oh and I fixxed the Last Post % for you bolt...
The header containing the width %'s is what I accidently deleted and re-wrote it fast... thus, that's why it was so messed up happy.gif
Report, edit, etc...Posted by DT_Battlekruser on 2005-09-24 at 14:12:55
How do reputation and admin karma work?

CODE

y = char/100
if char >= 50 and char < 100:
   y = 1
if y > 20:
   y = 20
y = int(y) #make this an integer function that chops, not rounds


That gets you a post count value. I can't really comment on the rest since I don't know what bounds admin karma.

I still think we need something more dynamic for overall member rating.

[f [1.4a + b/10 + (d-5)/2 * (3e/4)] [(-1/20) (c-6)^2 + 2]]

Where

a - days as a member of SEN
b - post count
c - posts per day
d - member rating from 1 to 10
e - #of members who rated the person
f - admin rating of member starting at 1.000 and bounded from 0.500 to 1.200)

There's what I had. I actually think a member rating (viewed in full profile only) would be better than karma and you can make the admin karma generate a number bounded [0.500,1.200] for "admin rating". I stand by what I say that karma is not dynamic enough.

I've prgrammed this into PyForums and seeing how it varies suggest

CODE
if rating > 250 and (b * f) > 250:
   promote to regular
if rating > 1000 and (b * f) > 1000:
   promote to elite


and a another catch statement:
CODE
if a <= 1:
   rating = "<i>Unknown</i>"


Rating should be displayed in the mini-profile to one decimal digit.

Sorry for using Python syntax. happy.gif
Report, edit, etc...Posted by RexyRex on 2005-09-29 at 23:15:13
(Ugh, had a nice long post but SEN went down)

DTBK, could you please make another huge equation for minerals? bleh.gif
Report, edit, etc...Posted by DT_Battlekruser on 2005-09-30 at 00:28:25
The PyForums Alpha board is using the above formula for reputation.
Report, edit, etc...Posted by IsolatedPurity on 2005-09-30 at 21:41:52
Uh... member rating?

Karma and reputation has no bounds or limits. People can recieve multiple amounts of karma / reputation from a single person over time...
Generally, the longer they are here and the more the post and the most people like their posts, the higher reputation they'll have.

Admin karma is like reputation, but dished out at a slower and more controlled rate than reputation. An admin can give +3 +2 +1 / -1 -2 -3 karma per post and globals can give +2 / +1 / -1 karma. While reputation can be given out as a "oh, hey, that's funny" or "i like you" or "nice flames, you shot him down", I'm hoping admin karma would be like "yeah, that's a good site suggestion" or "nice ideas on the serious discussion" and such.
Report, edit, etc...Posted by DT_Battlekruser on 2005-10-01 at 01:42:56
Heck, you designed Karma, you find a way to put up d, e, and f.
Next Page (1)