ShareThis

Showing posts with label Hack. Show all posts
Showing posts with label Hack. Show all posts

Saturday, December 24, 2011

How to insert rage faces on facebook chat



 
Insert the following into a chat with your friends:


FaceCode
Troll face [[171108522930776]]
ARE YOU FUCKING KIDDING ME [[143220739082110]]
Not bad Obama [[169919399735055]]
Me Gusta[[211782832186415]]
Mother of God[[142670085793927]]
Cereal Guy[[170815706323196]]
LOL Face[[168456309878025]]
NO Guy[[167359756658519]]
Yao Ming [[218595638164996]]
Derp [[224812970902314]]
Derpina [[192644604154319]]
Forever Alone [[177903015598419]]
Not Bad [[NotBaad]]
Fuck yeah [[105387672833401]]
Challang accepted [[100002727365206]]
Okay face [[100002752520227]]
Dumb bitch [[218595638164996]]
Poker face [[129627277060203]]
Okay face [[224812970902314]]
Socially awkward penguin [[98438140742]]
Rage face [[FUUUOFFICIAL]]
Lamp [[100001256102462]]
No [[167359756658519]]
MOG [[142670085793927]]
Feel like a sir [[168040846586189]]
Forever alone christmas [[125038607580286]]
[[100002727365206]]


Click here to see more codes from Reddit Users 

Alphabet Codes:

[[107015582669715]] = A
[[116067591741123]] = B
[[115602405121532]] = C
[[112542438763744]] = D
[[115430438474268]] = E
[[109225112442557]] = F
[[111532845537326]] = G
[[111356865552629]] = H
[[109294689102123]] = I
[[115636698451811]] = J (hard to read, but legit)
[[116651741681944]] = K
[[115807951764667]] = L
[[106596672714242]] = M
[[108634132504932]] = N
[[116564658357124]] = O
[[111669128857397]] = P
[[107061805996548]] = Q
[[106699962703083]] = R
[[115927268419031]] = S
[[112669162092780]] = T
[[108983579135532]] = U
[[107023745999320]] = V
[[106678406038354]] = W
[[116740548336581]] = X
[[112416755444217]] = Y
[[165724910215]] = Z (dark on white, different from other letters)

Forget copying pasting one by one. 
Try the Auto Facebook Text Generator.



The following is an excerpt from reddit. It contains codes to insert images into facebook chat Facebook Smileys (chat emoticon codes) or facebook image codes.



Sunday, December 11, 2011

BF3 Fix: Speed Up Map Loading Times


Nvidia Cards:

1) Open up Nvidia Control Panel (Tutorial)
2) Click on Manage 3D Settings
3) Click on Program SettingsSelect Battlefield 3 in the drop down box (
**If it's not there click add and find bf3.exe located C:\Program Files (x86)\Origin Games\Battlefield 3)
4) Find Threaded optimization
5) Turn On
6) Click Apply




AMD/ATI Cards:

1) Download ATT (http://downloads.guru3d.com/download.php?det=733)
2) Install
3) Right click on the icon in the bottom right corner of your screen
4) Click on Tweaks
5) Click on Advanced Tweaks
6) In the drop down box select Multi Threaded SupportChange to 2 or 4
(Depending on how many cores you have on your CPU)
7) Make sure the radio box above is ticked
8 ) Click apply



Maps should now load faster.

Tuesday, November 22, 2011

How do I install the Facebook Like button on my website / blog / forum ?

Facebook offers a very simple button generator:
http://developers.facebook.com/docs/reference/plugins/like/

How to get a SEO Friendly Blogger Page Title

Looking for a quick fix that will improve your rankings? Take a look at your blogger title tags. A title tag is the line of text that is normally displayed at the top of the browser window. Title tags are arguably the most important SEO tags for any blog.


title tag SEO blogger
For most search engines, the maximum length of a title tag to be displayed is between 60-75 characters. If your title tag is over 75 characters, your title will be cut off around 75 characters on the search results page.

In my mind, the title tag is so vital to the success of your SEO that I advocate rigorous testing of tags to find which ones work and which don't. Once you've found a winner, you should implement a title tag formula that everyone who touches SEO on your website can follow. Benefits of an SEO title tag for your blogger title


Display some HTML elements only on home page

Sometimes it's usefult to display some page elements only on home page and not on each single post. To do it, you have to use Blogger <b:if> statement, adding the following code on your Blogger template:


<b:if cond='data:blog.pageType != "item"'>
<!-- ... HTML code if you want to display only on home page here... -->
</b:if&gt

In this way, if the current page isn't an "item" page (but for example it's your home page) , will be displayed all code within <b:if> tag.


Page title and meta tag description

For a better indexing of your blog on Google I suggest you to make these simple changes on your template. Change this line (blog title):

<title><data:blog.pageTitle/></title>

with the following code:

<b:if cond='data:blog.pageType != "item"'>
<title>My site | This is a short description</title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>

and add Meta tag description below the previous <b:if> statement.

<b:if cond='data:blog.pageType != "item"'>
<meta name="Description" content="Add here a short description of your site" />
</b:if>

For example: "SEOmoz is the most popular provider of SEO software. Our easy to use tools and tutorials make search engine optimization accessible to everyone.", so when someone looking for SEOmoz on Google, search results display the following description:

title tag SEO on SEOmoz


SEOmoz on Google

Finished! Now you have an SEO friendly page title.

Tutorial for Facebook Like/Fan Box For Blogger


