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 ...
Search found 23 matches
- Fri Oct 28, 2016 2:07 pm
- Forum: Game Programming
- Topic: Blitzkrieg Galaxy - Web game- Serverside is PB
- Replies: 0
- Views: 2610
- 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
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
- 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
- Tue Nov 03, 2015 2:11 pm
- Forum: Feature Requests and Wishlists
- Topic: [Implemented] eMail-Lib support display-name in address
- Replies: 8
- Views: 5723
- 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.
- 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 ...
- 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 ...
- 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
tried and failedinfratec wrote:Hi,
have you tried:BerndCode: Select all
CreateMail(0, "test <test@purebasic.com>", "Hello")
- 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.
- 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 ...
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 ...
- 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
Fixed it. Try it again.Dummy wrote:ah k... now it worksShotGun Jack wrote:Dummy wrote:dead linkShotGun Jack wrote:my Game server at this site...
http://sgt.jtelect.com
Not sure. I have a Dyanmic IP redirector for now so it takes time to update.
can't login as Firefox translates '@' in eMail aress to '%40'
- Mon Feb 27, 2006 2:48 am
- Forum: Announcement
- Topic: StarGate Troopers- web server game
- Replies: 17
- Views: 4498
- 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:dead linkShotGun Jack wrote:my Game server at this site...
http://sgt.jtelect.com
Not sure. I have a Dyanmic IP redirector for now so it takes time to update.
- Sat Feb 25, 2006 6:35 am
- Forum: Announcement
- Topic: StarGate Troopers- web server game
- Replies: 17
- Views: 4498
- Fri Feb 24, 2006 12:24 am
- Forum: Announcement
- Topic: StarGate Troopers- web server game
- Replies: 17
- Views: 4498