Conquer Club

BOB comments (old thread)

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.

Re: BOB 5.1.5

Postby iamkoolerthanu on Sat Sep 24, 2011 1:20 pm

BYUwonder11 wrote:Found another way for you all to get this thing to work if you click on the Edit User Script and nothing happens, just go to the next tab over called "Script Settings", click on the url looking thing in the top box and then click "Add as user exclude"

I couldn't get anything to appear, and when I did that the time thing fixed itself. Hope this helps.

This got me to completely disable all of BoB :D

Leehar wrote:
ender516 wrote:Your other alternative is to find the BOB script on your computer. You could use Windows Search or something like it to find the file "conquer_club_-_bob.user.js", which might appear somewhere like

C:\Documents and Settings\<your Windows login name>\Application Data\Mozilla\Firefox\Profiles\<magic>.default\gm_scripts\conquer_club_-_bob

Once you have found that file, right-click it, and select Edit from the popup menu.


This worked

I am trying to do this but failing at searching :D
User avatar
Corporal 1st Class iamkoolerthanu
 
Posts: 4119
Joined: Sun Dec 31, 2006 6:56 pm
Location: looking at my highest score: 2715, #170

Re: BOB 5.1.5

Postby iamkoolerthanu on Sat Sep 24, 2011 1:27 pm

Ha fixed it :)

Went to manage user scripts, right clicked BoB, clicked show containing folder. Then clicked edit from there and then edited the 1 to a 2, now it works fine!

Thanks everyone!
User avatar
Corporal 1st Class iamkoolerthanu
 
Posts: 4119
Joined: Sun Dec 31, 2006 6:56 pm
Location: looking at my highest score: 2715, #170

Re: BOB 5.1.5

Postby Mageplunka69 on Sat Sep 24, 2011 2:25 pm

when i click edit, it does nothing

ok, that worked great, now all is working ....thanks buddy your a genius


