Subscribe:

Pages

LinkWithin

Related Posts Plugin for WordPress, Blogger...
Showing posts with label tips. Show all posts
Showing posts with label tips. Show all posts

Thursday, August 22, 2013

How to open adf.ly links in India, SIMPLE METHOD (Using shorten links Bypasser)


adf.ly

This website/URL has been blocked until further notice either pursuant to Court orders or on the Directions issued by the Department of Telecommunications

Permission in india ?

adf.ly has to need the permission  to run in india till then you have to wait.

I am sad to here this but I founded a simple method to get in to the blocked adf.ly website
the method which I am going to  tell is founded earlier it is used to convert adf.ly links 

Step 1 :go to http://cyberflux.info/shortlink.php

Step 2 :type the adf.ly link in the Text field
Step 3:Then click 'bypass links'button
now your direct link to the web site your are looking for will be shown under the button like this;
It is the easiest way in my opinion some other tricks are there but they dont work for me
So happy bypassing,, you can also bypass all other short links

Wednesday, August 21, 2013

How to earn money with CLIXSENSE (Trust Me)



What do you feel with PTC (Paid To Click)? I know you haven't a good felling on it.because we think we can't earn lot of money from it.click ads 2 or 3 days and leave it.Today I'm going to explain you how earn real money with clixsense.don't leave this post before the end and read this carefully.

         Firstly go through below link and sign up in clixsense.
      sign up here

Thursday, September 20, 2012

Get a SMS When your Website is Down | Monitor Website With Google Docs

always use Google Docs for saving sharing my data. But now with Google Docs you can monitor your website’s up-time and down-time. The latest version of this Google Docs based website monitoring tool is even better:
  • Support multiple websites and blogs
  • It not only support E-mail but also SMS Alert

 How To Do:

  1. Click here and get a sheet.
  2. Now go to file and make copy of it.
  3. You’ll see a new Website Monitor menu in the toolbar. Click Initialize and you’ll get a pop-up asking for authorization. Just say Yes.
  4. Put your Website URL and email address
  5. You can put multiple URLs by adding comma.
  6. Go to the Website Monitor menu again and choose “Start Monitoring”.
Note: If you do not wish to receive SMS alerts, simply change the value of cell B4 from Yes to No.

Full Source Code:
function init() {  
  if (ScriptApp.getScriptTriggers().length == 0) {
    // Set up a monitor that triggers every 5 minutes
    ScriptApp.newTrigger("websiteMonitor")
      .timeBased().everyMinutes(5).create();
  }  
}
function websiteMonitor()
{
  var response, error, code, urls;
  // The script can monitor multiple website URLs (comma separated)
  urls = SpreadsheetApp.getActiveSheet().getRange("B2").getValue();
  urls = urls.replace(/\s/g, "").split(",");
  
  for (var i=0; ii++) {
    
    var url = urls[i];
      
    if (!ScriptProperties.getProperty(url)) {
        ScriptProperties.setProperty(url, 200);
    }
    
    // Trying to connect to the website URL
    try {    
      response = UrlFetchApp.fetch(url);
    } catch(error) {
      // If URLFetchApp fails, the site is probably down
      updateLog(url, -1);
      continue;
    }
    
    code = response.getResponseCode();
    updateLog(url, code);
    
  }
}
function updateLog(url, code) {  
  
  if (ScriptProperties.getProperty(url) == code)
    return;
  
  ScriptProperties.setProperty(url, code);
  
  var sheet = SpreadsheetApp.getActiveSheet();
  
  var row   = sheet.getLastRow() + 1;    
  var time  = new Date();  
  var msg = "Down";
  
  if (code == 200)
    msg = "Up";
  
  msg = "Website is " + msg + "  " + url;
  
  sheet.getRange(row,1).setValue(time);
  sheet.getRange(row,2).setValue(msg);
  
  // Send an email notification when the site status changes
  var email = sheet.getRange("B3").getValue();  
  MailApp.sendEmail(email, msg, url);
  
  var now   = new Date(time.getTime() + 10000);
  // Create an event in Google Calendar with an SMS reminder
  if (sheet.getRange("B4").getValue().toLowerCase() == "yes")
    CalendarApp.createEvent(msg, now, now).addSmsReminder(0);
}

Revolver map

Rank

Linked

 
ExactSeek.com