Ted Gueniche

June 1, 2011
by ted
0 comments

Bypassing cross domain ajax restriction using php

This article presents a way to communicate between two distinct webserver using php. The goal is to send a http request to another website in order to get some raw information (XML, JSON,…) or to get some html. The protocol of … Continue reading

March 16, 2011
by ted
1 Comment

How to make an invincible process

How to make the superman of the process, the one that once he’s running there is no way to kill it. Here’s a approach I implemented: Definitions: main: the invincible program watchers:  the two other programs that guarantee the main … Continue reading