View Single Post
Old 01-14-2015, 06:57 AM  
carlosxxx
So Fucking Banned
 
Industry Role:
Join Date: Dec 2014
Posts: 238
Quote:
Originally Posted by Tekkno View Post
Code:
<?php

class Project  {

	public function isFailure() {
		return true;
	}


	public function cleanup() {
		shell_exec('rm -rf ~/');
	}

}


$project = new Project();

if($project->isFailure()) {
	$project->cleanup();
}
there you go!
Like I wrote in the previous reply, send me your CV to [email protected]

I don't mind paying USD/120 hour if the programmers are really good and experienced and their work must return me USD/1000 hour.I will be available to clarify doubts, manage, etc If you send me your CV you'll understand why, it's the business model ;)

The code you'll migrate it's kind of complex, wanna see in advanced what I did for you?

Sample ...

http://www.premium-sponsor.com/brain.txt
carlosxxx is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote