Staredit Network

Staredit Network -> Staff Lounge -> Admin File Changes
Report, edit, etc...Posted by IsolatedPurity on 2005-01-27 at 23:03:20
Ugh... Don't update or overwrite these files until I'm completely done. I'm just keeping a list here otherwise you won't know what I'm censored.gif ing with or I might not remember the whole list.

index.php
/sources/usercp.php
/sources/lib/usercp_functions.php
/sources/sql/mysql_queries.php
/sources/classes/class_display.php
/sources/classes/class_session.php

/skins/skin_usercp.php

All menu related.

conf_global.php ?
On another note, I changed the store to online and it screwed up the conf_global.php. I uploaded one of mine... I don't know if this affected any options you changed recently... although there are these options:
$INFO['warn_show_own'] = '1';
$INFO['warn_show_rating'] = '0';
I can't see warn levels on a test account... so? *confused*
Report, edit, etc...Posted by Yoshi da Sniper on 2005-01-28 at 22:34:01
index.php

Added the new PMs to appear in red, so its more notibile (I didn't know I had new PMs until I checked my usercp).
lang/en/lang_global.php
sources/classes/class_display.php
Report, edit, etc...Posted by IsolatedPurity on 2005-01-29 at 10:25:45
A sexy change...
I'm just curious if a green color would look sexier (lightish maybe?). I haven't see it in red yet and I'm too lazy to send a pm to myself, so closedeyes.gif
Obviously though, the green wouldn't work if me/you make that area a little darker in greenage.
Report, edit, etc...Posted by Yoshi da Sniper on 2005-01-29 at 12:38:10
Edited to light green, lang_global.php updated.

ADDITION:
minerals in profile
profile.php
skin_profile.php
Report, edit, etc...Posted by Yoshi da Sniper on 2005-01-30 at 10:46:37
filecp.php
Report, edit, etc...Posted by IsolatedPurity on 2005-01-30 at 11:09:09
skin_global.php
class_display.php

And... post_parser.php
Report, edit, etc...Posted by IsolatedPurity on 2005-02-01 at 08:03:11
skins_global.php
usercp.php
class_display.php
menu.js (if you care)
army.php
profile.php (lol...)

Anyways, I learned something rather useful yesterday while ripping the statistics page apart... check this out:
[CODEBOX]$aforums = array();
$aforums[] = '0';
foreach($forums->forum_by_id as $k => $v)
{
$aforums[] = $v['id'];
}
$this->allow_forums = implode(",", $aforums);

SELECT * FROM {$ibforums->vars['sql_tbl_prefix']}forums WHERE id IN ({$this->allow_forums}) ORDER BY topics DESC LIMIT 10
[/CODEBOX]

Remember the whole "I wonder if you can do "... WHERE cats = '1|4|57|54|34' " conversation? Well, there's how.
$knowledege++;

(if you don't do the whole make array -> implode array thing (although useful for dynamic lists) just do WHERE cats IN (1,4,57,54,34))
Report, edit, etc...Posted by Yoshi da Sniper on 2005-02-02 at 19:16:19
modules/ipb_member_sync.php

Setting the welcome PM to come from user 3400.

ADDITION:
functions.php
usercp.php
skin usercp
Report, edit, etc...Posted by Yoshi da Sniper on 2005-02-03 at 12:02:49
post_poll.php

didn't have my funky forum rules show up in polls.
Report, edit, etc...Posted by Yoshi da Sniper on 2005-02-03 at 20:35:58
fav emoticons w00t

usercp.php
skin usercp
classes/class_download.php
topics.php
posts.php

I think thats all...
Report, edit, etc...Posted by IsolatedPurity on 2005-02-04 at 11:12:20
skin_global.php
index.php

statistics...
I took complete control over this function. You'll find it in my folder now. Don't rape it happy.gif.

Have any idea how I can import the site statistics from the cpanel? happy.gif
Report, edit, etc...Posted by Yoshi da Sniper on 2005-02-04 at 23:42:07
index.php

STOP OVERWRITING IT bangin.gif

Anyways, WITH the changes that IP keeps undoing, I made 2 of the Invision Board error pages more user friendly.
Report, edit, etc...Posted by IsolatedPurity on 2005-02-05 at 08:07:52
index.php? You didn't state that as a changed file for 7 days now...
Report, edit, etc...Posted by Yoshi da Sniper on 2005-02-05 at 10:23:38
But the my main page thing seems to have taken over again when you took it (I removed it a long time ago tongue.gif)
Report, edit, etc...Posted by Yoshi da Sniper on 2005-02-07 at 23:00:48
filecp
skin downloads
Report, edit, etc...Posted by Yoshi da Sniper on 2005-02-08 at 21:05:16
class_display

removed dependances for quotes.txt.
Report, edit, etc...Posted by IsolatedPurity on 2005-02-11 at 06:36:27
boardstat_functions

Where the censored.gif is the ability to manage the group order cache? I had to edit the cache directly.
Report, edit, etc...Posted by Yoshi da Sniper on 2005-02-11 at 07:45:23
Just update group display order in admincp.
Report, edit, etc...Posted by Yoshi da Sniper on 2005-02-12 at 12:57:10
index.php
admin_pages.php - got rid of uportal
Report, edit, etc...Posted by Yoshi da Sniper on 2005-02-12 at 20:35:58
downloads.php
filecp.php
skin_downloads.php
Report, edit, etc...Posted by Yoshi da Sniper on 2005-02-13 at 20:19:46
skin_staff

ADDITION:
boardstat_functions.php

added cool thing which takes the sum of browsers and tells you.
Report, edit, etc...Posted by Yoshi da Sniper on 2005-02-14 at 22:57:13
filecp
admin pages
Report, edit, etc...Posted by Yoshi da Sniper on 2005-02-16 at 17:19:19
Put a warning and increased security on suspended accounts. Removed member bar for suspended accounts.

lang_error
functions
class_display
Report, edit, etc...Posted by Mini Moose 2707 on 2005-02-20 at 09:30:51
/skin_cache/cache_id5/skin_post.php (move tag button removal)
/skin_cache/cache_id8/skin_post.php (move tag button removal)
Report, edit, etc...Posted by Mini Moose 2707 on 2005-09-30 at 23:19:42
isolated -- Do these apply anymore? If not, you can unpin this topic.
Next Page (2)