Search found 311 matches

by TheMightyDude
Tue Jun 02, 2020 18:07 UTC
Forum: Development
Topic: Change in new account creation disabled warning.
Replies: 8
Views: 12517

Re: Change in new account creation disabled warning.

Basically you need checks in the files doing the account creation to the database, sure we could put in a check in the new.php page, but that check needs to stay in new2.php Like when I disabled a feature in the IGB on the main page, and the 2nd page, but forgot the 3rd and 4th, so players just hook...
by TheMightyDude
Tue Jun 02, 2020 17:57 UTC
Forum: Development
Topic: Change in new account creation disabled warning.
Replies: 8
Views: 12517

Re: Change in new account creation disabled warning.

How is that possible? Because PHP scripts take input: $_POST, $_GET, $_COOKIES, etc. And all of those can be created and sent by making a local php file which generates those values and sends them to the server. It's literally exactly the same way the game works, just the source is different. As yo...
by TheMightyDude
Tue Jun 02, 2020 04:07 UTC
Forum: Troubleshooting
Topic: Map does not show places visited.
Replies: 13
Views: 13888

Re: Map does not show places visited.

Basically the server side will be run in a console on a Linux Server.
Players would download the game client which will connect to our services to authenticate their login if valid they are presented with game servers to play on.
Those servers don't store login info, they just run the game.
by TheMightyDude
Tue Jun 02, 2020 04:03 UTC
Forum: Development
Topic: Change in new account creation disabled warning.
Replies: 8
Views: 12517

Re: Change in new account creation disabled warning.

If you removed that from new2.php, people can still create accounts by creating a page on their local machine calling new2.php resulting in creating an account when its has been disabled.
by TheMightyDude
Fri May 29, 2020 11:06 UTC
Forum: BNT help and discussion
Topic: Is there a way to run this script on HTTPS?
Replies: 6
Views: 8350

Re: Is there a way to run this script on HTTPS?

That would be in header.php
by TheMightyDude
Fri May 29, 2020 01:25 UTC
Forum: BNT help and discussion
Topic: Is there a way to run this script on HTTPS?
Replies: 6
Views: 8350

Re: Is there a way to run this script on HTTPS?

Your BNT is using HTTPS and its secure, its just moaning that not all your links / images etc are using HTTPS in them. I have tracked it back to the Sourceforge link located in footer.php. Look for http://sflogo.sourceforge.net in footer.php (around line 97) and change that to https://sflogo.sourcef...
by TheMightyDude
Thu May 28, 2020 18:08 UTC
Forum: BNT help and discussion
Topic: Is there a way to run this script on HTTPS?
Replies: 6
Views: 8350

Re: Is there a way to run this script on HTTPS?

I have just recently set up my web server for SSL HTTPS, using a certificate from an accredited certificate authority, all HTTP access is now redirected, but not BNT, is there a way to run BNT under HTTPS? Just setup the web host to use HTTPS (port 443) and to use the certs and it will just work, w...
by TheMightyDude
Sun May 24, 2020 16:45 UTC
Forum: Troubleshooting
Topic: Map does not show places visited.
Replies: 13
Views: 13888

Re: Map does not show places visited.

Sooooo, what ya workin on now? Or is that a secret until release? I am working on a PC Desktop version of the game, a complete new Dedicated Server (Linux Headless) and I might later on depending on how many people play it release a WebGL version to be played within a browser. Headless Server will ...
by TheMightyDude
Sun May 24, 2020 12:19 UTC
Forum: Troubleshooting
Topic: Map does not show places visited.
Replies: 13
Views: 13888

Re: Map does not show places visited.

Ah, I get yah now, I was going to say LOL.
by TheMightyDude
Sun May 24, 2020 11:48 UTC
Forum: Troubleshooting
Topic: Map does not show places visited.
Replies: 13
Views: 13888

Re: Map does not show places visited.

LOL, well it has baffled me, I know I don't use that for our live versions, I run a heavy modified / hacked version of it set to work on our live server. If you know SVN you could try the latest code version, but its not been updated since 2014. https://sourceforge.net/p/blacknova/code/HEAD/tree/bra...