Home Discord Chat
Go Back   ChiefsPlanet > Nzoner's Game Room > Media Center
Register FAQDonate Members List Calendar

Reply
 
Thread Tools Display Modes
Old 10-09-2007, 01:54 PM  
Simplex3 Simplex3 is offline
MVP
 
Simplex3's Avatar
 
Join Date: Sep 2003
Casino cash: $10004900
CPIggy Feature requests

Just a gentle reminder, I'm more than happy to have some help on this.  Some of these bugs should be pretty simple to solve.  Don't be afraid of the source code, it's well commented.  If you fix one of these please let me know and post a unified diff or patch file in this thread.  If you don't know how to do that just post your complete script here and I can do it for you.

Thanks!


Current outstanding issues:

 



Ticket Type
Status
Reporter
Description
1 Bug
New
Simplex3
Quotes are handled by looking for a blockquote tag within a post body.  This needs to be tested better since other board elements may use blockquotes.  Currently no testing is done to see if the blockquote in question "qualifies" as a quote.
2
Bug
New
listopencil
Cannot close alert dialog boxes.
3
Bug
New
listopencil
DC isn't removed until the config dialog is opened and the option to ignore DC is re-saved.
4
Bug
New
Simplex3
Need to re-address what pages are included/excluded from the script.  Currently the removal of the DC option in the drop-down menu is only partially complete because we don't operate on all pages.  When we do operate on all pages then pages without the menu throw an error dialog because they can't add the menu item.
5
Feature
New
Saulbadguy
Address "At Work" mode.
6
Feature
New
Saulbadguy
Find a more efficient way to re-introduce case insensitivity for user names in the ignore list.
7
Bug
Fixed
Simplex3
Empty list cause CPIggy to fail.



Last edited by Simplex3; 11-17-2007 at 11:44 AM..
Posts: 28,527
Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.
    Reply With Quote
Old 10-09-2007, 02:27 PM   #2
Simplex3 Simplex3 is offline
MVP
 
Simplex3's Avatar
 

Join Date: Sep 2003
Casino cash: $10004900
Kinds of things we can do:

Add things to the page. Remove things from the page. Show/Hide things. Float things on top of the page. Pretty much any modification you wish they would have made on the server we can do as long as it doesn't require storing extra data that other people will need to see.
Posts: 28,527
Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.
    Reply With Quote
Old 10-09-2007, 02:31 PM   #3
Saulbadguy Saulbadguy is offline
When a nightmare becomes real
 
Saulbadguy's Avatar
 

Join Date: Nov 2003
Casino cash: $736966
Block keywords in the topic title?

Er, Block topics with the keyword in them.
__________________
http://www.goemaw.com
Posts: 47,020
Saulbadguy threw an interception on a screen pass.Saulbadguy threw an interception on a screen pass.Saulbadguy threw an interception on a screen pass.Saulbadguy threw an interception on a screen pass.Saulbadguy threw an interception on a screen pass.Saulbadguy threw an interception on a screen pass.Saulbadguy threw an interception on a screen pass.Saulbadguy threw an interception on a screen pass.Saulbadguy threw an interception on a screen pass.Saulbadguy threw an interception on a screen pass.Saulbadguy threw an interception on a screen pass.
    Reply With Quote
Old 10-09-2007, 02:45 PM   #4
Simplex3 Simplex3 is offline
MVP
 
Simplex3's Avatar
 

Join Date: Sep 2003
Casino cash: $10004900
Quote:
Originally Posted by Saulbadguy
Block keywords in the topic title?

Er, Block topics with the keyword in them.
So enter a keyword list just like the user name list, check for matches against:

1. Thread titles on forum index pages
2. Post bodies when viewing a thread

and block accordingly?

To do a "look ahead" and check an entire thread for a keyword would be a pretty expensive operation, but it's doable.
Posts: 28,527
Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.
    Reply With Quote
Old 10-09-2007, 02:49 PM   #5
Saulbadguy Saulbadguy is offline
When a nightmare becomes real
 
Saulbadguy's Avatar
 

