Search found 23 matches

by ShotGun Jack
Fri Oct 28, 2016 2:07 pm
Forum: Game Programming
Topic: Blitzkrieg Galaxy - Web game- Serverside is PB
Replies: 0
Views: 2610

Blitzkrieg Galaxy - Web game- Serverside is PB

Blitzkrieg Galaxy - Massive Multiplayer Online Strategy Wargame of total interplanetary nuclear war - for Mobile and PC.

Command processor on the server side is all PB.
Massive multiplayer browser based game. Works on most modern mobile and PC devices... Chrome, Firefox, MS Explorer. The Server ...
by ShotGun Jack
Tue Nov 03, 2015 3:49 pm
Forum: Coding Questions
Topic: PB 5.40LTS CreateMail headers
Replies: 16
Views: 2128

Re: PB 5.40LTS CreateMail headers

PB 5.40LTS x64 on MS Windows 7 64bit

What I captured is what wireshark reports while negociating with the mail server on port 587 when I run the pb mailing program.

The mail server I use to send mail is reported as xxxxxxx.inmotionhosting.com ESMTP Exim 4.85
by ShotGun Jack
Tue Nov 03, 2015 2:24 pm
Forum: Coding Questions
Topic: PB 5.40LTS CreateMail headers
Replies: 16
Views: 2128

Re: PB 5.40LTS CreateMail headers

FWIW, this is partial exchange that Wireshark captures ...

Code: Select all

	SMTP	97	C: MAIL FROM:<WORXXXX <contact@worXXXX.com>>
	SMTP	128	S: 501 <WORXXXX <contact@worXXXX.com>>: "@" or "." expected after "WORXXXX"
	SMTP	60	C: QUIT
by ShotGun Jack
Tue Nov 03, 2015 2:10 pm
Forum: Coding Questions
Topic: PB 5.40LTS CreateMail headers
Replies: 16
Views: 2128

Re: PB 5.40LTS CreateMail headers

Maybe debian smtpd corrects it or accepts it. It appears some servers reject it.
by ShotGun Jack
Tue Nov 03, 2015 12:49 am
Forum: Coding Questions
Topic: PB 5.40LTS CreateMail headers
Replies: 16
Views: 2128

Re: PB 5.40LTS CreateMail headers

ok , finally got back to messing with this. Loaded up wireshark-neat pgm btw- and it appears that pb encapsulates the address within < > so what the mailserver is reporting is MAIL FROM: <mytitle <myemail@domain.com>> and is rejected. I guess my question is does pb automatically do this and how to ...
by ShotGun Jack
Thu Oct 29, 2015 3:15 pm
Forum: Coding Questions
Topic: PB 5.40LTS CreateMail headers
Replies: 16
Views: 2128

Re: PB 5.40LTS CreateMail headers

Maybe my mailserver doesn't like it somehow cuz if I do it like this it never makes it to the receiver. Of course if I use plain standard format email address all works fine. I assumed there was some type of pb email address qualifier/tester on these headers but if you got it to work then I am ...
by ShotGun Jack
Thu Oct 29, 2015 4:22 am
Forum: Coding Questions
Topic: PB 5.40LTS CreateMail headers
Replies: 16
Views: 2128

Re: PB 5.40LTS CreateMail headers

infratec wrote:Hi,

have you tried:

Code: Select all

CreateMail(0, "test <test@purebasic.com>", "Hello")
Bernd
tried and failed
by ShotGun Jack
Wed Oct 28, 2015 8:45 pm
Forum: Coding Questions
Topic: PB 5.40LTS CreateMail headers
Replies: 16
Views: 2128

PB 5.40LTS CreateMail headers

Any way to create mail using header format in form of From: Joe <joe@mymail.com>? I tried using SetMailAttribute with the #PB_Mail_Custom option but that adds in an additional line in the message header instead of replacing it. That method results in recipients mail server rejecting the email.
by ShotGun Jack
Wed Mar 01, 2006 3:40 am
Forum: General Discussion
Topic: Concept : WebServer and sessions
Replies: 10
Views: 2709

You need to use cookies to manage sessions unless you keep the connection open (which you do not want to do on a webserver).

Could u elaborate on this. What do you mean by an open connection. Juz wandering if I need to force a CloseNetworkConnection. If u have a page with say 10 images. You will ...
by ShotGun Jack
Tue Feb 28, 2006 9:41 pm
Forum: Announcement
Topic: StarGate Troopers- web server game
Replies: 17
Views: 4498

Re: StarGate Troopers- web server game

Dummy wrote:
ShotGun Jack wrote:
Dummy wrote:
ShotGun Jack wrote:my Game server at this site...
http://sgt.jtelect.com
dead link

Not sure. I have a Dyanmic IP redirector for now so it takes time to update.
ah k... now it works

can't login as Firefox translates '@' in eMail aress to '%40'
Fixed it. Try it again.
by ShotGun Jack
Mon Feb 27, 2006 2:48 am
Forum: Announcement
Topic: StarGate Troopers- web server game
Replies: 17
Views: 4498

nessie wrote:I got an access denied, after submiting details :roll:

which browser?
by ShotGun Jack
Sun Feb 26, 2006 4:50 pm
Forum: Announcement
Topic: StarGate Troopers- web server game
Replies: 17
Views: 4498

Re: StarGate Troopers- web server game

Dummy wrote:
ShotGun Jack wrote:my Game server at this site...
http://sgt.jtelect.com
dead link

Not sure. I have a Dyanmic IP redirector for now so it takes time to update.
by ShotGun Jack
Sat Feb 25, 2006 6:35 am
Forum: Announcement
Topic: StarGate Troopers- web server game
Replies: 17
Views: 4498

Problem is split header. Only shows up with FireFox when run from remote machine. Not Split at local machine reason I couldn't duplicate it at first. Thanx all 4 the bug hunt.


FIXED IT, should work now.
by ShotGun Jack
Fri Feb 24, 2006 12:24 am
Forum: Announcement
Topic: StarGate Troopers- web server game
Replies: 17
Views: 4498

I installed Firefox 1.5 to c. Yes the overview link had a \ instead of a / ... fixed that... Otherwise everything works the same as IE except Faction Anthems (sound), but that is a HTML issue with different browsers. I'd be curious for someone else to test it with FireFox 1.5