function updateMyGamesClock(elements) {
$(elements).each(function (){
var currentHTML = this.innerHTML,
time = currentHTML.split('<br>')[1].split(':'),.........................change this 1 to a 2
targetDate = new Date(),
secondsLeft = parseInt(time[2],10) + parseInt(time[1],10) * 60 + parseInt(time[0],10) * 60 * 60,
additionalClock = $(this).find('.additionalClock');
targetDate.setTime(targetDate.getTime() + (secondsLeft * 1000));
if (!additionalClock.exists()) {
additionalClock = $('<span class="additionalClock"></span>');
$(this).append('<br />').append(additionalClock);
}
additionalClock.html(getAdditionalClockInfo(targetDate));
User avatar
Sergeant 1st Class Mageplunka69
 
Posts: 1140
Joined: Mon Jan 07, 2008 6:35 pm
Location: Intercourse Pennsylvania
42

NaN:NaN am but for clock countdown

Postby Swimmerdude99 on Mon Sep 26, 2011 10:37 pm

Operating System: Mac OSX Lion
Browser: Firefox... whatever is the newest one
Scripts/third party programs used: Bob, Map rank, Chatglove, WTG

Next to all of my games it shows NaN:NaN am for the time left till the game needs to be played... I thought I read somewhere about someone having a smimilar problem, when will this be fixed?
Image
Offsite to 12/31/2023. Reach out to TheSpaceCowboy to reach me
User avatar
Major Swimmerdude99
 
Posts: 2371
Joined: Mon Aug 09, 2010 6:07 pm
Location: North Carolina
2435

Re: NaN:NaN am but for clock countdown

Postby TheForgivenOne on Mon Sep 26, 2011 11:06 pm

swimmerdude99 wrote:Operating System: Mac OSX Lion
Browser: Firefox... whatever is the newest one
Scripts/third party programs used: Bob, Map rank, Chatglove, WTG

Next to all of my games it shows NaN:NaN am for the time left till the game needs to be played... I thought I read somewhere about someone having a smimilar problem, when will this be fixed?


When Sherkaner (I thnk) returns from his vacation.
Image
Game 1675072
2018-08-09 16:02:06 - Mageplunka69: its jamaica map and TFO that keep me on this site
User avatar
Major TheForgivenOne
 
Posts: 5994
Joined: Fri May 15, 2009 8:27 pm
Location: Lost somewhere in the snow. HELP ME

Re: NaN:NaN am but for clock countdown

Postby blakebowling on Mon Sep 26, 2011 11:17 pm

This is a BOB issue, and not a site issue.

Also ender posted a fix in the thread that I'm merging this one with.
Private blakebowling
 
Posts: 5096
Joined: Wed Jan 23, 2008 12:09 pm
Location: 127.0.0.1

Re: Tomorrow @ NaN:NaN am

Postby zimmah on Tue Sep 27, 2011 4:13 am

jefjef wrote:Operating System: Dell with Intel inside :)
Browser: Fire Fox
Scripts/third party programs used: BOB

Concise description: My active game turn expiration clock for all games show: Tomorrow @ NaN:NaN am

I have no clue as to what time NaN:NaN is. Is it French? :?


Not A Number : Not A Number.

it's a common abbreviation when you have a formula that is expecting numbers, but not getting numbers, so it can't calculate what it's supposed to. for example if you ask your computer to divide a grape by a pear it will say grapes and pears are not numbers.
Click image to enlarge.
image
User avatar
Major zimmah
 
Posts: 1652
Joined: Fri Jun 01, 2007 12:43 pm
Location: VDLL

Re: Tomorrow @ NaN:NaN am

Postby Calidrmr on Tue Sep 27, 2011 9:02 pm

merging to the BOB thread :D

& thanks Ender! i managed to edit the code without losing BOB! Amazing! & thanks rbelgrod for posting the code itself...would never have found it otherwise! :D
Image
<Juan_Bottom>You're like the Barry Bonds of drinking. You don't need the practice you just do it because you like it.
User avatar
Sergeant 1st Class Calidrmr
 
Posts: 641
Joined: Wed Sep 12, 2007 5:00 pm
Location: the corner bar...

Re: BOB 5.1.5

Postby ckyrias on Wed Sep 28, 2011 6:44 am

ender516 wrote:
kuma32478 wrote:Where do you go to edit the script?


Well, I don't want to sound too high and mighty, but if you don't know that, I wonder if you should be messing with it. However, if you are really game, then you need to:
  1. Find and select the Manage User Scripts... menu item (under Tools|Greasemonkey, or in the drop down menu from the Greasemonkey icon in your address bar (well, it's in mine, anyway)
    • The Add-ons dialog box will appear.
  2. Select "Conquer Club - BOB" and press the "Options button"
    • The Greasemonkey User Script Preferences dialog box will appear.
  3. Click the "Edit this User Script" button (big wide one at the bottom)
    • An editor should appear. This will vary with your personal preferences.
  4. Find "function updateMyGamesClock(elements)", go down to the line I pointed out, change that "1" to a "2", save the file and exit the editor.
  5. Click OK on the Greasemonkey User Script Preferences dialog box.
  6. Close the Add-ons dialog box.
  7. Refresh or reload your My Games page.


and timer is back on!!! works like a charm!! thanks ender!! i douldn't stand any more Nans!! :lol:
Image

Image
User avatar
Sergeant ckyrias
 
Posts: 1177
Joined: Mon Sep 06, 2010 3:27 pm

Round Time Remaining = NaN:NaN am

Postby Squirly on Wed Sep 28, 2011 8:27 am

Operating System: windows
Browser: FF
Scripts/third party programs used: Grease Monkey Stuff ?

on my active games page, in the column titled "Round Limit / Round Time Remaining" this is what I see. It's been like this for a few days I guess.

None
Round 3
02:13:32
Tomorrow @ NaN:NaN am
User avatar
General Squirly
 
Posts: 345
Joined: Fri Feb 09, 2007 2:51 pm
Location: over here

Re: Round Time Remaining = NaN:NaN am

Postby king achilles on Wed Sep 28, 2011 8:46 am

This has something to do with BOB. Check this thread for the fix as the tech team are already aware of this:

viewtopic.php?f=57&t=154386&view=unread#unread

or

viewtopic.php?f=527&t=91386&start=1140
Image
Please don't have more than 1 account. If you have any CC concerns, you can contact us here.
User avatar
Corporal 1st Class king achilles
Support Admin
Support Admin
 
Posts: 13133
Joined: Wed Jun 13, 2007 10:55 pm

Re: Round Time Remaining = NaN:NaN am

Postby Dako on Wed Sep 28, 2011 8:55 am

Thanks KA.
Image
User avatar
Colonel Dako
 
Posts: 3987
Joined: Sun Aug 26, 2007 9:07 am
Location: St. Petersburg, Russia

Re: Round Time Remaining = NaN:NaN am

Postby blakebowling on Wed Sep 28, 2011 10:26 am

Merged in with everything else.
Private blakebowling
 
Posts: 5096
Joined: Wed Jan 23, 2008 12:09 pm
Location: 127.0.0.1

Re: Round Time Remaining = NaN:NaN am

Postby Squirly on Thu Sep 29, 2011 7:29 am

king achilles wrote:This has something to do with BOB. Check this thread for the fix as the tech team are already aware of this:

viewtopic.php?f=57&t=154386&view=unread#unread

or

viewtopic.php?f=527&t=91386&start=1140

KA, thank you very much for directing me to where I could get help.
I followed the link you provided and now my problem is solved.

blakebowling wrote:Merged in with everything else.

why the hell did you move my question with out telling me?
Today I went to the Bug Reports forum which is where I posted my question to see if someone was kind enough to answer. When I got there my thread was gone. So I figured it was answered and moved to the "closed" section. Not there either. So I did a advance search of the bug forum to see where the hell it went. Search turned up nothing.
I then figured that maybe I never posted my question in the 1st place. Maybe i filled out the form but forgot to submit it.
I was about to post the question again but then figured maybe I just posted in the wrong forum so I did another advanced search of all forums. This time I got a hit. You had taken it upon yourself to move my question to somewhere else without the courtesy of notifying me.
I came to the forum for help, someone answered me and you quickly hid the answer from me.
Thanks for making things a lot more difficult then they needed to be!!
Awful thoughtful of you.
User avatar
General Squirly
 
Posts: 345
Joined: Fri Feb 09, 2007 2:51 pm
Location: over here

Re: Round Time Remaining = NaN:NaN am

Postby blakebowling on Thu Sep 29, 2011 9:05 am

Squirly wrote:
king achilles wrote:This has something to do with BOB. Check this thread for the fix as the tech team are already aware of this:

viewtopic.php?f=57&t=154386&view=unread#unread

or

viewtopic.php?f=527&t=91386&start=1140

KA, thank you very much for directing me to where I could get help.
I followed the link you provided and now my problem is solved.

blakebowling wrote:Merged in with everything else.

why the hell did you move my question with out telling me?
Today I went to the Bug Reports forum which is where I posted my question to see if someone was kind enough to answer. When I got there my thread was gone. So I figured it was answered and moved to the "closed" section. Not there either. So I did a advance search of the bug forum to see where the hell it went. Search turned up nothing.
I then figured that maybe I never posted my question in the 1st place. Maybe i filled out the form but forgot to submit it.
I was about to post the question again but then figured maybe I just posted in the wrong forum so I did another advanced search of all forums. This time I got a hit. You had taken it upon yourself to move my question to somewhere else without the courtesy of notifying me.
I came to the forum for help, someone answered me and you quickly hid the answer from me.
Thanks for making things a lot more difficult then they needed to be!!
Awful thoughtful of you.

I left a link from the Bug Reports forum, I'm not sure why you couldn't find it.
Private blakebowling
 
Posts: 5096
Joined: Wed Jan 23, 2008 12:09 pm
Location: 127.0.0.1

Re: Round Time Remaining = NaN:NaN am

Postby Squirly on Thu Sep 29, 2011 4:26 pm

blakebowling wrote:I left a link from the Bug Reports forum, I'm not sure why you couldn't find it.

what? you moved my whole thread. Where did you leave it?
User avatar
General Squirly
 
Posts: 345
Joined: Fri Feb 09, 2007 2:51 pm
Location: over here

Re: BOB 5.1.5

Postby dhallmeyer on Sat Oct 01, 2011 8:35 am

iamkoolerthanu wrote:Ha fixed it :)

Went to manage user scripts, right clicked BoB, clicked show containing folder. Then clicked edit from there and then edited the 1 to a 2, now it works fine!

Thanks everyone!



This worked for me! Thanks!
Image
User avatar
Major dhallmeyer
Senior SoC Training Instructor
Senior SoC Training Instructor
 
Posts: 7497
Joined: Thu Sep 04, 2008 2:47 pm
Location: the un-nutty part of CA

Re: BOB 5.1.5

Postby sherkaner on Mon Oct 03, 2011 1:02 pm

I made a new version for the date-bug and the hide menu-bug.
Colonel sherkaner
 
Posts: 1595
Joined: Thu May 03, 2007 3:21 am
Location: Zwolle

Re: BOB 5.1.6

Postby DiM on Mon Oct 03, 2011 1:15 pm

the menu hides ok and pops back just fine. only problem i have is the trigger distance. could that be reduced in half? or even make it so that the menu only pops when i touch the edge of the screen.
“In the beginning God said, the four-dimensional divergence of an antisymmetric, second rank tensor equals zero, and there was light, and it was good. And on the seventh day he rested.”- Michio Kaku
User avatar
Major DiM
 
Posts: 10415
Joined: Wed Feb 14, 2007 6:20 pm
Location: making maps for scooby snacks

Re: BOB 5.1.6

Postby Dako on Mon Oct 03, 2011 1:52 pm

DiM wrote:the menu hides ok and pops back just fine. only problem i have is the trigger distance. could that be reduced in half? or even make it so that the menu only pops when i touch the edge of the screen.

I would not like it to be on the edge. Maybe as an option, but not by default.
Image
User avatar
Colonel Dako
 
Posts: 3987
Joined: Sun Aug 26, 2007 9:07 am
Location: St. Petersburg, Russia

Re: BOB 5.1.6

Postby Leehar on Mon Oct 03, 2011 1:56 pm

nice, thanks for the update
show
User avatar
Colonel Leehar
 
Posts: 5484
Joined: Fri Mar 06, 2009 12:12 pm
Location: Johannesburg

Re: BOB 5.1.5

Postby AyeTrain on Tue Oct 04, 2011 6:48 am

sherkaner wrote:I made a new version for the date-bug and the hide menu-bug.


Awesome, that fixed the hide problem I was having! Thanks!
Lieutenant AyeTrain
 
Posts: 49
Joined: Mon Sep 20, 2010 8:47 am

Re: BOB 5.1.6

Postby DiM on Tue Oct 04, 2011 9:03 am

Dako wrote:
DiM wrote:the menu hides ok and pops back just fine. only problem i have is the trigger distance. could that be reduced in half? or even make it so that the menu only pops when i touch the edge of the screen.

I would not like it to be on the edge. Maybe as an option, but not by default.


ok maybe not on the edge but at least make the trigger for the site the same as the trigger for the game.

in the game the menu pops up when i get to ~10mm from the edge on the site it pops up at 4 times that distance.
i can't even click on some links because whenever i get close to them the bob menu pops up.
for example try to click on the map foundry or callouts or any of the forums that have a shorter name. i can't do it because the bob menu pops-up.
“In the beginning God said, the four-dimensional divergence of an antisymmetric, second rank tensor equals zero, and there was light, and it was good. And on the seventh day he rested.”- Michio Kaku
User avatar
Major DiM
 
Posts: 10415
Joined: Wed Feb 14, 2007 6:20 pm
Location: making maps for scooby snacks

Re: BOB 5.1.6

Postby sherkaner on Tue Oct 04, 2011 9:15 am

DiM wrote:ok maybe not on the edge but at least make the trigger for the site the same as the trigger for the game.

in the game the menu pops up when i get to ~10mm from the edge on the site it pops up at 4 times that distance.
i can't even click on some links because whenever i get close to them the bob menu pops up.
for example try to click on the map foundry or callouts or any of the forums that have a shorter name. i can't do it because the bob menu pops-up.


Hmm, I had it a bit too large when you made the first remark, and adjusted it afterwards. It's not perfect (try to close/open near the bottom of the page), but in most cases it works. Could you reinstall?
Colonel sherkaner
 
Posts: 1595
Joined: Thu May 03, 2007 3:21 am
Location: Zwolle

Re: BOB 5.1.6

Postby DiM on Tue Oct 04, 2011 9:19 am

sherkaner wrote:
DiM wrote:ok maybe not on the edge but at least make the trigger for the site the same as the trigger for the game.

in the game the menu pops up when i get to ~10mm from the edge on the site it pops up at 4 times that distance.
i can't even click on some links because whenever i get close to them the bob menu pops up.
for example try to click on the map foundry or callouts or any of the forums that have a shorter name. i can't do it because the bob menu pops-up.


Hmm, I had it a bit too large when you made the first remark, and adjusted it afterwards. It's not perfect (try to close/open near the bottom of the page), but in most cases it works. Could you reinstall?



i reinstalled and it works perfectly. :mrgreen:
“In the beginning God said, the four-dimensional divergence of an antisymmetric, second rank tensor equals zero, and there was light, and it was good. And on the seventh day he rested.”- Michio Kaku
User avatar
Major DiM
 
Posts: 10415
Joined: Wed Feb 14, 2007 6:20 pm
Location: making maps for scooby snacks

PreviousNext

Return to Tool Archives

Who is online

Users browsing this forum: No registered users