| View previous topic :: View next topic |
| Author |
Message |
JOSH2OTTER
Joined: 10 Jul 2008 Posts: 14 Location: philadelphia
|
Posted: Fri Aug 15, 2008 12:05 pm Post subject: |
|
|
anyone updating this or is there another that actually works?
|
|
| Back to top |
|
 |
ddcunderground Developer

Joined: 25 Jun 2008 Posts: 205
|
Posted: Fri Aug 15, 2008 7:35 pm Post subject: |
|
|
| I use it every day what is it not doing? |
|
| Back to top |
|
 |
mw54finest Site Admin

Joined: 22 Jun 2008 Posts: 160
|
Posted: Mon Aug 18, 2008 8:32 pm Post subject: |
|
|
It works fine for me too.  _________________ Eat, Sleep, Live GLB! |
|
| Back to top |
|
 |
SyedAshrafulla
Joined: 23 Jun 2008 Posts: 12 Location: Palms, CA
|
Posted: Thu Aug 21, 2008 2:19 pm Post subject: |
|
|
| where do you pull the attribute value from? i would suggest pulling it from the skill points assignment page instead of the specific player's home page, because the un-equipped value is what's important for training analysis right? |
|
| Back to top |
|
 |
rlranger

Joined: 07 Jul 2008 Posts: 6
|
Posted: Thu Aug 28, 2008 12:34 am Post subject: |
|
|
mine doesnt work anymore? _________________ Fear is a great motivator.....so is coming in second |
|
| Back to top |
|
 |
mw54finest Site Admin

Joined: 22 Jun 2008 Posts: 160
|
Posted: Thu Aug 28, 2008 5:29 am Post subject: |
|
|
| rlranger wrote: | | mine doesnt work anymore? |
Mines still works. If you have a lot of scripts, (or more than 2) running on the home page, it make things run better to set a delay on some scripts.
Edit the script and find
Change the 0 to 3000. This will delay running the script for 3 seconds and should not interfere with other scipts. _________________ Eat, Sleep, Live GLB! |
|
| Back to top |
|
 |
cheech1223
Joined: 09 Jul 2008 Posts: 22
|
Posted: Tue Sep 16, 2008 6:45 pm Post subject: |
|
|
| Cash no longer showing up on homepage. It is because Bort changed around the player profile pages and the script is taking the information from the wrong cell ("skill points" instead of "Cash"). Any word how to fix this? |
|
| Back to top |
|
 |
cheech1223
Joined: 09 Jul 2008 Posts: 22
|
Posted: Tue Sep 16, 2008 7:05 pm Post subject: |
|
|
I took a random ass guess, and somehow fixed it! here's what to change. Open up the script and edit the following:
Three places to make the exact same changes. Look for the following:
onload: function(cash) {
var response1=cash.responseText
var cash=response1.split('<td class="stat_head">');
var cash1=cash[18].split('<td class="stat_value">');
var cash2=cash1[1].split('</td>');
- Now, change the 18 to a 20. Do that in the three places in the script. Cash is now displayed.
- As for what is training. Since we aren't really training each night i don't know how this will end up showing up. For now, I think it won't be necessary any longer. |
|
| Back to top |
|
 |
ddcunderground Developer

Joined: 25 Jun 2008 Posts: 205
|
Posted: Tue Sep 16, 2008 8:47 pm Post subject: |
|
|
awesome job fixing it sorry i didn't get back sooner. This script and others are now incorporated in the homepage rewrite script.
|
|
| Back to top |
|
 |
|