Welcome aboard Visitor...

Daily Screenshot

Server Costs Target


9% of target met.

Latest Topics

- Anyone still playing from a decade ago or longer? »
- Game still active. NICE! »
- Password resett »
- Darkspace Idea/Opinion Submission Thread »
- Rank Bug maybe? »
- Next patch .... »
- Nobody will remember me...but. »
- 22 years...asking for help from one community to another »
- DS on Ubuntu? »
- Medal Breakpoints »

Development Blog

- Roadmap »
- Hello strangers, it’s been a while... »
- State of DarkSpace Development »
- Potential planetary interdictor changes! »
- The Silent Cartographer »

Combat Kills

Combat kills in last 24 hours:
No kills today... yet.

Upcoming Events

- Weekly DarkSpace
05/04/24 +1.8 Days

Search

Anniversaries

20th - Relient
19th - Entil-Zha the Starkiller

Social Media

Why not join us on Discord for a chat, or follow us on Twitter or Facebook for more information and fan updates?

Network

DarkSpace
DarkSpace - Beta
Palestar

[FAQ
Forum Index » » English (General) » » Prestige Calculator (Version 1.0.1.2!)
Goto page ( Previous Page 1 | 2 | 3 Next Page )
 Author Prestige Calculator (Version 1.0.1.2!)
BackSlash
Marshal
Galactic Navy


Joined: March 23, 2003
Posts: 11183
From: Bristol, England
Posted: 2007-04-04 13:49   
Quote:

On 2007-04-04 13:46, Peter Wiggin wrote:
Opens FF2 with:

Edit: gibberish stretched window.. anyways u know what it is.





Yeah, I saw it.

I wish Mozilla could impliment proper file support :/.

I've no idea what to tell you. It must be something to do with you not being able to reach the DarkSpace site via PeerGuardian or something like a hardware firewall...

[edit]

I just downloaded the zip file, extracted it's contents, installed the app, closed it, then restarted it and it updated correctly. It does indeed seem like somethings the matter with your internet connection, which would explain the not updating, and the not being able to grab stats.

[ This Message was edited by: BackSlash *Jack* on 2007-04-04 13:51 ]
_________________


ForMichael


Joined: June 11, 2004
Posts: 61
Posted: 2007-04-04 13:52   
If it's a problem with my plug in, maybe I can help. I just need to make sure I didn't delete the source code.
_________________


BackSlash
Marshal
Galactic Navy


Joined: March 23, 2003
Posts: 11183
From: Bristol, England
Posted: 2007-04-04 13:54   
Quote:

On 2007-04-04 13:52, Antdizzle wrote:
If it's a problem with my plug in, maybe I can help. I just need to make sure I didn't delete the source code.



Zomg, I tried to get hold of you yesterday to jog my memory on how your plugin worked (Ospolos figured it out in the end after a few hours of trying to make it work via brute force).

Plugin seems to work. Grabs the stats just like the other Prestige Calculator I did... I remember this used to happen when your plugin couldn't connect to the DarkSpace website, and displayed an error.


[ This Message was edited by: BackSlash *Jack* on 2007-04-04 13:55 ]
_________________


ForMichael


Joined: June 11, 2004
Posts: 61
Posted: 2007-04-04 13:57   
I lost the source code.

I still have the original zip file with the readme in it.

http://www.antdizzle.com/GetProfileStats.zip

If anyone is having a problem with the plugin, have them run the program inside of the zip. It should test the plugin for anyone.

In the mean time, I'll get the source code out of the plugin, and I'll fix any problems that anyone has with it.

[ This Message was edited by: Antdizzle on 2007-04-04 14:01 ]
_________________


BackSlash
Marshal
Galactic Navy


Joined: March 23, 2003
Posts: 11183
From: Bristol, England
Posted: 2007-04-04 14:18   
Quote:

On 2007-04-04 13:57, Antdizzle wrote:
I lost the source code.

I still have the original zip file with the readme in it.

http://www.antdizzle.com/GetProfileStats.zip

If anyone is having a problem with the plugin, have them run the program inside of the zip. It should test the plugin for anyone.

In the mean time, I'll get the source code out of the plugin, and I'll fix any problems that anyone has with it.




That's exactly how it's working at the moment:

Private Sub GetStats_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles GetStats.Click
Stats = Antdizzle.ProfileStats.GetStats(Userid)
txtKills.Text = Stats(0).ToString()
txtDeaths.Text = Stats(1).ToString()
txtBonusPrestige.Text = Stats(2).ToString()
txtShipsDamaged.Text = Stats(3).ToString()
txtShipsCaptured.Text = Stats(4).ToString()
txtPlanetsDamaged.Text = Stats(5).ToString()
txtPlanetsCaptured.Text = Stats(6).ToString()
txtFriendlyFire.Text = Stats(7).ToString()
txtRepair.Text = Stats(8).ToString()
txtConstruction.Text = Stats(9).ToString()
txtKamikaze.Text = Stats(10).ToString()
txtSelfDestructs.Text = Stats(11).ToString()
txtJumps.Text = Stats(12).ToString()
txtPlanetCollisions.Text = Stats(13).ToString()
txtScout.Text = Stats(14).ToString()
txtResourcesLost.Text = Stats(15).ToString()
End Sub
_________________


ForMichael


Joined: June 11, 2004
Posts: 61
Posted: 2007-04-04 14:24   
I'm glad you could get it working. That plugin is the only way people will remember me around here.

Do you need anything added to it? I still haven't added the exception handling, so I guess I can add that.
_________________


BackSlash
Marshal
Galactic Navy


Joined: March 23, 2003
Posts: 11183
From: Bristol, England
Posted: 2007-04-04 14:40   
Quote:

On 2007-04-04 14:24, Antdizzle wrote:
I'm glad you could get it working. That plugin is the only way people will remember me around here.

Do you need anything added to it? I still haven't added the exception handling, so I guess I can add that.



Automatic exception handling would be "win".

Just fill the array with "FAILED", or something.

<3


[ This Message was edited by: BackSlash *Jack* on 2007-04-04 14:40 ]
_________________


ForMichael


Joined: June 11, 2004
Posts: 61
Posted: 2007-04-05 22:48   
I've updated it.

http://www.antdizzle.com/GetProfileStats.zip

I couldn't find where your program was install, so I couldn't test it on my system. The plugin tester works though.

Try it out on your computer. Turn off your Internet connection and see if it works.

Also, I can make the it say something other than failed. There are numerous reasons why the program would throw an exception. So just tell me if you want the array error messages to be more specific.
_________________


BackSlash
Marshal
Galactic Navy


Joined: March 23, 2003
Posts: 11183
From: Bristol, England
Posted: 2007-04-06 07:39   
Quote:

On 2007-04-05 22:48, Antdizzle wrote:
I've updated it.

http://www.antdizzle.com/GetProfileStats.zip

I couldn't find where your program was install, so I couldn't test it on my system. The plugin tester works though.

Try it out on your computer. Turn off your Internet connection and see if it works.

Also, I can make the it say something other than failed. There are numerous reasons why the program would throw an exception. So just tell me if you want the array error messages to be more specific.



Doesn't seem to work, for some odd reason. I just replaced the DLL, and no dice.

I did a stand alone EXE build for you (no dll included):
http://www.jack-online.co.uk/darkspace/prescalcexe.zip


[ This Message was edited by: BackSlash *Jack* on 2007-04-06 07:42 ]
_________________


Fattierob
Vice Admiral

Joined: April 25, 2003
Posts: 4059
Posted: 2007-04-06 09:53   
Quote:

On 2007-04-04 14:24, Antdizzle wrote:
I'm glad you could get it working. That plugin is the only way people will remember me around here.

Do you need anything added to it? I still haven't added the exception handling, so I guess I can add that.



I remember you, Ant.

You were who now?

I kid, I kid.
_________________


ForMichael


Joined: June 11, 2004
Posts: 61
Posted: 2007-04-06 10:30   
Quote:

On 2007-04-06 07:39, BackSlash *Jack* wrote:
Quote:

On 2007-04-05 22:48, Antdizzle wrote:
I've updated it.

http://www.antdizzle.com/GetProfileStats.zip

I couldn't find where your program was install, so I couldn't test it on my system. The plugin tester works though.

Try it out on your computer. Turn off your Internet connection and see if it works.

Also, I can make the it say something other than failed. There are numerous reasons why the program would throw an exception. So just tell me if you want the array error messages to be more specific.



Doesn't seem to work, for some odd reason. I just replaced the DLL, and no dice.

I did a stand alone EXE build for you (no dll included):
http://www.jack-online.co.uk/darkspace/prescalcexe.zip


[ This Message was edited by: BackSlash *Jack* on 2007-04-06 07:42 ]




What exactly doesn't work? Does it still crash when you aren't connected? Or does something else happen?

On my end, it takes a few seconds for failed to show up in the boxes when I turn my connection off. When I turn my connection back on, everything starts working again.
_________________


BackSlash
Marshal
Galactic Navy


Joined: March 23, 2003
Posts: 11183
From: Bristol, England
Posted: 2007-04-06 10:34   
Quote:

On 2007-04-06 10:30, Antdizzle wrote:
Quote:

On 2007-04-06 07:39, BackSlash *Jack* wrote:
Quote:

On 2007-04-05 22:48, Antdizzle wrote:
I've updated it.

http://www.antdizzle.com/GetProfileStats.zip

I couldn't find where your program was install, so I couldn't test it on my system. The plugin tester works though.

Try it out on your computer. Turn off your Internet connection and see if it works.

Also, I can make the it say something other than failed. There are numerous reasons why the program would throw an exception. So just tell me if you want the array error messages to be more specific.



Doesn't seem to work, for some odd reason. I just replaced the DLL, and no dice.

I did a stand alone EXE build for you (no dll included):
http://www.jack-online.co.uk/darkspace/prescalcexe.zip


[ This Message was edited by: BackSlash *Jack* on 2007-04-06 07:42 ]




What exactly doesn't work? Does it still crash when you aren't connected? Or does something else happen?

On my end, it takes a few seconds for failed to show up in the boxes when I turn my connection off. When I turn my connection back on, everything starts working again.



Just causes an exception for me.

I've published a new version of the Pres Calc with the new DLL included. See if you get anywhere with that.

[ This Message was edited by: BackSlash *Jack* on 2007-04-06 10:38 ]
_________________


ForMichael


Joined: June 11, 2004
Posts: 61
Posted: 2007-04-06 10:42   
It still works for me.

Can you paste the exception information?
_________________


Purple
Fleet Admiral

Joined: March 17, 2007
Posts: 67
From: Boston, USA
Posted: 2007-04-06 11:02   
so what does this program do?
_________________


Doran
Chief Marshal
Galactic Navy


Joined: March 29, 2003
Posts: 4032
From: The Gideon Unit
Posted: 2007-04-06 11:18   
it calculates your prestige. as the name implies.

(or maybe it will cook you dinner, take over the world, kill lawyers, cure aids/cancer, feed your dog, feed your dawg, pet your cat, kill your gold fish, improve your golf score, save the rainforest, save the whales, crack a safe, build a bridge, build a tunnel, implode your office building, recharge your unrechargable batteries, keep your mother-in-law from comming over, take the kids to the beach, take the beach to the kids, put a man on the moon, put the man on the moon on mars, cure hangovers, trim your fingernails, allow you to operate heavy machinery while on any number of medications, lose weight, gain weight, post "odd" comments on your myspace page, level your alts in wow, mine for fish, mine for yours, shoot a mime, taunt the happy fun ball, taunt the dynomite monkey, taunt a tauntaun, cut open a dead tauntaun and stick a jedi inside, cook bacon, tape the bacon to a cat, eat the cat, start a flamewar, finish a flamewar, build medieval castle, burn your pot roast, find the end of a rainbow, find a unicorn at the end of the rainbow, make your hair look good, make your feet stink, or....)
_________________


Goto page ( Previous Page 1 | 2 | 3 Next Page )
Page created in 0.021757 seconds.


Copyright © 2000 - 2024 Palestar Inc. All rights reserved worldwide.
Terms of use - DarkSpace is a Registered Trademark of PALESTAR