SC HACKER

Attention to all : If you want to ask something because you are having problem or you can't figure out what i posted..Post a Comment and Participate on this site.. I need to know which topic you like me to post more.. and if you like my post or you've been help by my post.. you can thank me at the comment box.. and always remember to scan all the files first before you open or install..all files are download at your own risk, i am not responsible for any damage done into your computer..

twitter Displaying the messages through twitter is essentially on page apart like Kang Rohman’s, which addressed at http://twitter.com/rohman24. Nevertheless, besides on its original page, the messages can be displayed on your blog.
There are two options to place the twitter widget in to blogger, that is automatically (special for those who use new blogger layout) and manually (for new blogger layout and classic blogger layout). Here are the steps:


Automatically (special for new blogger layout):
  1. Please sign in to twitter.com with your ID
  2. Click Setting menu which is on the top-right of monitor screen
    setting
  3. Click “You can also add Twitter to your site” link
    addblogpng
  4. Click Blogger logo, then click Continue button  which is on bottom-right
    continue
  5. Click “Add to blogger” banner, and automatically it brings you to blogger log in page
    addtoblog
  6. Log in to blogger with your ID
  7. Choose the blog that you want to add the twitter widget
  8. Click Add Widget button
    chooseblog
  9. The Widget will be added automatically to your blog
  10. Done

Manually (special for new blogger layout)
Step #1
  1. Please sign in to twitter.com with your ID
  2. Click Setting menu which is on the top-right of monitor screen
  3. Click “You can also add Twitter to your site here” link
  4. Click blogger logo, then click Continue button which is on bottom-right copycode
  5. Copy the code given, paste it on notepad to make it easier
  6. Step #1 Done
Step #2
  1. Please log in to blogger with your ID
  2. Click Layout
  3. Click Page Element tab
  4. Click Add a gadget
    addgadget
  5. Click the sign (+) for HTML/JavaScript
    html
  6. Copy the code that you get from twitter before, paste into the available column
  7. Click Save button
  8. Done
Now your messages from twitter will be displayed on your own blog.
Good luck and don’t forget follow me on twitter

Now here is wonderful hack for displaying links to related posts beneath each of your blog posts. The related articles are chosen from other posts in that same category/label/tag. With this hack many of your readers will remain on your site for longer periods of time when they see related posts of interest.


Updates:

If your related posts have not been showing up lately: See How to Fix!

Steps for Implementation:
  1. Go to Layout >Edit HTML in your Blogger Dashboard.
  2. Back up your existing Template before making any changes!
  3. Make sure to check the "Expand Widget Templates" box.
  4. Search for the tag.
  5. Add the following code just before the tag.

  • Now Save your Template and you're done!

  • Customization
    • In order to change the number of maximum related posts being displayed for each label, search for the code below (within the code given in step 7) and change the number "5" to any desired number.
    • max-results=5

    Google Buzz is a great social tool which is very similiar to Twitter and Facebook. It's a wonderful way to engage and interact with your readers! Make sure to implement these Google Buzz buttons into your blogger posts, so that users can easily share your content on Google Buzz.



    Add Google Buzz it Button to Blogger

    1. Go to Layout >Edit HTML in your Blogger Dashboard.
    2. Back up your existing Template before making any changes!
    3. Make sure to check the "Expand Widget Templates" box.
    4. Here is the Google Buzz it Code:
    5. Search for this line of code in your template:
      and place the Google Buzz it Code right after the code you searched for above.
      If this doesn't work, then search for this code below and place the Google Buzz it Code directly before it.
    6. Now save your template and you're done!

    Add Google Buzz Button with Share Count to Blogger

    1. Here is the Google Buzz it with Share Count Code


    BPL WAP SETTINGS FOR MOBILE PHONES

    Connection name:- BPL WAP

    data bearer: packet data

    Access point name: mizone

    User name: 919821099800

    Prompt password: no

    Password: bplmssc

    Authentication: normal

    Homepage: http://wap.mizone.bplmobile.com/

    ADVANCED SETTINGS

    network type: IPv4

    Phone IP address: automatic

    DNS address: automatic

    Proxy server address : 10.0.0.10

    Proxy port address : 9401

    For BPL aka LOOP mobile subscribers, surfing the internet over their mobiles is free. The settings below are the tried and tested as on today. Use these settings in your connections settings where you have to define a new access point name [APN]. Once you have successfully established the WAP connection after following the below mentioned settings, you can tether the phone to your PC and surf net on it!! Just note that whichever browser you use, in it’s connection settings put

    PROXY Server Address: 10.0.0.10

    PORT ADDRESS: 9401

    and then you are good to go.


    Click on the Highlighted option of One touch Access. The following screen will show up:

    The highlighted button should be used to Disconnect or Connect to internet. After your connection is established, Open any of your favorite browsers like Opera or Mozilla Firefox.

    In Firefox Menu Bar, go to Tools>>Options>>Advanced>>Network>>Settings. Now do the settings as shown in the image below and click OK.

    You are Done. Now you can use Free unlimited internet in Firefox.

    The Configuration for Opera can be Set Up as follows:
    In Menu Bar, go to Tools>>Preferences>>Advanced>>Network>>Proxy Servers. Now do the settings as shown in the image below and click OK.

    Thus you can use you free BPL WAP service as unlimited Internet service for your Computer/PC.

    UPDATE:
    I found out that some of you are having problems connecting to the Internet with the above method,So here is one more method for you.
    Step 1: Go to Control Panel >> Network Places and Create a Dial up connection, using your Mobile.
    Step 2: When being asked about the UserName and Password, Type +91…(your BPL Phone number) and Password as bplmms
    Step 3: Keep the Dialling number as *99# and press Connect.

    In this tutorial we will be making a 4 column blogger template based on a two column originally designed by Douglas Bowman so i recommend you create a new blog for this tutorial using the following template



    Now we have our template we need to find the header-wrapper CSS code and change the width from 660px to 100% or 990px like ive done below



    Now we have that done we need to look for the outer-wrapper code and change the width from 660px to 990px and the padding from 10px to 0 like ive done in the following screenshot



    Now find the main-wrapper and change it from 410px to 450px unless you want your main post body to stay 410px wide also ive added a margin of 20px



    Now im going to rename the sidebar-wrapper to left-column and change the width to 170px and the float to left because it is going to be a left column although you dont have to rename it but it helps see screenshot below



    Now we have that done we need to change the XHTML code for the column so find the following XHTML code and change the name from sidebar-wrapper to left-column also move it above the main-wrapper see screenshot below (click the image for a larger view)



    Now that is done we add the CSS code for our new columns so copy the following CSS code



    #rightsidebar-left {
    margin:0 0 0 10px;
    width: 200px;
    float: left;
    word-wrap: break-word;
    overflow: hidden;
    }


    #rightsidebar-right {
    width: 120px;
    float: right;
    word-wrap: break-word;
    overflow: hidden;
    }



    and paste it just below the left-column CSS code like ive done below



    Now copy the following XHTML code















    and paste it just after the main-wrapper like ive done below




    Save your template if you followed this tutorial right your page elements should look like mine below 4 columns althought if you preview the template you will not see them until you put widgets in them i hope you enjoyed this tutorial. Click Here to see my final results

    In this tutorial we will be making a 4 column blogger template based on a two column originally designed by Douglas Bowman so i recommend you create a new blog for this tutorial using the following template



    Now we have our template we need to find the header-wrapper CSS code and change the width from 660px to 100% or 990px like ive done below



    Now we have that done we need to look for the outer-wrapper code and change the width from 660px to 990px and the padding from 10px to 0 like ive done in the following screenshot



    Now find the main-wrapper and change it from 410px to 450px unless you want your main post body to stay 410px wide also ive added a margin of 20px



    Now im going to rename the sidebar-wrapper to left-column and change the width to 170px and the float to left because it is going to be a left column although you dont have to rename it but it helps see screenshot below



    Now we have that done we need to change the XHTML code for the column so find the following XHTML code and change the name from sidebar-wrapper to left-column also move it above the main-wrapper see screenshot below (click the image for a larger view)



    Now that is done we add the CSS code for our new columns so copy the following CSS code



    #rightsidebar-left {
    margin:0 0 0 10px;
    width: 200px;
    float: left;
    word-wrap: break-word;
    overflow: hidden;
    }


    #rightsidebar-right {
    width: 120px;
    float: right;
    word-wrap: break-word;
    overflow: hidden;
    }



    and paste it just below the left-column CSS code like ive done below



    Now copy the following XHTML code















    and paste it just after the main-wrapper like ive done below



    Save your template if you followed this tutorial right your page elements should look like mine below 4 columns althought if you preview the template you will not see them until you put widgets in them i hope you enjoyed this tutorial. Click Here to see my final results

    Press the following on your mobile *#06# and the-international mobile equipment identity number appears. Then check the 7th and 8th numbers:


    1

    2

    3

    4

    5

    6

    7 th

    8 th

    9

    10

    11

    12

    13

    14

    15
    Phone serial no.

    x

    x

    x

    x

    x

    x

    ?

    ?

    x

    x

    x

    x

    x

    x

    x

    IF the Seventh & Eighth digits are 02 or 20 this means your cell phone was assembled in Emirates which is very Bad quality

    IF the Seventh & Eighth digits are 08 or 80 this means your cell phone was manufactured in Germany which is fair quality

    IF the Seventh & Eighth digits are 01 or 10 this means your cell phone was manufactured in Finland which is very Good

    IF the Seventh & Eighth digits are 00 this means your cell phone was manufactured in original factory which is the best Mobile Quality

    IF the Seventh & Eighth digits are 13 this means your cell phone was assembled in Azerbaijan which is very Bad quality and also dangerous for your health...... ......... ........