This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$days = array( | |
"Monday" => array( | |
"start" => "măta", | |
"end" => "15" | |
), | |
"Tuesday" => array( | |
"start" => "1.25", | |
"end" => "15" | |
), | |
"Wednesday" => array( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5.2.128.0/17 | |
5.12.0.0/14 | |
5.35.208.0/21 | |
5.41.0.0/16 | |
5.42.160.0/19 | |
5.83.32.0/20 | |
5.107.0.0/16 | |
5.154.0.0/15 | |
5.156.0.0/16 | |
5.157.128.0/17 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
se cauta 4 programatori: | |
zend, codeingniter sau de preferinta symphony | |
js, jquery, lugu lugu | |
engleză obligatoriu | |
proiecte maricele, cateva luni pana la 1 an | |
salariu: 1000 € | |
cine e interesat [email protected] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
server { | |
listen 80; ## listen for ipv4 | |
server_name www.sent.ro sent.ro; | |
if ($host = 'www.sent.ro' ) { | |
rewrite ^/(.*)$ http://sent.ro/$1 permanent; | |
} | |
access_log /srv/www/sent.ro/logs/access.log; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Name: Reverse MD5 | |
Description: decode md5 | |
Usage: md5 <string> | |
Author: necenzurat | |
Author URI: http://necenzurat.com | |
*/ | |
if($cmd[0] == 'md5') { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
while (true) { | |
$remoteFile = 'http://www.emag.ro'; | |
$ch = curl_init($remoteFile); | |
curl_setopt($ch, CURLOPT_NOBODY, true); | |
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); | |
curl_setopt($ch, CURLOPT_HEADER, true); | |
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); | |
$data = curl_exec($ch); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NOUL LAPTOP APPLE MacBook PRO RETINA SIGILAT. | |
Ultima aparitie ! | |
NOUL MODEL iulie 2012 ! | |
CARCASA UNIBODY ALUMINIU ! | |
CAP DE SERIE ! | |
Pana la 7 ore autonomie ! | |
Numai 2 kg ! 1.8 cm grosime ! | |
Generatie noua de procesor | |
NEW Intel QUAD Core i7 2.6 GHz - 3.6 GHz (6 MB cache) cu Turbo Boost | |
8 GB DDRAM 3 1600 MHz ! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*** eroarea: | |
FacebookApiException Object | |
( | |
[result:protected] => Array | |
( | |
[error] => Array | |
( | |
[message] => Error validating access token: Session does not match current stored session. This may be because the user changed the password since the time the session was created or Facebook has changed the session for security reasons. | |
[type] => OAuthException | |
[code] => 190 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// activate full error reporting | |
//error_reporting(E_ALL & E_STRICT); | |
include 'XMPPHP/XMPP.php'; | |
#Use XMPPHP_Log::LEVEL_VERBOSE to get more logging for error reports | |
#If this doesn't work, are you running 64-bit PHP with < 5.2.6? | |
$conn = new XMPPHP_XMPP('talk.google.com', 5222, 'user', 'parola', 'xmpphp', 'gmail.com', $printlog=true, $loglevel=XMPPHP_Log::LEVEL_INFO); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "hubot", | |
"version": "2.3.4", | |
"author": "hubot", | |
"keywords": "github hubot campfire bot", | |
"description": "A simple helpful Robot for your Company", | |
"engines": { | |
"node": "0.8.12", | |
"npm": "1.1.49" | |
}, |