This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
391
The Pub / Re: Hardening admin security
« on November 6th, 2012, 01:13 AM »
Well, there could be a manual option to disable it (editing config file) if there are problems (and switch back to the "normal" method). This wouldn't decrease security because to disable it an attacker should have FTP access (and if it has it it knows also db password..)
edit: anyway, also big sites started using it, such as Dropbox and Amazon web services ;)
edit: anyway, also big sites started using it, such as Dropbox and Amazon web services ;)
392
The Pub / Re: Hardening admin security
« on November 6th, 2012, 12:55 AM »
I know you don't like Google, but I'd suggest Google Aithenticator API (open source) :D
393
The Pub / Re: Looking for volunteers to test the Wedge private alpha!
« on November 5th, 2012, 01:52 PM »Unfortunately I cannot guarantee you enough time these days to test the alpha.. hopefully I'll have more free time soon. ;)
394
Archived fixes / Re: Membergroup settings
« on November 5th, 2012, 12:13 PM »I don't understand the code stuff but this bit "what it gives the admin, is the ability to browse their website using another set of groups, and be able to go back to admin mode at any time." sounds useful.
395
The Pub / Re: Looking for volunteers to test the Wedge private alpha!
« on November 2nd, 2012, 11:07 PM »
I don't have access too (I can't even see the album) :P
396
The Pub / Re: Wedge private alpha is OUT!
« on November 2nd, 2012, 03:20 PM »After 24hours, I could not still download the alpha version. Hmmm... OK, Wait till it fixed in media.
397
Development blog / Re: It only took two guys two years...
« on November 1st, 2012, 08:43 PM »
Yuppi!!!!! Yes!! I remember the first days! All the moves between domains :P
398
Off-topic / Re: iHate Apple
« on October 31st, 2012, 09:05 PM »
Thoughts on this? :)
http://informationarchitects.net/blog/mountain-lions-new-file-system/
http://informationarchitects.net/blog/mountain-lions-new-file-system/
399
Off-topic / Re: Extract images with a certain tag from Instagram
« on October 30th, 2012, 08:42 PM »
I managed to solve all ths. :)
Anyway another strange thing is happening! :P After some upgrade from PHP 5.4.2 to 5.4.8 (I did every step, so 5.4.2 to 5.4.3, then 5.4.4 to 5.4.5..) - I don't know which upgrade is the "guilty" one :P - the setlocale thing stopped working..
This is my code (I removed the other parts and left the one interesting):
Code: [Select]
As you can see I set setlocale to it_IT, so strftime('%e %B',strtotime($decode[$i]['created_at'])) should print dates in italian (and it did before upgrading to X PHP version).. for some reason it's in english...
Anyway another strange thing is happening! :P After some upgrade from PHP 5.4.2 to 5.4.8 (I did every step, so 5.4.2 to 5.4.3, then 5.4.4 to 5.4.5..) - I don't know which upgrade is the "guilty" one :P - the setlocale thing stopped working..
This is my code (I removed the other parts and left the one interesting):
<?php
setlocale(LC_ALL, 'it_IT');
?>
<div class="box" style="padding-left:20px">
<h2 id="twitter_title">TWITTER</h2>
<?php
$json = wp_remote_get("http://api.twitter.com/1/statuses/user_timeline/lorenzoraffio.json?count=9", true);
$decode = json_decode($json['body'], true);
echo "
<ul style='color:#6E6E6E'>";
$count = count($decode); //counting the number of status
for($i=0;$i<$count;$i++){ echo '
<li>'.$decode[$i]['text'].'<br><a href='; echo '"http://twitter.com/#!/'.$decode[0][user][name].'/status/'.$decode[$i][id].'"><small>'. strftime('%e %B',strtotime($decode[$i]['created_at'])) ."</small></a> - <a href='http://twitter.com/intent/tweet?in_reply_to=".$decode[$i][id]."'><small>rispondi</small></a> - <a href='http://twitter.com/intent/retweet?tweet_id=".$decode[$i][id]."'><small>retweet</small></a> - <a href='http://twitter.com/intent/favorite?tweet_id=".$decode[$i][id]."'><small>preferito</small></a></li>";} echo "
</ul>
";
?>
</div>
As you can see I set setlocale to it_IT, so strftime('%e %B',strtotime($decode[$i]['created_at'])) should print dates in italian (and it did before upgrading to X PHP version).. for some reason it's in english...
400
Off-topic / Re: iHate Apple
« on October 30th, 2012, 08:05 PM »Also I am not sure but maybe US English is different in how we structure and express our sentences that my point may be coming up differently to your interpretation. That is a theory though, because you're still twisting my words.
Anyway, I think that Apple is pioneering indeed. They didn't just drop floppy back in the days and cd/dvd player now, they're always pushing new technologies (h264, html5), also sometimes at the expense of users understanding (SSDs vs gigantic HDDs). They also revitalized the media market, prey of the piracy before (and still, for the most part). Think about iTunes Match, there's nothing like that, it's a way to legalize what was lost. It creates a market in some ways ( who said "app store"? ;) ).
402
The Pub / Re: Looking for volunteers to test the Wedge private alpha!
« on October 28th, 2012, 12:53 PM »I can't seem to access the beta boards. I should be able to, right?
403
The Pub / Re: Looking for volunteers to test the Wedge private alpha!
« on October 26th, 2012, 07:19 PM »
Unfortunately I cannot guarantee you enough time these days to test the alpha.. hopefully I'll have more free time soon. ;)
404
The Pub / Re: Looking for volunteers to test the Wedge private alpha!
« on October 26th, 2012, 06:43 PM »
:)Quote from Arantor on October 26th, 2012, 06:41 PM LOL
Dragooon, you know you already have access anyway right?
405
Features / Re: New revs - Public comments
« on October 23rd, 2012, 09:59 PM »
Isn't Wedge for real men and women? Well, they don't use IE 6/7. :whistle: