Staredit Network

Staredit Network -> Staff Lounge -> Admin File Changes
Report, edit, etc...Posted by Yoshi da Sniper on 2005-01-10 at 10:07:38
This is for me and IP so we both know what files we changed (so we dont overwrite anyones work):

ips_kernel/class_db_mysql.php -- updated with a custom mysql error page.
Report, edit, etc...Posted by IsolatedPurity on 2005-01-10 at 10:10:31
/sources/post.php -- revamped the mineral recalculation on editing posts (line 759)
Report, edit, etc...Posted by IsolatedPurity on 2005-01-10 at 18:04:26
\sources\lib\boardstats_functions.php (253) -- Disables double browsers from anonymous people.
\sources\online.php (305,459) -- Disables partially empty rows in online user list from anonymous spiders.
Report, edit, etc...Posted by IsolatedPurity on 2005-01-11 at 17:33:10
Shoutbox upgrade:
sources/admin/admin_pages.php
sources/admin/ad_Shoutbox.php
lang/en/lang_shoutbox.php
skin_cache/cacheid_5/skin_shoutbox.php
(Entire folder) sources/D2mods/shoutbox/

Don't bother updating your files today because I still have to add in a bunch of my own personal code.
Report, edit, etc...Posted by Yoshi da Sniper on 2005-01-12 at 00:00:48
index.php
sources/admin/ad_group.pjp
sources/admin/ad_member.php
sources/admin/admin_pages.php
Report, edit, etc...Posted by IsolatedPurity on 2005-01-12 at 11:17:05
/sources/lib/usercp_functions.php (1105,1106) blushing.gif

Additional:

Moderator options in fast reply:
/sources/topics.php (636 ~ 709)
/lang/en/lang_topic.php (6 ~ 13)
/skin_cache/cacheid_5/skin_post.php (808) ermm.gif

Took a bit of changing this little mod around to get it exactly where I wanted. In the time I wasted fooling around with it, I could have just done it myself sad.gif. Maybe it's just because it clashed with your quick reply preference code and I had to sort all that out.
Report, edit, etc...Posted by Yoshi da Sniper on 2005-01-13 at 09:10:52
Forgot to do this yesterday, sorry:
admin.php
index.php
sources/usercp.php
sources/admin/admin_pages.php
sources/lib/usercp_functions.php
sources/sql/mysql_queries.php
lang/en/lang_ucp.php

sources/admin/ad_forum.php
sources/lib/post_new_post.php
Report, edit, etc...Posted by IsolatedPurity on 2005-01-14 at 02:39:31
/sources/post.php
/sources/raffle.php
/sources/messenger.php
/sources/search.php
/sources/admin/admin_pages.php
/sources/tasks/closeoldtopics.php

/skin_cache/cacheid_5/skin_search.php

/lang/en/lang_shoutbox.php
index.php

post.php --> fixxed another bug... size=-7 completely hides text and counts as characters (thanks to kow)
While I was at it, I fixxed another possible abuse method of editing your own posts that are dead and gone to gain maximum minerals in hopes no one will ever see it again.
So... ONLY IF you edit your post within the first day of making it will it recalculate your minerals for you. One day seems to be plenty of time for such a bonus.
raffle.php --> whoever coded this was a noob
admin_pages.php --> I believe I put everything back... check and make sure
Report, edit, etc...Posted by Yoshi da Sniper on 2005-01-14 at 07:48:32
sources/lib/post_praser.php

Fixed bug which allowed massive minerals by putting the font size of spam text to -7.
Report, edit, etc...Posted by IsolatedPurity on 2005-01-16 at 13:35:57
sources/lib/post_praser.php

:: Again 1/16 ::

Additional:

index.php tongue.gif
Report, edit, etc...Posted by IsolatedPurity on 2005-01-18 at 08:08:52
sources/lib/post_praser.php

yet again
Report, edit, etc...Posted by IsolatedPurity on 2005-01-19 at 03:31:06
/sources/boards.php

/lang/en/lang_register.php
/skin_cache/cacheid_5/skin_register.php
/sources/register.php
/sources/storeitems/ownchange/item_changename.php

/lang/en/lang_shoutbox.php
/skin_cache/cacheid_5/skin_shoutbox.php
/sources/D2Mods/Shoutbox/

/skin_cache/cacheid_5/skin_global.php


/sources/register.php -> Registration is now limited to ( ) . - _
If you have any other characters you think should be allowed, say so. Also made the skin more beautiful:

user posted image user posted image


/sources/boards.php -> New activity equation and general cleaning up of the script as a whole (making functions of common stuff between cat / sub cat). The new equation is super sexy. It takes the last 30 unique member's posts and assigns a value from 0.5 to 2.5 for each post within the last 5 days. It then takes the last 10 topics and does the same with 0.5 to 2.0. Finally, to get the last 10% activity score, there has to be currently 10 sessions in the forum (might change this one).
And Sala was talking about how the clans aren't very active in their forums based on activity %.
Anyways, if you can think of any other ways to judge how active a forum is, tell me.

Well, the one flaw is it uses three queries per forum wink.gif. I'll delete the sessions later on and maybe make activity an attribute rather than a calculation.
Edit ~ I deleted the sessions query, but maybe... somehow cache the results? I haven't attempted to do anything with query cacheing as of yet though.

/skin_cache/cacheid_5/skin_global.php -> If not a member, member nav bar displays this:
Member Navigation Disabled.
( Login | Register )
Report, edit, etc...Posted by Yoshi da Sniper on 2005-01-19 at 17:22:57
The load time for the page is 0.6 seconds, which isn't too bad.

Nice stuff though!
Report, edit, etc...Posted by IsolatedPurity on 2005-01-20 at 08:18:27
/sources/boards.php ~ Moved activity to a task. God I love tasks.
/sources/post.php

/lang/en/lang_post.php

/sources/tasks/remove_moved_links.php

index.php
Report, edit, etc...Posted by Yoshi da Sniper on 2005-01-21 at 20:29:45
sources/download.php
Just take all the skin files again - I randomly edited them all.

Changes: Much improved search function biggrin.gif! Exclude filetypes (people with normal SC can now look for JUST normal sc maps)

Now storing the file extentions in the database for a later addition.
Report, edit, etc...Posted by IsolatedPurity on 2005-01-22 at 09:18:07
sources/post.php ~ that was not the place to put a post-- ermm.gif
index.php
Report, edit, etc...Posted by Yoshi da Sniper on 2005-01-22 at 11:27:16
edited these files with my uber attachment stuff:
post.php
everything in d2mods/mydir/ bascially
skin mydir
skin global
usercp.php
Report, edit, etc...Posted by Yoshi da Sniper on 2005-01-23 at 10:28:06
memberlist.php
uportal.php
Report, edit, etc...Posted by Yoshi da Sniper on 2005-01-23 at 23:16:53
Map showcase w00t

filecp.php
skin download.php
uportal.php
skin uportal.php


IP, if you downloaded usercp.php when I said so on my last post, can you reupload it? I screwed it up tongue.gif
Report, edit, etc...Posted by IsolatedPurity on 2005-01-24 at 07:38:43
Done.

user posted image

Yeah, you don't see much of me in there. I need to get in the habit of doing that for myself.
Report, edit, etc...Posted by Yoshi da Sniper on 2005-01-24 at 07:53:56
Whew thanks, I should do some backups myself wink.gif
Report, edit, etc...Posted by IsolatedPurity on 2005-01-24 at 12:24:14
sources/lib/post_parser.php

I guess you fixxed the deleting problem with file backup yourself?

test
 

Report, edit, etc...Posted by Yoshi da Sniper on 2005-01-24 at 19:17:49
Which deleting problem?

post.php (post trimmer)
Report, edit, etc...Posted by IsolatedPurity on 2005-01-25 at 08:40:30
post.php
Simply putting back all the code you overwrote when you uploaded your file with the quote trimmer. It wasn't just my code you overwrote though, it was some of your own too cry.gif.

Delete problem ~ You said something about how member's can't delete their own files because the owner wasn't set right. I deleted my own file backup with no problems. I assumed you fixxed it?
Report, edit, etc...Posted by Yoshi da Sniper on 2005-01-25 at 11:07:15
I haven't had the time to touch it.

ADDITION:
Maybe its the old files... ask those people to upload a new file and try again to delete that.
Next Page (1)