HAHHAHAHA FAIL

brsy

nah mang
May 12, 2011
1,530
272
PHP:
class checkForRippers {
  public function __construct {
      if('http://cronichosting.net/' == 'http://nodecabin.com') {
        die 'OMG RIP RIP RIP';
      }
  }
}
 

brsy

nah mang
May 12, 2011
1,530
272
It didn't work? :(
Obviously, since teh domains arent the same nigga. I meant like look at the sites, cronic b rippin

Plus I am pretty fucking sure that he didn't just happen to randomly like the theme and get it. Plus the fact that he couldnt buy it; he had to rip, and edit it.
 

NextToNothing

Member
Dec 5, 2010
52
4
Obviously, since teh domains arent the same nigga. I meant like look at the sites, cronic b rippin

Plus I am pretty fucking sure that he didn't just happen to randomly like the theme and get it. Plus the fact that he couldnt buy it; he had to rip, and edit it.
try this.
PHP:
class checkForRippers {
  public function __construct {
      if(file_get_contents('http://cronichosting.net/') == file_get_contents('http://nodecabin.com')) {
        die('OMG RIP RIP RIP');
      }
  }
}
 

brsy

nah mang
May 12, 2011
1,530
272
try this.
PHP:
class checkForRippers {
  public function __construct {
      if(file_get_contents('http://cronichosting.net/') == file_get_contents('http://nodecabin.com')) {
        die('OMG RIP RIP RIP');
      }
  }
}
Still would return false; considering the contents are not exactly the same; hence why I didn't bother doing file get contents.
 

NextToNothing

Member
Dec 5, 2010
52
4
Still would return false; considering the contents are not exactly the same; hence why I didn't bother doing file get contents.
what aboouttt
PHP:
class checkForRippers {
  public function __construct {
      if(similar_text(file_get_contents('http://cronichosting.net/'), file_get_contents('http://nodecabin.com'))) {
        die('OMG RIP RIP RIP');
      }
  }
}
 

Seano2o6

New Member
Aug 18, 2011
12
11
I have a good one :D

PHP:
class checkForRippers {
  public function __construct {
      if('http://*****.com' == 'nulled') {
        die 'OMG RIP RIP RIP';
      }
  }
}
 

brsy

nah mang
May 12, 2011
1,530
272
should be links. also, page load timer is only on nulled
You are truly a dick. Load timer is when you're in debug mode, which we are in, as we are trying to develop our own plugins.
 

brsy

nah mang
May 12, 2011
1,530
272
Still doesn't change that your forum is nulled.
It isn't like dead ass hop off this dick... Everytime a nigga try to do something new theres always that one fucking hater trynna put them down... If you don't fucking like my forum, then don't fucking go on it. Fucking simple.
 

Menkz

Member
Jul 9, 2010
374
167
It isn't like dead ass hop off this dick... Everytime a nigga try to do something new theres always that one fucking hater trynna put them down... If you don't fucking like my forum, then don't fucking go on it. Fucking simple.
FUCKING FUCKING FUCK

Anyways, It isn't like dead ass hop off this dick ? What the fuck does that mean.. I don't speak black.
 

Quackster

a devbest user says what
Aug 22, 2010
1,764
1,242
It isn't like dead ass hop off this dick... Everytime a nigga try to do something new theres always that one fucking hater trynna put them down... If you don't fucking like my forum, then don't fucking go on it. Fucking simple.
And_not_a_single_fuck_Was_given_that_day-s364x344-162306.jpg
 

Users who are viewing this thread

Top