Join Date: Nov 2003
Casino cash: $736966
Quote:
Originally Posted by Simplex3
So enter a keyword list just like the user name list, check for matches against:

1. Thread titles on forum index pages
2. Post bodies when viewing a thread

and block accordingly?

To do a "look ahead" and check an entire thread for a keyword would be a pretty expensive operation, but it's doable.
More so the thread title, not the body of the thread.

If someone starts a thread about a user, or a topic you find objectionable, you would see a clickable link that said "topic blocked by CPiggy"
__________________
http://www.goemaw.com
Posts: 47,020
Saulbadguy threw an interception on a screen pass.Saulbadguy threw an interception on a screen pass.Saulbadguy threw an interception on a screen pass.Saulbadguy threw an interception on a screen pass.Saulbadguy threw an interception on a screen pass.Saulbadguy threw an interception on a screen pass.Saulbadguy threw an interception on a screen pass.Saulbadguy threw an interception on a screen pass.Saulbadguy threw an interception on a screen pass.Saulbadguy threw an interception on a screen pass.Saulbadguy threw an interception on a screen pass.
    Reply With Quote
Old 10-09-2007, 02:52 PM   #6
Simplex3 Simplex3 is offline
MVP
 
Simplex3's Avatar
 

Join Date: Sep 2003
Casino cash: $10004900
Quote:
Originally Posted by Saulbadguy
More so the thread title, not the body of the thread.

If someone starts a thread about a user, or a topic you find objectionable, you would see a clickable link that said "topic blocked by CPiggy"
Cool.
Posts: 28,527
Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.
    Reply With Quote
Old 10-09-2007, 02:58 PM   #7
Saulbadguy Saulbadguy is offline
When a nightmare becomes real
 
Saulbadguy's Avatar
 

Join Date: Nov 2003
Casino cash: $736966
Right now, usernames are case sensitive.

Could that be changed so they are not?
__________________
http://www.goemaw.com
Posts: 47,020
Saulbadguy threw an interception on a screen pass.Saulbadguy threw an interception on a screen pass.Saulbadguy threw an interception on a screen pass.Saulbadguy threw an interception on a screen pass.Saulbadguy threw an interception on a screen pass.Saulbadguy threw an interception on a screen pass.Saulbadguy threw an interception on a screen pass.Saulbadguy threw an interception on a screen pass.Saulbadguy threw an interception on a screen pass.Saulbadguy threw an interception on a screen pass.Saulbadguy threw an interception on a screen pass.
    Reply With Quote
Old 10-09-2007, 02:58 PM   #8
Simplex3 Simplex3 is offline
MVP
 
Simplex3's Avatar
 

Join Date: Sep 2003
Casino cash: $10004900
Quote:
Originally Posted by Saulbadguy
Right now, usernames are case sensitive.

Could that be changed so they are not?
Yeah, that's a fairly simple fix.
Posts: 28,527
Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.
    Reply With Quote
Old 10-09-2007, 04:14 PM   #9
Simplex3 Simplex3 is offline
MVP
 
Simplex3's Avatar
 

Join Date: Sep 2003
Casino cash: $10004900
If there's some enterprising javascript developer out there looking to dip their toes I'd like to offer up two relatively simple tasks:

1. Where possible, change "getElementByTagName()" calls to XML Node calls such as "getChilden()".

2. In functions when the same node is accessed more than once store it's value into a variable and replace those calls with the variable.
Posts: 28,527
Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.
    Reply With Quote
Old 10-09-2007, 07:14 PM   #10
Simplex3 Simplex3 is offline
MVP
 
Simplex3's Avatar
 

Join Date: Sep 2003
Casino cash: $10004900
BUG:

Right now the script uses spaces to separate names which won't work since spaces are legal characters in user names.
Posts: 28,527
Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.
    Reply With Quote
Old 10-09-2007, 07:15 PM   #11
Simplex3 Simplex3 is offline
MVP
 
Simplex3's Avatar
 

Join Date: Sep 2003
Casino cash: $10004900
NEEDS TESTING:

