Login to ZARP
Username: Password: Remember me

Poll: How Did You Like This Forum Game?

TOPIC: [Forum Game]What's in your clipboard?

[Forum Game]What's in your clipboard? 8 years 9 months ago #161786

01101000 01110100 01110100 01110000 01110011 00111010 00101111 00101111 01110111 01110111 01110111 00101110 01111001 01101111 01110101 01110100 01110101 01100010 01100101 00101110 01100011 01101111 01101101 00101111 01110111 01100001 01110100 01100011 01101000 00111111 01110110 00111101 01100100 01010001 01110111 00110100 01110111 00111001 01010111 01100111 01011000 01100011 01010001


Uncode this binary and find out.
" binarytranslator.com/ " use dis?
  • Bunsy
  • Bunsy's Avatar
  • Offline
  • Fresh Boarder
  • god i was cringe
  • Posts: 42
  • Thanks received: 5
  • Karma: 0
already one foot in the grave
Login or register to post a reply.

[Forum Game]What's in your clipboard? 8 years 9 months ago #161827

Erm... Fuck off you dirty watermelon.
  • KingofSaiyans
  • KingofSaiyans's Avatar
  • Offline
  • Senior Boarder
  • ZARP VIP
  • I might be a fan of Maisie Williams.
  • Posts: 661
  • Thanks received: 160
  • Karma: 1
Ex deathrun mod x2
Ex deahtrun admin x2
Ex deathrun SA x1
Ex bhop mod x1
Ex TS staff x1
Login or register to post a reply.

[Forum Game]What's in your clipboard? 8 years 9 months ago #161867

08:35 - |Z| Wheatley: Ur making me hard
  • Slapy47
  • Slapy47's Avatar
  • Offline
  • Gold Boarder
  • ZARP VIP
  • EX- DarkRP Admin - TTT Moderator - Teamspeak Staff
  • Posts: 2613
  • Thanks received: 479
  • Karma: 11
Login or register to post a reply.

[Forum Game]What's in your clipboard? 8 years 9 months ago #161870

play.zarpgaming.com:27015
  • exrobite
  • exrobite's Avatar
  • Offline
  • Loyal Boarder
  • ZARP VIP Gold Badge
  • dont have a cow man
  • Posts: 8905
  • Thanks received: 2489
  • Karma: -31
Login or register to post a reply.

[Forum Game]What's in your clipboard? 8 years 9 months ago #161872