This tutorial is for everyone who has already created a Facebook Fan Page. If have not created one, try making one. A Fan Box or Like Box allows your Blog visitors to like your Facebook fan page, without leaving your blog. It can also display faces of the “likers” on your blog. To add the fan box to blogger, follow these steps:
1. Find out your Facebook Fan Page URL. To do that, just visit your Facebook Fan Page, and copy the url in the address bar.
image
In my case it is http://www.facebook.com/bloggerplugins (The url which you see in the address bar when you visit your fan page.) .Copy this url from your address bar.
You have already copied the Facebook fan page url. Paste this into the Facebook Page URL field
image
Select the choices appropriately and you can see a live preview of the Like/Fan box.
3.Once you are satisfied with the looks of the Like Box, Click on the “Get Code” button
4. Copy the xfbml code which gets generated.
image
5. Now login to your Blogger account and go to Design > Page Elements
Click Add a Gadget Link and Add an HTML/JavaScript Gadget
image
6.Paste the generated code as the Gadget’s Content
image
and Save the Gadget.
7.Next you have to add the fb namespace to your template tag.Your template should have the specification for the fb tag that you have used. The following namespace declaration will take care of that. To declare the namespace, Go to Design/Template > Edit HTMLand find
<html
and change it to
<html xmlns:fb="https://www.facebook.com/2008/fbml"
The following screenshot will help you out.
imageThis is necessary for all FBML widgets using the fb tag.  So if you have already added the namespace while adding some other FB plugin, then you can skip this.
8.Save the Template and you should see the Fan/Like Box on your blog’s sidebar.

Another variation

If you need a simpler Like button, without any extra decorations, then visithttp://developers.facebook.com/docs/reference/plugins/like . In the code generator, paste your Facebook Fan Page’s url as the URL to Like and follow steps 3 to 5. Now you will get a simpler Like Button with count.

How to add Blogger Auto Read more with thumbnail

Expandable post or popularly known as “read more” is a feature that make your blog shows only a part of your posts on index pages i.e. home, labels and archive blogger pages. At the end of each preview there will be a link to the post page, usually attached to the phrase “read more”.


This nice trick will automatically create post summaries with thumbnails.You don't need to add any extra code in every blogger post that you make. This is very handy if you have lots of long articles all on one page.

Applying auto read more

Here we go:
  1. Login to your Blogger account.
  2. Go to Dashboard > Design > Edit HTML
  3. Back up your template
  4. Check the Expand Widget Templates check box on top right of the HTML window.
  5. In the code window, look for </head> line.
  6. Add the Read More code below right after that line:

<!-- Auto read more script Start -->
<script type='text/javascript'>
var thumbnail_mode = "yes"; //yes -with thumbnail, no -no thumbnail
summary_noimg = 430; //summary length when no image
summary_img = 340; //summary length when with image
img_thumb_height = 200;
img_thumb_width = 200;
</script>
<script type='text/javascript'>
//<![CDATA[
function removeHtmlTag(strx,chop){ 
 if(strx.indexOf("<")!=-1)
 {
  var s = strx.split("<"); 
  for(var i=0;i<s.length;i++){ 
   if(s[i].indexOf(">")!=-1){ 
    s[i] = s[i].substring(s[i].indexOf(">")+1,s[i].length); 
   } 
  } 
  strx =  s.join(""); 
 }
 chop = (chop < strx.length-1) ? chop : strx.length-2; 
 while(strx.charAt(chop-1)!=' ' && strx.indexOf(' ',chop)!=-1) chop++; 
 strx = strx.substring(0,chop-1); 
 return strx+'...'; 
}

function createSummaryAndThumb(pID){
 var div = document.getElementById(pID);
 var imgtag = "";
 var img = div.getElementsByTagName("img");
 var summ = summary_noimg;
        if(thumbnail_mode == "yes") {
 if(img.length>=1) { 
  imgtag = '<span style="float:left; padding:0px 10px 5px 0px;"><img src="'+img[0].src+'" width="'+img_thumb_width+'px" height="'+img_thumb_height+'px"/></span>';
  summ = summary_img;
 }
 }
 var summary = imgtag + '<div>' + removeHtmlTag(div.innerHTML,summ) + '</div>';
 div.innerHTML = summary;
}
//]]>
</script>
<!-- Auto read more script End -->

Add Auto Read More


Now, find this line: <data:post.body/>

and replace the line with this code:

<!-- Auto read more Start -->
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<data:post.body/>
<b:else/>
<b:if cond='data:blog.pageType == &quot;static_page&quot;'>
<data:post.body/>
<b:else/>
<div expr:id='&quot;summary&quot; + data:post.id'><data:post.body/></div>
<script type='text/javascript'> createSummaryAndThumb(&quot;summary<data:post.id/>&quot;);
</script>
<a class='more' expr:href='data:post.url'>[read more...]</a>
</b:if>
</b:if>
<!-- Auto read more End -->

Click Preview. If it works, then click Save Template. 

Customizing the snippet


You can customize the read more by changing the values of the variables below:
  1. thumbnail_mode: set to “yes” if you want to show thumbnail with text summary. Set to other than “yes” to show only text summary.
  2. summary_img: specify the number of characters (including spaces) you want to show in the summary, with thumbnail.
  3. summary_noimg: specify the number of characters (including spaces) you want to show in the summary, when there is no thumbnail.
  4. img_thumb_height and img_thumb_width: specify the thumbnail height and width (in pixels).
  5. You also can change the words [Read more...] with your own if you want.

That’s it, enjoy!

Instant Premium Link Gen for Popular File Hosting sites

Check out:
Code:
http://ebookroof.com
I've Been using it for awhile and i must say it's great! I Tried it on fileserve and wupload