It appears that if a thread in the DC forum index has an icon associated in the left side the user name isn't matching.
Posts: 28,527
Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.
    Reply With Quote
Old 10-09-2007, 07:19 PM   #12
pikesome pikesome is offline
PEW PEW
 
pikesome's Avatar
 

Join Date: May 2005
Casino cash: $10004900
Quote:
Originally Posted by Simplex3
So enter a keyword list just like the user name list, check for matches against:

1. Thread titles on forum index pages
2. Post bodies when viewing a thread

and block accordingly?

To do a "look ahead" and check an entire thread for a keyword would be a pretty expensive operation, but it's doable.
I'm not using your script even though I've been tempted to but, on this idea, how about scanning just the OP? Some people like to use obscure thread titles.
__________________
4. Performance enhancing drugs:

A) are my ticket to the Hall of Fame.
B) would be better if they tasted like fruit and were shaped like various Flintstones characters.
C) are not for me, because I find that cocaine aids my performance much more effectively.
D) apparently worked for Rodney Harrison.
Posts: 5,191
pikesome is the dumbass Milkman is always talking aboutpikesome is the dumbass Milkman is always talking aboutpikesome is the dumbass Milkman is always talking aboutpikesome is the dumbass Milkman is always talking aboutpikesome is the dumbass Milkman is always talking aboutpikesome is the dumbass Milkman is always talking aboutpikesome is the dumbass Milkman is always talking aboutpikesome is the dumbass Milkman is always talking about
    Reply With Quote
Old 10-10-2007, 05:40 PM   #13
Simplex3 Simplex3 is offline
MVP
 
Simplex3's Avatar
 

Join Date: Sep 2003
Casino cash: $10004900
Quote:
Originally Posted by pikesome
I'm not using your script even though I've been tempted to but, on this idea, how about scanning just the OP? Some people like to use obscure thread titles.
Excellent idea. Thanks.
Posts: 28,527
Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.
    Reply With Quote
Old 10-10-2007, 05:44 PM   #14
teedubya teedubya is offline
Most Valuable Poster
 
teedubya's Avatar
 

Join Date: Oct 2003
Casino cash: $9003042
How about allowing the Replacement text [img ]http://www.mediathinklab.com/images/alba.jpg[/img] to actually pop up the image instead of the text.

Thats all I want man. Then its complete.
Posts: 36,826
teedubya is obviously part of the inner Circle.teedubya is obviously part of the inner Circle.teedubya is obviously part of the inner Circle.teedubya is obviously part of the inner Circle.teedubya is obviously part of the inner Circle.teedubya is obviously part of the inner Circle.teedubya is obviously part of the inner Circle.teedubya is obviously part of the inner Circle.teedubya is obviously part of the inner Circle.teedubya is obviously part of the inner Circle.teedubya is obviously part of the inner Circle.
    Reply With Quote
Old 10-11-2007, 11:21 AM   #15
Otter Otter is offline
Live free or die hard
 
Otter's Avatar
 

Join Date: Sep 2000
Location: Durango, CO
Casino cash: $-691618
How about a key combination such as SHIFT+CTRL+BREAK that will spawn a methed up garden gnome that stabs the people on your iggy list in the face and feeds their pets antifreeze.
__________________
Quote:
Originally Posted by Otter View Post
If the Chiefs manage to grab Mahomes I officially claim him as my "adopt a Chief".
Posts: 28,246
Otter is obviously part of the inner Circle.Otter is obviously part of the inner Circle.Otter is obviously part of the inner Circle.Otter is obviously part of the inner Circle.Otter is obviously part of the inner Circle.Otter is obviously part of the inner Circle.Otter is obviously part of the inner Circle.Otter is obviously part of the inner Circle.Otter is obviously part of the inner Circle.Otter is obviously part of the inner Circle.Otter is obviously part of the inner Circle.
    Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump




All times are GMT -6. The time now is 02:26 PM.


This is a test for a client's site.
Fort Worth Texas Process Servers
Covering Arlington, Fort Worth, Grand Prairie and surrounding communities.
Tarrant County, Texas and Johnson County, Texas.
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.