$object = new App::MultiLanguage::LDAP(
host => '127.0.0.1',
port => '389',
user => 'cn=manager,dc=example,dc=com',
password => 'secret',
base => 'ou=language,dc=example,dc=com'
I really dont know why
  • JokerMan
  • JokerMan's Avatar
  • Offline
  • Diamond Boarder
  • ZARP VIP
  • Ayyyyyyy
  • Posts: 2946
  • Thanks received: 279
  • Karma: 0
Login or register to post a reply.

[Forum Game]What's in your clipboard? 8 years 9 months ago #161888

Warning: Spoiler! [ Click to expand ]
Here, Have some carrots.
  • erdemozor
  • erdemozor's Avatar
  • Offline
  • Junior Boarder
  • ZARP VIP
  • Posts: 105
  • Thanks received: 10
  • Karma: -3
Last Edit: 8 years 9 months ago by erdemozor.
Login or register to post a reply.

[Forum Game]What's in your clipboard? 8 years 9 months ago #161890

We’re way too caught up in the race with time.
It’s getting hard to take it in.
We’re tryin hard to be the first in line.
Just wanna be a kid again, a kid again.

Sick of being in my head and thinkin about my fate,
and worried about my health.

probably my emo friend lmao
  • SorIe
  • SorIe's Avatar
  • Offline
  • Marvelous Boarder
  • ZARP VIP Golden Blue Badge
  • Posts: 10833
  • Thanks received: 4290
  • Karma: 401

ex-dog LT member on many servers

Login or register to post a reply.

[Forum Game]What's in your clipboard? 8 years 9 months ago #162271

this was in my clipboared...

Login or register to post a reply.

[Forum Game]What's in your clipboard? 8 years 9 months ago #162273

// Start bonnencontroller
class BonnenController extends AppController{
    
    // Set access to helpers, components and paginator
    public $helpers = array('Html', 'Form', 'Session');
    public $components = array('Paginator', 'Cookie');
    public $paginate;
    
    // Start index function and get 15 "bonnen" per page
    public function index() {
        $this->Paginator->settings = array('limit' => 15, 'order'=>array('bon_id'=>'desc'));
        $this->set('bonnen', $this->paginate());
    }
    
    // Start add function and add a new "bon" when request is generated
    public function add() {
        if ($this->request->is('post')) {
            $this->Bonnen->create();
            
            // Set creation date
            $this->request->data['Bonnen']['bon_aanmaak_datum'] = Date('Y-m-d H:i:s');
            if($this->Bonnen->save($this->request->data)) {
                $this->Session->setFlash(__('<br/>De bon is aangemaakt.'));
                return $this->redirect(array('action' => 'index'));
            }
            $this->Session->setFlash(__('<br/>Kan de bon niet toevoegen door een onbekende fout.'));
        }
    }
  • illuminatixs
  • illuminatixs's Avatar
  • Offline
  • Expert Boarder
  • ZARP VIP
  • Taste my rainbow!
  • Posts: 1141
  • Thanks received: 262
  • Karma: 18
Login or register to post a reply.

[Forum Game]What's in your clipboard? 8 years 9 months ago #162277

ts.zarpgaming.com
  • Morkva
  • Morkva's Avatar
  • Offline
  • Senior Boarder
  • Posts: 545
  • Thanks received: 65
  • Karma: -3
Login or register to post a reply.

[Forum Game]What's in your clipboard? 8 years 9 months ago #162279

illuminatixs wrote:
<code>// Start bonnencontroller
class BonnenController extends AppController{

// Set access to helpers, components and paginator
public $helpers = array('Html', 'Form', 'Session');
public $components = array('Paginator', 'Cookie');
public $paginate;

// Start index function and get 15 "bonnen" per page
public function index() {
$this->Paginator->settings = array('limit' => 15, 'order'=>array('bon_id'=>'desc'));
$this->set('bonnen', $this->paginate());
}

// Start add function and add a new "bon" when request is generated
public function add() {
if ($this->request->is('post')) {
$this->Bonnen->create();

// Set creation date
$this->request->data = Date('Y-m-d H:i:s');
if($this->Bonnen->save($this->request->data)) {
$this->Session->setFlash(__('<br/>De bon is aangemaakt.'));
return $this->redirect(array('action' => 'index'));
}
$this->Session->setFlash(__('<br/>Kan de bon niet toevoegen door een onbekende fout.'));
}
}
</code>
Thanks for the coding..... Or whatever the F that is
  • Slapy47
  • Slapy47's Avatar
  • Offline
  • Gold Boarder
  • ZARP VIP
  • EX- DarkRP Admin - TTT Moderator - Teamspeak Staff
  • Posts: 2613
  • Thanks received: 479
  • Karma: 11
Login or register to post a reply.

[Forum Game]What's in your clipboard? 8 years 9 months ago #162324

www.youtube.com
  • Morgan Dunne
  • Morgan Dunne's Avatar
  • Offline
  • Junior Boarder
  • ZARP VIP
  • EX SSRP Admin
  • Posts: 129
  • Thanks received: 27
  • Karma: 5


^add me on Steam!^
Login or register to post a reply.

[Forum Game]What's in your clipboard? 8 years 9 months ago #162325

  • _Noone_
  • _Noone_'s Avatar
  • Offline
  • Junior Boarder
  • ZARP VIP
  • Posts: 204
  • Thanks received: 8
  • Karma: -2

Click here ↓ To Add Me On Steam

This ↓ Is How I Got Garry's Mod ( ͡° ͜ʖ ͡°)
Login or register to post a reply.

[Forum Game]What's in your clipboard? 8 years 9 months ago #162327

Aybars'ın sünnet düğünü videosu
  • Walter HWITE
  • Walter HWITE's Avatar
  • Offline
  • Gold Boarder
  • ZARP VIP
  • Posts: 2361
  • Thanks received: 354
  • Karma: 4
Former SSRP Super Administrator
Former BHOP Moderator
Former Deathrun Administrator
Former Teamspeak Moderator
A legend
steamcommunity.com/id/nottheoneyouthnk
Login or register to post a reply.

[Forum Game]What's in your clipboard? 8 years 9 months ago #162328

smithyrox789
  • ParaMontana
  • ParaMontana's Avatar
  • Offline
  • User is blocked
  • ZARP VIP
  • Posts: 5541
  • Thanks received: 3172
  • Karma: -1047
Login or register to post a reply.

[Forum Game]What's in your clipboard? 8 years 9 months ago #162329

<23:10:10> "Slapy47 #StopHitmanTrollByRed": Hoi died by a minion
  • Hoi
  • Hoi's Avatar
  • Offline
  • Gold Boarder
  • ZARP VIP
  • 21
  • Posts: 2327
  • Thanks received: 513
  • Karma: 39


Thank you Nexize for VIP

21

Resigned Global moderator, TTT/DarkRP Admin
Login or register to post a reply.
The following user(s) said Thank You: Slapy47

[Forum Game]What's in your clipboard? 8 years 9 months ago #162330

Slapy47 wrote:
illuminatixs wrote:
<Snip>
Thanks for the coding..... Or whatever the F that is

PHP code for the cakePHP framework. x)
  • illuminatixs
  • illuminatixs's Avatar
  • Offline
  • Expert Boarder
  • ZARP VIP
  • Taste my rainbow!
  • Posts: 1141
  • Thanks received: 262
  • Karma: 18
Login or register to post a reply.

[Forum Game]What's in your clipboard? 8 years 9 months ago #162332

illuminatixs wrote:
Slapy47 wrote:
illuminatixs wrote:
<Snip>
Thanks for the coding..... Or whatever the F that is

PHP code for the cakePHP framework. x)

Thanks ima show it to my mum and said that I coded it.
  • Hoi
  • Hoi's Avatar
  • Offline
  • Gold Boarder
  • ZARP VIP
  • 21
  • Posts: 2327
  • Thanks received: 513
  • Karma: 39


Thank you Nexize for VIP

21

Resigned Global moderator, TTT/DarkRP Admin
Login or register to post a reply.

[Forum Game]What's in your clipboard? 8 years 9 months ago #162346

ENTER ON YOUR OWN RISK
Warning: Spoiler! [ Click to expand ]
  • Slapy47
  • Slapy47's Avatar
  • Offline
  • Gold Boarder
  • ZARP VIP
  • EX- DarkRP Admin - TTT Moderator - Teamspeak Staff
  • Posts: 2613
  • Thanks received: 479
  • Karma: 11
Last Edit: 8 years 9 months ago by Slapy47.
Login or register to post a reply.

[Forum Game]What's in your clipboard? 8 years 9 months ago #162440

Slapy47 wrote:
ENTER ON YOUR OWN RISK
Warning: Spoiler! [ Click to expand ]

can confirm this was said
  • _Noone_
  • _Noone_'s Avatar
  • Offline
  • Junior Boarder
  • ZARP VIP
  • Posts: 204
  • Thanks received: 8
  • Karma: -2

Click here ↓ To Add Me On Steam

This ↓ Is How I Got Garry's Mod ( ͡° ͜ʖ ͡°)
Login or register to post a reply.
Time to create page: 0.469 seconds

263 PLAYERS ONLINE

Connect to server View Gametracker DarkRP 1
13/127
online
Connect to server View Gametracker Deathrun
0/40
online
Connect to server View Gametracker TTT
0/47
online
Connect to server View Gametracker Bhop
1/32
online
Connect to server View Gametracker Surf
0/32
online
Connect to server View Gametracker Prop Hunt
4/42
online
Connect to server View Gametracker Sandbox
0/42
online
Connect to server Discord
245/789
online
Top