Thursday, April 25, 2013

Reply letter from the pirate-bay to Dream-works

Reply letter from Pirate-bay to Dream-works 

 
Date: Sat, 21 Aug 2004 18:21:43 -0100 (GMT)
From: anakata
To: KMWLAW@flash.net[/email]
Subject: Re: Unauthorized Use of DreamWorks SKG Properties

On Mon, 23 Aug 2004 KMWLAW@flash.net wrote:

> Dennis L. Wilson, Esq.
> KEATS McFARLAND & WILSON, LLP
> 9720 Wilshire Blvd., Penthouse Suite
> Beverly Hills, CA 90212
> Tel: (310) 248-3830
> Fax: (310) 860-0363
>
>
> August 23, 2004
>
>
> VIA ELECTRONIC MAIL
> AND U.S. MAIL
>
> ThePirateBay.org
> Box 1206
> Stockholm 11479
> SWEDEN
>
> [email]tracker-40-aa-5f-03-412675c8@prq.to
>
> Re: Unauthorized Use of DreamWorks SKG Properties
> http://www.thepiratebay.org
>
> To Whom It May Concern:
>
> This letter is being written to you on behalf of our
> client, DreamWorks SKG (hereinafter ^ÓDreamWorks^Ô).
> DreamWorks is the exclusive owner of all copyright,
> trademark and other intellectual property rights in
> and to the ^ÓShrek 2^Ô motion picture. No one is
> authorized to copy, reproduce, distribute, or
> otherwise use the ^ÓShrek 2^Ô motion picture without
> the express written permission of DreamWorks.
[...]
> As you may be aware, Internet Service Providers can
> be held liable if they do not respond to claims of
> infringement pursuant to the requirements of the
> Digital Millennium Copyright Act (DMCA). In
> accordance with the DMCA, we request your assistance
> in the removal of infringements of the ^ÓShrek 2^Ô
> motion picture from this web site and any other sites
> for which you act as an Internet Service Provider.
> We further declare under penalty of perjury that we
> are authorized to act on behalf of DreamWorks and
> that the information in this letter is accurate.
> Please contact me immediately to discuss this matter
> further.

As you may or may not be aware, Sweden is not a state in the United States
of America. Sweden is a country in northern Europe.
Unless you figured it out by now, US law does not apply here.
For your information, no Swedish law is being violated.

Please be assured that any further contact with us, regardless of medium,
will result in
a) a suit being filed for harassment
b) a formal complaint lodged with the bar of your legal counsel, for
sending frivolous legal threats.

It is the opinion of us and our lawyers that you are ....... morons, and
that you should please go sodomize yourself with retractable batons.

Please also note that your e-mail and letter will be published in full on
http://www.thepiratebay.org.

Go fuck yourself.

Polite as usual,
anakata
 
Want more : http://thepiratebay.is/legal 

Wednesday, April 17, 2013

Create and send calendar events to Outlook/iCal in PHP (ics Format)

Use the below code to create a calendar event in PHP and send it as email to Microsoft Outlook or iPhone Calendar.
 

< ?php
/**
 * @category   iCalendar
 * @description Basic code for sending an event invitation.
*/

//Create ICAL Content (Google rfc 2445 for details and examples of usage)
//reference : http://www.mavetju.org/programming/outlook-ics.php

$message="BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:REQUEST
BEGIN:VEVENT
DTSTART:20110718T121000Z
DTEND:20110718T131000Z
DTSTAMP:20110525T075116Z
ORGANIZER;CN=From Name:mailto:from email id
UID:12345678
ATTENDEE;PARTSTAT=NEEDS-ACTION;RSVP= TRUE;CN=Sample:mailto:sample@test.com
DESCRIPTION:This is a test of iCalendar event invitation.
LOCATION: Kochi
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:Test iCalendar
TRANSP:OPAQUE
END:VEVENT
END:VCALENDAR";

/*Setting the header part, this is important */
$headers = "From: From Name \n";
$headers .= "MIME-Version: 1.0\n";
$headers .= "Content-Type: text/calendar; method=REQUEST;\n";
$headers .= '        charset="UTF-8"';
$headers .= "\n";
$headers .= "Content-Transfer-Encoding: 7bit";

/*mail content , attaching the ics detail in the mail as content*/
$subject = "Meeting Subject";
$subject = html_entity_decode($subject, ENT_QUOTES, 'UTF-8');

/*mail send*/
if(mail("To email", $subject, $message, $headers)) {

    echo "sent";
}else {
    echo "error";
}

? >

Saturday, April 13, 2013

Attacks against WordPress and Joomla sites have tripled

Hosting providers around the world are seeing a massive increase in brute force attacks against WordPress and Joomla sites. Attackers are looking to gain access to and compromise accounts, but failing that, they are slowing down their targets or even rendering them unavailable as they exhaust the sites’ resources.
Melbourne Server Hosting is reporting that it has seen signs over the past 48 hours of increased attempts, while Immotion Hosting has noted they are coming from a large amount of IP addresses spread across the world. This would suggest the attackers are using a botnet to break in; HostGator has said at least 90,000 computers are involved while CloudFlare has noted it “more than tens of thousands of unique IP addresses” are being used.
Sucuri, a security firm that blocks various types of Internet attacks, reports that it has also seen a notable increase. The company shared the following data points:
  • December 2012: 678,519 login attempts blocked.
  • January 2013: 1,252,308 login attempts blocked.
  • February 2013: 1,034,323 login attempts blocked.
  • March 2013: 950,389 login attempts blocked.
  • April 2013: 774,104 login attempts blocked for the first 10 days.
The top five user names being attempted are admin, test, administrator, Admin, and root. The top five passwords being attempted are admin, 123456, 666666, 111111, and 12345678. Obviously, if you are using any common user name or password, you should change it immediately.
In other words, Sucuri has been seeing 30 to 40 thousand attacks per day for the last few months, but this month that number has increased to 77,000 per day on average. In the last few days, the firm says the figure has reached more than 100,000 per day, meaning the number of brute force attempts has more than tripled.
For those who don’t know, a botnet refers to a group of computers (sometimes called zombies) that have been infected with malware to perform tasks for whomever distributed said threat. This individual, or organization, controls the botnet by sending instructions to the zombies from one or more Command & Control (C&C) servers.
A brute-force attack, meanwhile, refers to the systematic checking of all possible passwords (or just popular ones) until the correct password is found. A botnet is not required, but can help in the process as multiple computers can be used to check different combinations and avoid triggering multiple attempt limits.
While these attacks against popular content management systems are nothing new, the sudden increase is a bit worrying. Until the botnet in question is taken down, however, there is not much that can be done aside from ensuring you are taking every precaution. That includes using a solid username and password combination as well as ensuring your CMS and plugins are up-to-date.
Update: WordPress creator Matt Mullenweg has released a statement regarding the issue:
Almost 3 years ago we released a version of WordPress (3.0) that allowed you to pick a custom username on installation, which largely ended people using “admin” as their default username. Right now there’s a botnet going around all of the WordPresses it can find trying to login with the “admin” username and a bunch of common passwords, and it has turned into a news story (especially from companies that sell “solutions” to the problem).
Here’s what I would recommend: If you still use “admin” as a username on your blog, change it, use a strong password, if you’re on WP.com turn on two-factor authentication, and of course make sure you’re up-to-date on the latest version of WordPress. Do this and you’ll be ahead of 99% of sites out there and probably never have a problem. Most other advice isn’t great — supposedly this botnet has over 90,000 IP addresses, so an IP limiting or login throttling plugin isn’t going to be great (they could try from a different IP a second for 24 hours).

Facebook Home - Free APK Download for all Android devices


Not able to run Facebook Home on your device officially from the Play Store? Luckily you can grab the APK and install directly!

On an officially unsupported device your experience may vary, but then you knew that. :)

Before installing Home you need to ensure that both latest Facebook main app (katana) and Messenger app (orca) are installed... once they are installed, use this link - Download - to install Facebook Home then hit the home button on your device to activate.

It's early days so update in this topic how you get on, if any patches etc. are needed for full functionality, i'll be posting them here, so hit the 'follow topic' button for updates!

DOWNLOAD FACEBOOK HOME APK NOW

Thursday, April 4, 2013

fragment.js

A tiny (625 bytes gzipped) tool for easily loading html fragments and templates.

Example

Fragment.js allows you to load html fragments into any element, by just adding a data-fragment attribute.
data-fragment="fragment.html">
This was loaded with fragment.js

Templating example

You can also use it for loading templates with the data-fragment-json attribute. Mustache, Handlebars and Underscore are supported by default and will automatically be used if they're available in the global scope. But you can just override the window.fragment.render function if you want to use something else.
data-fragment-json="fragment.json">This is {{adjective}}!
This is awesome!

HTML as JSON

If the element already has an innerHTML, you only use the data-fragment attribute, and don't provide a custom renderer; fragment.js will attempt to render Mustache, Handlebars then Underscore with the innerHTML as input.
data-fragment="mustache-fragment.html">{"adjective":"fantastic"}
fragment.js is really fantastic!

Combining

Of course, combining the two attributes also works.
data-fragment="mustache-fragment.html" data-fragment-json="fragment.json">
fragment.js is really awesome!

JSONP example

If the window hostname isn't the same as the json url hostname, it'll try to use jsonp. By default it uses callback as the callback parameter, but you can change it by changing fragment.jsonp
data-fragment-json="http://search.twitter.com/search.json?q=javascript&rpp=2"> {{#results}} {{from_user}} said: {{text}}
{{/results}}
CheckNAU said:
[JS]レイヤーに要素を配置し、分離して3Dにぐるぐる回転させるスクリプト -CSSMatrix | コリス http://t.co/leWQiGSHoU

NooKo3_News said: [JS]レイヤーに要素を配置し、分離して3Dにぐるぐる回転させるスクリプト -CSSMatrix | コリス(はてぶ - IT)http://t.co/9Mz7eyAZhN

Popular Posts