Search found 100 matches

by thekabal
Sun Mar 11, 2018 22:54 UTC
Forum: Development
Topic: Development: Game Secure Login Feture...
Replies: 2
Views: 8027

Re: Development: Game Secure Login Feture...

While this implementation requires a few PHP libraries ( mcrypt, mhash, gpm, bcmath, json, mysql): https://github.com/baryluk/srp_php This one does not: https://github.com/RuslanZavacky/srp-6a-demo Looks relatively straight-forward to implement, although doing so in BNT would take some extra effort....
by thekabal
Sat Feb 10, 2018 21:03 UTC
Forum: Development
Topic: Development Update...
Replies: 8
Views: 27092

Re: Development Update...

*LOVE* the Ansi art!!
by thekabal
Sat Feb 10, 2018 21:02 UTC
Forum: BNT help and discussion
Topic: Obvious cheating
Replies: 7
Views: 13528

Re: Obvious cheating

TheMightyDude wrote:Hey long time no see, how have you and your family been?
Doing very well! Haven't had much time for coding lately, Overwatch has my time lately. :)
by thekabal
Mon Jan 22, 2018 20:11 UTC
Forum: BNT help and discussion
Topic: Obvious cheating
Replies: 7
Views: 13528

Re: Obvious cheating

PoLD/ P LD has been playing BNT for a very, very long time, and this is a recurring theme for them.
by thekabal
Wed Aug 30, 2017 01:17 UTC
Forum: Development
Topic: Universe Development...
Replies: 4
Views: 13834

Re: Universe Development...

I was hoping to be able to run the game for my forum using the same web-host.. Now to host a game I am going to have to buy a dedicated server to "Host" a server - that is if there is a very basic step by step guide on how to get it set up and running. Many people run BNT on their hosts a...
by thekabal
Wed Aug 23, 2017 01:58 UTC
Forum: BNT help and discussion
Topic: Warp Trading
Replies: 5
Views: 12330

Re: Warp Trading

ok TheMightyDude im not too great at reading code, could you put that in a bit more basic terms for me please? =) Any sector is stored with an X,Y,Z coordinate. It's important to realize that it's a full cube space - not simple tiles. With those coordinates, it does essentially this: https://www.ca...
by thekabal
Sun May 28, 2017 02:28 UTC
Forum: Game Announcements
Topic: Trade Wars 2117
Replies: 35
Views: 58197

Re: Trade Wars 2117

I had looked at your project and saw that the status was that it wasn't ready for play but is that still where things stand? Yes. The user signup/registration process is broken. It needs a substantial rewrite, but I've been focused on cron, PDO, and data types lately. Also, I noticed that it needs ...
by thekabal
Sat May 27, 2017 18:51 UTC
Forum: Game Announcements
Topic: Trade Wars 2117
Replies: 35
Views: 58197

Re: Trade Wars 2117

running it via PHP directly never worked for me and no idea why at this point. Our cron isn't meant to work running directly via PHP. It doesn't work in a CLI environment generally, and is intended to be visited by a browser, hence using lynx/links/wget/curl as that interface. For TKI, I'm working ...
by thekabal
Sat May 27, 2017 18:43 UTC
Forum: Game Announcements
Topic: Trade Wars 2117
Replies: 35
Views: 58197

Re: Trade Wars 2117

The BIGINT limitation is the reason I switched to decimal. It fixed many issues but broke a few things. Hence, the need for a clamp or abs. Decimal has several major disadvantages. (Please note that Decimal is not the same as Double.) First, it takes up substantially more space. One can argue that ...
by thekabal
Sun Apr 23, 2017 19:15 UTC
Forum: BNT help and discussion
Topic: BNT new version
Replies: 11
Views: 25757

Re: BNT new version

Congrats and welcome! I am a long time player of Blacknova, playing originally on the Rednova game which has, apparently, long since disappeared from the tubes. While there is no longer a playable version of Rednova on the web today, the original code is still hosted at sourceforge, in case there we...