Conquer Club

Greasemonky Script - Saved Searchs

Archival storage to keep things organized and uncluttered. Can't find what you need? Search for old topics here.

Moderator: Tech Team

Forum rules
Please read the Community Guidelines before posting.

Postby yeti_c on Thu Jan 17, 2008 6:57 am

RailFrog - in the error consolse - click the "errors" heading...

The lightbox.css one is a warning...

C.
Image
Highest score : 2297
User avatar
Lieutenant yeti_c
 
Posts: 9624
Joined: Thu Jan 04, 2007 9:02 am

Postby railfrog on Thu Jan 17, 2008 8:18 am

There is nothing in the "errors" tab

Btw...does it matter what version of Windows that is used as i am using ME.
User avatar
Major railfrog
 
Posts: 64
Joined: Wed Jan 09, 2008 9:17 am

Postby Fag_Ash on Fri Jan 18, 2008 9:10 pm

Herakilla wrote:
PsyDev wrote:The script actually wasn't working for me.

I tried to find out what was wrong by going to greasemonkey options in Firefox. I looked at the page that it applied to and it said:
http://www.conquerclub.com/playerspace.php?page=find*

It should have been:
http://www.conquerclub.com/player.php?mode=find

Works now.


isnt an asterick a wildcard which means it shouldve worked anyway?



The fix at the top of this post worked for me after i installed it and had no buttons or anything...

its not just the asterix thats changed....playerspace has become player...
Private Fag_Ash
 
Posts: 80
Joined: Sat May 05, 2007 10:07 pm
Location: Nr. Portsmouth

Postby railfrog on Fri Jan 18, 2008 9:39 pm

Thank you fag_ash....changed it to what you said and it works perfectly.... :D
User avatar
Major railfrog
 
Posts: 64
Joined: Wed Jan 09, 2008 9:17 am

Trouble with saved searches

Postby remydog on Tue Jan 22, 2008 11:28 am

I have this script loaded on four different machines, but it only works on two of them. Trying to understand what could be wrong.
User avatar
Sergeant 1st Class remydog
 
Posts: 147
Joined: Wed Oct 17, 2007 7:31 pm

Postby Shino Tenshi on Tue Mar 18, 2008 6:51 am

Any chance we can get an update to this script to work on the 'Start a Game' page as well? That or a new script?

I think that would be much more useful, as there's a lot more buttons to click when starting my favourite speed game maps.

The script is still very useful as is though, thanks for a great script :)
User avatar
Captain Shino Tenshi
 
Posts: 166
Joined: Sat Sep 01, 2007 1:35 pm
Location: nostalgically reading the chat in game#14480932

Postby yowzer14 on Tue Mar 18, 2008 9:37 am

Shino Tenshi wrote:Any chance we can get an update to this script to work on the 'Start a Game' page as well? That or a new script?

I think that would be much more useful, as there's a lot more buttons to click when starting my favourite speed game maps.

The script is still very useful as is though, thanks for a great script :)


The script exists but Lack's concern it would create a flood of games, the script was dropped.

I've created one for myself, but Lack asked me not to share.
Private 1st Class yowzer14
 
Posts: 196
Joined: Sun Dec 24, 2006 10:20 pm
Location: Windsor, Ontario, Canada

Postby yeti_c on Tue Mar 18, 2008 1:13 pm

Stocksr also created this same script - and it was blocked.

C.
Image
Highest score : 2297
User avatar
Lieutenant yeti_c
 
Posts: 9624
Joined: Thu Jan 04, 2007 9:02 am

Postby Timminz on Tue Mar 18, 2008 1:25 pm

this script isn't working for me. Nothing is different on the Game Finder page. Any ideas.
User avatar
Captain Timminz
 
Posts: 5579
Joined: Tue Feb 27, 2007 1:05 pm
Location: At the store

Postby Shino Tenshi on Wed Mar 19, 2008 12:42 am

Timmins, you need to go to greasemonkey, manage user scripts, and change the run-on site to read 'player' instead of 'playerspace'.

It'll run fine after that.
User avatar
Captain Shino Tenshi
 
Posts: 166
Joined: Sat Sep 01, 2007 1:35 pm
Location: nostalgically reading the chat in game#14480932

Postby Timminz on Wed Mar 19, 2008 10:35 am

Shino Tenshi wrote:Timmins, you need to go to greasemonkey, manage user scripts, and change the run-on site to read 'player' instead of 'playerspace'.

It'll run fine after that.
thanks. Works now.
User avatar
Captain Timminz
 
Posts: 5579
Joined: Tue Feb 27, 2007 1:05 pm
Location: At the store

Re: New Greasemonky Script - Saved Searchs

Postby Timminz on Thu Apr 10, 2008 7:22 pm

This doesn't seem to work since the upgrade to php3.0.1
User avatar
Captain Timminz
 
Posts: 5579
Joined: Tue Feb 27, 2007 1:05 pm
Location: At the store

Re: New Greasemonky Script - Saved Searchs

Postby saywhat on Thu Apr 10, 2008 8:49 pm

Timminz wrote:This doesn't seem to work since the upgrade to php3.0.1


mine stopped working as well, not to mention losing all my saved searches.. :evil:
User avatar
Captain saywhat
 
Posts: 49
Joined: Sun Jan 21, 2007 4:21 pm
Location: TEXAS

Re: New Greasemonky Script - Saved Searchs

Postby Timminz on Fri Apr 11, 2008 12:19 am

Timminz wrote:This doesn't seem to work since the upgrade to php3.0.1

apparently it's not the 3.0.01 upgrade, but whatever it was that sent CC down for half an hour earlier this evening
User avatar
Captain Timminz
 
Posts: 5579
Joined: Tue Feb 27, 2007 1:05 pm
Location: At the store

