Author |
Topic  |
Roland
Advanced Member
    
Netherlands
9335 Posts |
Posted - 26 September 2002 : 15:25:43
|
quote: Originally posted by Jeepaholic
Yep. PD's been having issues today.
I'd posted my reply but forgot to check the last page  Sorry for the confusion guys. |
 |
|
Rasco
Advanced Member
    
Germany
3192 Posts |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
|
dayve
Forum Moderator
    
USA
5820 Posts |
Posted - 26 September 2002 : 16:40:43
|
Thanks Richard, I'll have to try that out later this evening.
Does anyone remember in this thread where I said it would be funny after going through all of the script editing and fine tuning that we'd probably see Project Dolphin go down or something  |
|
 |
|
Bookie
Average Member
  
USA
856 Posts |
Posted - 26 September 2002 : 16:47:08
|
Broken Machine team probably brought it down with all the requests to the server from the graphics. |
Participate in my nonsense |
 |
|
Kenno
Average Member
  
Cambodia
846 Posts |
Posted - 26 September 2002 : 16:52:06
|
The error is with the strTeamRank. Anyone knows how to fix it? |
If you don't want to be addicted to Linux, Never ever try using it. ~/home/kenno |
 |
|
dayve
Forum Moderator
    
USA
5820 Posts |
Posted - 26 September 2002 : 16:57:40
|
quote: Originally posted by Kenno
The error is with the strTeamRank. Anyone knows how to fix it?
just came to report that myself ;) |
|
Edited by - dayve on 26 September 2002 17:09:23 |
 |
|
dayve
Forum Moderator
    
USA
5820 Posts |
Posted - 26 September 2002 : 17:27:57
|
any time I try to read the team ranks file it displays this text:
statsd down.
http://project-dolphin.net/api/teamrank.php?TeamID=1839
don't know if this is temporary, but I guess we could check the value of this and if it is not a number or equates to zero, we can display nothing or "Unknown" |
|
Edited by - dayve on 26 September 2002 17:29:56 |
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 26 September 2002 : 17:58:04
|


You wouldn't happen to know what font is used on the php image would you?
I've looked in the code but it seems to be a PHP default font or something. |
 |
|
dayve
Forum Moderator
    
USA
5820 Posts |
Posted - 26 September 2002 : 18:56:55
|
I thought at first it was MS Serif or Courier but the tail in the y was different.
As I am typing this I am realizing it is the same font in a form textarea. |
|
 |
|
Jeepaholic
Average Member
  
USA
697 Posts |
Posted - 26 September 2002 : 22:08:31
|
quote: Originally posted by dayve
quote: Originally posted by Kenno
The error is with the strTeamRank. Anyone knows how to fix it?
just came to report that myself ;)
Not the ultimate solution I would choose, but this is a good quick fix:
HTTPGet.Open("GET", "http://project-dolphin.net/api/teamrank.php?TeamID=" & strTeamID, False)
HTTPGet.Send()
strTeamRank = HTTPGet.responseText
Try
strTeamRank = FormatNumber(strTeamRank, 0)
Catch
strTeamRank = "0"
End Try
I put code that does not display the Team Rank if it's = 0.
SIDE NOTE, RICHARD: This page is popping up an authorization box for what appears to be your site. <edit> It's actually the previous page...Page 10 of this thread. kinser.121hosts.net is the URL. </edit> |
Al Bsharah Aholics.com
Jeepaholics Anonymous Broncoholics Anonymous Network Insight
|
Edited by - Jeepaholic on 26 September 2002 22:15:35 |
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 26 September 2002 : 22:23:12
|
I moved them to another site. |
 |
|
dayve
Forum Moderator
    
USA
5820 Posts |
Posted - 26 September 2002 : 23:38:05
|
importing images just display really poor. there has to be a way to get a better output. |
|
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 26 September 2002 : 23:46:22
|
I've gotten some pretty good results:
php generated image:

images generated from .net script:

 |
 |
|
dayve
Forum Moderator
    
USA
5820 Posts |
Posted - 26 September 2002 : 23:50:42
|
LOL Richard, they look very nice IMO. Be even nicer if I knew how ya did it ;) |
|
 |
|
Topic  |
|