PDA

View Full Version : NEW Website Launched



omer
02-14-2005, 09:05 AM
Read announcements for other updates (windows client, statistics details, linux client)...

We hope you will like the new design :)

IronBits
02-14-2005, 09:56 AM
Looks nice.

We are not groupies, we are Teams :p ;)

Need the correct linkage to the stats, beyond being at the website, to extract All Teams.

This is where I was getting the data from
http://eon.cm.utexas.edu/groups/stats_main.php?topcount=99999999&viewgroups=true

Something like this maybe... I just want the Team Rank is all.
http://eon.cm.utexas.edu/stats.php?Teams&All

Keep up the good work! :cheers:

magnav0x
02-14-2005, 10:30 AM
Looking good :thumbs:

omer
02-14-2005, 11:02 AM
Will this work?

http://eon.cm.utexas.edu/statistics_raw.php

omer
02-14-2005, 11:16 AM
and Alok was the one who made you groupies :P hehe

I will ask him to change that :)

magnav0x
02-14-2005, 11:18 AM
Omer if you want to make raw data just for the purpose of 3rd party stats parsing, you are better off making it just tab or comman delimited. Much easier to parse that way.

Bok
02-14-2005, 11:23 AM
mag,

it is tab delimited :)

Bok

omer
02-14-2005, 11:25 AM
It is just as it was before, I thought it was being parsed before, so it can be continued now.

If you want any other format, let me know, I will ask Alok to do that, he is the one who created it in the first place.

1 EEcluster 252 1475106 University of Washington 2b15d426419578a9d857854abc078c2a
2 fred husky 1387 1030790 University of Washington bedfefa7d70fec835cd10cc94ca7b303

this IS actually tab separated right? anyway, let me know how you want it.

em99010pepe
02-14-2005, 11:26 AM
omer,

Great job!

Testing the new windows client.

Carlos

Bok
02-14-2005, 11:33 AM
Originally posted by omer
It is just as it was before, I thought it was being parsed before, so it can be continued now.

If you want any other format, let me know, I will ask Alok to do that, he is the one who created it in the first place.

1 EEcluster 252 1475106 University of Washington 2b15d426419578a9d857854abc078c2a
2 fred husky 1387 1030790 University of Washington bedfefa7d70fec835cd10cc94ca7b303

this IS actually tab separated right? anyway, let me know how you want it.

Omer,

yes it's fine for me as it is.

Bok

alok vaid
02-14-2005, 01:36 PM
Hi everybody

I am Alok, the guy you have been talking about. I am responsible for statistics and database at EON. Well the statistics_raw.php file is back. If you need anything, do let me know.
Ad yes, i will soon change "group" to "team"

;)

TeeJay
02-14-2005, 02:56 PM
Originally posted by omer
Read announcements for other updates (windows client, statistics details, linux client)...

We hope you will like the new design :)

On a side note:

In the log file, what does "RecvIdaMessage failed." mean ?

Also, what determines a "Bad pref" ?

Good job guys...:cheers:

>>TeeJay

Geekster
02-14-2005, 03:48 PM
not that id probably run it......but the new installer doesn't load a screen saver on win98....i have 6 boxen.3 WinXP which the screen saver is loaded,3 win98 which it didnt load on any of them.


also why do you get a invalid key signature when ya stop and restart the client?
i have to uninstall/reinstall to get it going again

omer
02-14-2005, 04:19 PM
hmm.. strange, i will look into it!

Geekster
02-14-2005, 04:21 PM
wow quick service :thumbs: thanx omer :notworthy

omer
02-14-2005, 04:24 PM
haha :D

I will get back to you on this by the end of the day :) have a class right now, cheers!

em99010pepe
02-14-2005, 04:45 PM
Originally posted by Geekster
not that id probably run it......but the new installer doesn't load a screen saver on win98....i have 6 boxen.3 WinXP which the screen saver is loaded,3 win98 which it didnt load on any of them.


also why do you get a invalid key signature when ya stop and restart the client?
i have to uninstall/reinstall to get it going again

I am running the windows client.
About the screensaver issue I think omer should answer that duo to the fact that I don't run the screensaver.

About the invalid key signature I can tell you that I stopped the client for a few seconds and then I restarted it without having that problem.

Carlos

Geekster
02-14-2005, 05:05 PM
ya it dosent happen every time carlos.........just once in a while.

o well back to catching you again :p

em99010pepe
02-14-2005, 05:21 PM
Originally posted by Geekster
ya it dosent happen every time carlos.........just once in a while.

o well back to catching you again :p

I can't compete with your 6 machines!

omer
02-14-2005, 06:34 PM
About the invalid key, i didnt get that here on my system. Do you copy the client to some other place? or delete the key.pub file? they both have to sit together.