Re: New Greasemonky Script - Saved Searchs

Postby yeti_c on Fri Apr 11, 2008 12:24 am

The problem is that the included page says something like

Code: Select all
http://www.conquerclub.com/player.php?page=find


It needs to be changed to...

http://www.conquerclub.com/player.php?mode=find

C.
Last edited by yeti_c on Fri Apr 11, 2008 10:50 am, edited 2 times in total.
Image
Highest score : 2297
User avatar
Lieutenant yeti_c
 
Posts: 9624
Joined: Thu Jan 04, 2007 9:02 am

Re: New Greasemonky Script - Saved Searchs

Postby saywhat on Fri Apr 11, 2008 10:48 am

yeti_c wrote:The problem is that the included page says something like

http://www.conquerclub.com/player.php?mode=find

It needs to be changed to...

http://www.conquerclub.com/player.php?mode=find

C.


I dont see any difference between those 2 lines.. :?
User avatar
Captain saywhat
 
Posts: 49
Joined: Sun Jan 21, 2007 4:21 pm
Location: TEXAS

Re: New Greasemonky Script - Saved Searchs

Postby yeti_c on Fri Apr 11, 2008 10:51 am

saywhat wrote:
yeti_c wrote:The problem is that the included page says something like

http://www.conquerclub.com/player.php?mode=find

It needs to be changed to...

http://www.conquerclub.com/player.php?mode=find

C.


I dont see any difference between those 2 lines.. :?


Edited - bizarrely - the forum software changed the URL for me to mode - instead of leaving it as page... I assumed I'd forgotten to change it - so edited it - and it went back again...

Have now forced it inside a code block!!

C.
Image
Highest score : 2297
User avatar
Lieutenant yeti_c
 
Posts: 9624
Joined: Thu Jan 04, 2007 9:02 am

Re: New Greasemonky Script - Saved Searchs

Postby saywhat on Fri Apr 11, 2008 10:52 am

cool... I just copied and pasted the entire line and it not only worked, but all of my previously saved searches have returned... =D>
User avatar
Captain saywhat
 
Posts: 49
Joined: Sun Jan 21, 2007 4:21 pm
Location: TEXAS

Re: New Greasemonky Script - Saved Searchs

Postby yeti_c on Fri Apr 11, 2008 10:57 am

saywhat wrote:cool... I just copied and pasted the entire line and it not only worked, but all of my previously saved searches have returned... =D>


It's because the script wouldn't've ran - because you were no longer going to the page that it wanted to run on!!!

C.
Image
Highest score : 2297
User avatar
Lieutenant yeti_c
 
Posts: 9624
Joined: Thu Jan 04, 2007 9:02 am

Re: New Greasemonky Script - Saved Searchs

Postby Timminz on Fri Apr 11, 2008 11:18 am

Yay! Thanks Yeti!
User avatar
Captain Timminz
 
Posts: 5579
Joined: Tue Feb 27, 2007 1:05 pm
Location: At the store

Re: New Greasemonky Script - Saved Searchs

Postby t-o-m on Thu May 15, 2008 3:32 pm

cool stuff :D
User avatar
Major t-o-m
 
Posts: 2917
Joined: Sat Mar 22, 2008 2:22 pm

Bug?

Postby gdeangel on Mon Jun 02, 2008 1:49 pm

I just noticed that the script does not seem to load the "tournament" form setting when you call up one of the save searches. Is this a known bug... I don't know Greasemonkey script, but I can tell the problem is that the tourney thread is not being stored b/c it's a <select> tag and not an <input> tag, so there is a little more needed here than I can figure out.
My ever constant two last games seem to have no end in sight!
User avatar
Sergeant gdeangel
 
Posts: 779
Joined: Mon Jan 14, 2008 11:48 pm
Location: In the Basement

Re: New Greasemonky Script - Saved Searchs

Postby t-o-m on Fri Jun 06, 2008 5:30 pm

:-k
the guy last visited Mon May 26, 2008 9:18 pm, so whats that? 2weeks?
no active games..
non awaiting players..

no attached email, hopefully he will be back soon????
maybe someone should drop him a PM because i dont think he would come back to the thread if he comes to the site next time???
User avatar
Major t-o-m
 
Posts: 2917
Joined: Sat Mar 22, 2008 2:22 pm

Re: New Greasemonky Script - Saved Searchs

Postby rocky mountain on Sat Jun 14, 2008 5:35 pm

i installed it, but there's no option in game finder. under greasemonkey, it says enabled, but when i right click on the monkey, you know how it has the scripts with a checkmark beside them, it wasn't there. its still enabled though under "manage user scripts." are you only able to use 2 scripts at a time?
Image
best: place 2349; points 1617; GP 216; GW 102(47%); Lieutenant
User avatar
Sergeant 1st Class rocky mountain
 
Posts: 415
Joined: Thu Jul 12, 2007 7:08 pm

Re: New Greasemonky Script - Saved Searchs

Postby t-o-m on Sat Jun 14, 2008 8:26 pm

rocky mountain wrote:i installed it, but there's no option in game finder. under greasemonkey, it says enabled, but when i right click on the monkey, you know how it has the scripts with a checkmark beside them, it wasn't there. its still enabled though under "manage user scripts." are you only able to use 2 scripts at a time?

no it works fine for me.

go on tools > GM > manage user scripts... > CC saved searches, and see if this is what the URL is saevd as:
http://www.conquerclub.com/player.php?mode=find
if not add that or edit the current one to be that.
User avatar
Major t-o-m
 
Posts: 2917
Joined: Sat Mar 22, 2008 2:22 pm

PreviousNext

Return to Tool Archives

Who is online

Users browsing this forum: No registered users