EvilGenius
Active Member
Hey Guys,
I'm in need of a masking system for a system.
IDEA 1
Basically what the system is:
One Dedi with two sites S1 & S2
S1 has a file file1.php | S2 has a file file2.php
Goal is to connect to a 3rd party server, send it info and then receive reply.
S1 has to stay hidden while communicating with the server.
it can relay its comm. (SND/REC) via file2.php
In a nutshell
File1 has to POST Data then it will rec. Posted data and process it.
So... Do you think it is possible?
------------------
IDEA 2
Is it possible to mask a URL with a dummy domain (using free dns or something)
for example:
Actual >> http://domain1.com/securepage.php
Masked >> http://maskingdomain.com/securepage.php
But what ever happens the address in URL bar should be the masked url.
and cannot use iframe.
This follows the same goal as the above example.
Any help would be appreciated, Might hire someone but I want to run the idea first.
P.S: This is not my homework.
I'm in need of a masking system for a system.
IDEA 1
Basically what the system is:
One Dedi with two sites S1 & S2
S1 has a file file1.php | S2 has a file file2.php
Goal is to connect to a 3rd party server, send it info and then receive reply.
S1 has to stay hidden while communicating with the server.
it can relay its comm. (SND/REC) via file2.php
In a nutshell
File1 has to POST Data then it will rec. Posted data and process it.
So... Do you think it is possible?
------------------
IDEA 2
Is it possible to mask a URL with a dummy domain (using free dns or something)
for example:
Actual >> http://domain1.com/securepage.php
Masked >> http://maskingdomain.com/securepage.php
But what ever happens the address in URL bar should be the masked url.
and cannot use iframe.
This follows the same goal as the above example.
Any help would be appreciated, Might hire someone but I want to run the idea first.
P.S: This is not my homework.