About Win98, I will have to get my hands on one to check this issue, you may be in for a long wait :) hehe, I will try my best to hurry it up though. Thanks for the note!

Carlos, I will be looking into the connection issue, that was a really neat observation I must say!

omer
02-14-2005, 07:33 PM
TeeJay, I will be answering your questions in a while, have to consult with Graeme about them as well!

IronBits
02-14-2005, 07:46 PM
Originally posted by omer
Will this work?

http://eon.cm.utexas.edu/statistics_raw.php Not really as it does not contain the Teams and Positions they are at.

The website has a stats section for Teams, but it's a FORM Post.
I need the linkage or parameters to pass to that FORM Post to get the Team Rank only.


<form action="stats.php" method="post">
<b>Personalize Statistics:</b>
<select name="user_group" size=1>
<option value="Teams">Teams</option>
<option value="Users">Users</option>
</select>
<select name="top_all" size=1>
<option value="All">All</option>
<option value="Top 15">Top 15</option>
</select>
<input type="submit" name="submit" value="Submit" />
</form>
It would be something like "eon.cm.utexas.edu/stats.php?Teams&All"
Then my regexp could pull out the Project Rank number for Free-DC ;)
Rank Team
1 University of Washington
2 Free-DC

Bok
02-14-2005, 07:59 PM
IB,

I could just give you a php script to get it from my stats if you wish, or run them in parallel on your box :p

Bok

IronBits
02-14-2005, 09:29 PM
I know I could do that... there will be others...
I know the Rank Panel is used by other sites and that you provide the information within your stats pages.
They want to build a great site, well, I'm just trying to be helpful.
If I have to get what I need from 3rd party stats...
I think two static files should be created, one for teams, one for all users.
They provide the 'all users' now... ;)

Geekster
02-14-2005, 09:39 PM
omer i dunno what was up....it happened the first time i fired it up on 3 of my boxes.all i did was click the install exe. to the default folder. no editing of any files.
works ok now tho.
as far as the win98 screen saver,i was just lettin ya know,i dont run em so its ok how ever long you take :D

magnav0x
02-14-2005, 10:07 PM
Originally posted by Bok
mag,

it is tab delimited :)

Bok

Is it? I viewed the source and it was in html tables. Any how not a big deal since I'm not doing stats, besides I finally learned regular expressions lol.

em99010pepe
02-15-2005, 06:00 AM
Geekster,

I want to add more two machines but I am just waiting for the GUI version.
Then will be a good battle between us and scoofy12. :D

:cheers:

Carlos

Geekster
02-15-2005, 06:28 AM
battles are good carlos :cheers: seems to maximize production :D

didnt mean to be rude, just the spirit of competion
wouldnt the command line be faster than a GUI?

em99010pepe
02-15-2005, 07:03 AM
Originally posted by Geekster
battles are good carlos :cheers: seems to maximize production :D

didnt mean to be rude, just the spirit of competion
wouldnt the command line be faster than a GUI?

My problem here is to hide the command line version.;)
One of the machines has WinMe installed but it's very difficult to hide the command line. That machine is in my parents room and they always shutdown any kind of DOS box. :bang:

So the way to run a DC project is to run it in hidden mode, like Dnet, or as a GUI version where it is possible to minimize into the tray icon.

About the speed, with D2OL it is possible to run both and there's no difference in speed. It depends of the client. I am not worried.


Carlos

alok vaid
02-15-2005, 08:03 AM
hi

I am using POST method for Statistics, so you can't access it by editting the URL.

Anyways, i have written up a PHP script, which well generate Team stats, just like you have users stats in statistics_raw.php page.
Here is the link
http://eon.cm.utexas.edu/stats_g.php

I think this should work for you

IronBits
02-15-2005, 09:38 AM
Thank you - that's it! :)
Can you strip out the ^M s ?? ;)

alok vaid
02-15-2005, 09:51 AM
Thank you - that's it!
Can you strip out the ^ M


Sorry for not understanding symbolic language:mad:
What does ^ M mean?

Bok
02-15-2005, 09:59 AM
Alok, they are end of line markers ( ^M), but there should be no need.

IB, I can do the regexp for you in rank.pl if you wish.

Bok

alok vaid
02-15-2005, 10:38 AM
ok,

I have removed them, even in the users statistics( statistics_raw.php).
Is it fine now:cool:

Bok
02-15-2005, 11:27 AM
Actually they are still there :) But that's a good thing as I use them in my regexp to parse the data. Please don't change!

For a moment I thought my stats would be broken!

They are possibly added when I do a wget , though I'm uncertain of this.

Bok :D

IronBits
02-15-2005, 04:39 PM
Originally posted by Bok
They are possibly added when I do a wget , though I'm uncertain of this.
Bok :D :bang: I think so to now that I looked at it again.