P
Pseudonyme
Hi all !
I have some questions to experts that relate to ASP SERVERS.
1. Is that possible to recognize the platform of a website ?
From example : If I take this website : http://www.latimes.com
How do I know if it is PHP or ASP ?
Is there a trick ?
2. The CRON TAB. Monitoring the server through CRON tables is very
useful.
A CRON command that would execute a script every 10 minutes is :
*/10 * * * * sh /etc/cron-script/read-latimes
Is that the same configuring a CRON event in ASP ?
3. The Get-Web-Content function.
To avoid the client-algo to be played by client browsers, we have the
algo played one time by the server. (decrease the electricity bill of
the user).
How to get the content using ASP script ?
In PHP : it is like this :
$homepage = file_get_contents(''http://andersen.times.com/adveruser/
adverpay.php?country=1270331545&time=1236928998');
echo $homepage;
What about in ASP ?
Thank you very much dear Madams and Sirs, for your answer.
....
By the way :"MSFT do not propose a tool to convert PHP code into ASP
code. As an initial opinion, our consultant said that is a big mistake
may be explaning why the stock price stays flat since the last 10
years. A lack of new client acquisitions he said".
....
Cougloff
I have some questions to experts that relate to ASP SERVERS.
1. Is that possible to recognize the platform of a website ?
From example : If I take this website : http://www.latimes.com
How do I know if it is PHP or ASP ?
Is there a trick ?
2. The CRON TAB. Monitoring the server through CRON tables is very
useful.
A CRON command that would execute a script every 10 minutes is :
*/10 * * * * sh /etc/cron-script/read-latimes
Is that the same configuring a CRON event in ASP ?
3. The Get-Web-Content function.
To avoid the client-algo to be played by client browsers, we have the
algo played one time by the server. (decrease the electricity bill of
the user).
How to get the content using ASP script ?
In PHP : it is like this :
$homepage = file_get_contents(''http://andersen.times.com/adveruser/
adverpay.php?country=1270331545&time=1236928998');
echo $homepage;
What about in ASP ?
Thank you very much dear Madams and Sirs, for your answer.
....
By the way :"MSFT do not propose a tool to convert PHP code into ASP
code. As an initial opinion, our consultant said that is a big mistake
may be explaning why the stock price stays flat since the last 10
years. A lack of new client acquisitions he said".
....
Cougloff