PureLeo wrote:Maybe I understand what you are trying to do now
Just didn't understand how could you use another "channel" in the port 80 :S
You can set up a pb server on port 80 and use your browser to send messages to it, and load html from your own server, or even exe like cgi pages (made also in purebasic

)
Yes it's nearly that
JackWebb wrote:What exactly are you trying to do? Maybe someone will have an idea?
In fact i don't know how exactely, because i know nothing at INTERNET langage
But i want to adding a PB.exe on my server.
The best it's the exe intercalated between APACHE and PHP, but i think APACHE have not this option
1/ The navigator send to APACHE a crypting page PHP
2/ APACHE see it's PHP because the extension is ".php" (I think is normal behaviour)
3/ and it's here the problem, the goal, is can decrypt the PHP crypting code, and after sending the PHP not crypting to PHP
4/ After the PHP send to APACHE like usually
Adding this style of EXE can do several things:
1/ Can crypting the PHP code, for protect of thief of code, who can access physicaly to the server, for attribute the code of other, to them
2/ Can crypting the PHP code, for also sending crypting order, most better than just a password, because it's all the page who crypting
3/ And can adding personnal commands, furthermore the native PHP comand
And perhaps more advantage, that i don't know now, but i'm sure there are surely many other
The best way, i think, is if APACHE can detect it's for PB with for exampler an extension ".pbhp", and sending to my PB exe, but i'm not sure APACHE can do that.
Or intercept the dialog between PHP/APACHE but if it's a module, it's surely internal and not possible
I know a program exist for crypting source code PHP, but how it do for do that ??? i don't know
