Showing posts with label Webmaster Tips and Tricks. Show all posts
Showing posts with label Webmaster Tips and Tricks. Show all posts

Friday, 26 July 2013

2 Create Android Apps With Adiquity : Increase Your Revenue Up to 5x

Adiquity announces the launch of its new offerings called “AppNow”. This is a free one click solution to convert any WAP site into an Android app.
This is a great opportunity for mobile site owners to get an Android app of their content. AppNow tool creates an Android App version of your wapsite at NO COST. Plus, AppNow comes with pre-built Adiquity ads for you to start generating revenues.
"I was really impressed with the AppNow tool on ease of converting my Wap site into App. I now get additional loyal users who visit my App frequently." - Deepak (owner of netsoda.tk - an early adopter of AppNow".)
To get an Android app for your mobile site, follow these simple steps:

    Login to your AdIQuity account >>
    Click on Mobile Sites/Apps --> Mobile Sites from top menu.
    Click on AppNow button next to your mobile site.
    Follow the steps and download your app (.apk file).
    Upload your app onto Google play store and increase your earning !

Monday, 15 July 2013

3 How to Embed Flash Game in Site ?


How to Embed  Flash Game in Site ? 
Many users ask me to this question so finally I'm going to share embed code for flash game / file.

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" height="330" title="game" width="432">
 <param name="movie" value="http://netsoda.tk/download-124-800c590dd312868e6f11/Destroy+The+Condoms+-+PC+Version.swf" />
 <param name="quality" value="high" />
 <embed src="http://netsoda.tk/download-124-800c590dd312868e6f11/Destroy+The+Condoms+-+PC+Version.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="300" height="400"></embed>
 </object>

You can use this code on any web page.
Replace  http://netsoda.tk/download-124-800c590dd312868e6f11/Destroy+The+Condoms+-+PC+Version.swf  = your flash file URL

Have any problem feel free to ask here.

Tuesday, 9 July 2013

5 Increase Your Website Traffic Without SEO



Video Download Link : here 

Sunday, 7 July 2013

0 Upload File and Earn Money

TusFiles is a free file hosting service that became famous among bloggers lately. TusFiles provide facilities very profitable for bloggers to pay $ $ every time we downloaded file. Thus the bloggerpun vying to upload files downloaded their pledge so many visitors.
The size of the payment amount will be determined by the accumulation of the download, and the country of origin pendownload. If you download the files from the United States and Canada, its value would be enormous. The U.S. and Canada are in category A, where the States that are in this category occupy rating highest payouts. While Indonesia in the All Others category with the lowest value of feedback (0-50MB = $ 0.25). You will get paid from TusFiles if you upload the file successfully downloaded more than 1000 people. Payments are made as much as once a month. Minimum payout or payout minimum is at $ 10.00. If not mancapai $ 10.00 then you can not enjoy the money from TusFiles.
 If anyone is interested to enroll in Tusfiles please register HERE

Friday, 28 June 2013

2 InfinityAds.com Payment Proof

InfinityAds is the targeted internet advertising services for CPV pop under advertisement. Their goal is to provide advertisers and publishers with more control of advertising in the new age.
Want to know more about InfinityAds.com ?
Click here : http://www.infinityads.com/publisher-faq
Payment Proof :

Wednesday, 19 June 2013

2 Send Fake SMS Script - Any Number to Any Number

 First Create a ID on http://www.smsglobal.com

Copy paste this code on Notepad and save as "index.php".

<?php
    function sendSMS($content) {

        $ch = curl_init('http://www.smsglobal.com/http-api.php');
        curl_setopt($ch, CURLOPT_POST, true);
        curl_setopt($ch, CURLOPT_POSTFIELDS, $content);
        curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
        $output = curl_exec ($ch);
        curl_close ($ch);
        return $output;   
    }
   
    if(isset($_POST) && !empty($_POST)) {
        //Set variables
        $user        = 'username';
        $password    = 'password';
        $to          = $_POST['to'];
        $from        = $_POST['from'];
        $message     = $_POST['message'];
       
        //Encode content and send to SMS Global
        $content =  'action=sendsms'.
                    '&user='.rawurlencode($user).
                    '&password='.rawurlencode($password).
                    '&to='.rawurlencode($to).
                    '&from='.rawurlencode($from).
                    '&text='.rawurlencode($message);
       
        //Send SMS through curl
        $output = sendSMS($content);                                             
    }
?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Send SMS</title>
</head>
<body>
    <?php if(isset($output)) echo $output; else { ?>
    <form action="<?php echo $_SERVER['PHP_SELF']; ?>" method="post">
        <h1>Send SMS</h1>
        <table>
            <tr>
                <td>Phone Numbers (Separate with comma)</td>
                <td><input type="text" name="to" /></td>
            </tr>
            <tr>
                <td>Sender ID</td>
                <td><input type="text" name="from" maxlength="11" /></td>
            </tr>
            <tr>
                <td>Message</td>
                <td><textarea name="message"></textarea></td>
            </tr>
            <tr>
                <td colspan="2"><input type="submit" name="submit" value="Submit" /></td>
            </tr>
        </table>
    </form><?php } ?>
</body>
</html> 

Replace your smsGlobal username and password instead of "username" and "password".

Monday, 17 June 2013

1 Download Best AutoIndex Scripts

Download Best AutoIndex PHP Scripts :
Download Link : http://d-h.st/IjX
WapIndia AutoIndex
Umpata Scripts
Punk AutoIndex
PHP Album
FreshMaza PC Version AutoIndex





0 How to create your own PHP Grabber ?

How to create your own PHP Grabber ?

Just use this code and create your own PHP Grabber easily.



Monday, 10 June 2013

2 Ping Your Website and Create 100+ Backlinks

Ping Your Website and Create 100+ Backlinks  :
Pinging helps you to build backlinks and increase your site reputation.
There is lots of free pinging tools but I recommended http://pingbomb.com/ . Just submit your website and see the magic :) .

Saturday, 1 June 2013

0 Automatic Backlink Generator

Backlink generator allows you to generate thousands of free backlinks to improve your site's SEO.
http://www.backlink-generator.de/
http://www.linksoar.com/
http://www.stoplink.com/


Sunday, 26 May 2013

0 Bidvertiser Review

Make money from clicks and conversions
You get paid for every visitor that clicks on an ad, and an extra revenue if the click turns into conversion. Bidvertiser goal is to enable you to make as much as possible from your advertising space, by letting advertisers bid on your ad space. Bidvertiser pay monthly, either by check, wire or instantly through PayPal with a minimum of only $10

Always have the highest bidders displayed on your website
BidVertiser will always display the highest bidders on your site, assuring the maximum revenue possible at any given time.

Have your bidding steadily improved over time
You will see a constant improvement in your bidding over time, as both your visitors and our advertisers will be exposed to the opportunity of bidding against each other on your ad space.

Customize the layout of your ads
BidVertiser gives you a simple point-and-click tool to help you customize the layout of the ads to fit your site's look and feel, in order to retain the high quality of your website.

Generate detailed reports to monitor your ads performance
Use the Publisher Center to generate detailed online reports to monitor your ads performance, including the number of page impressions, clicks, click-through rate, and the total amount you've earned.


Wednesday, 15 May 2013

1 How to Start a Betting Website ?

If you want to start a betting site, there are some considerations that you need to look into. This business requires utmost planning. Seek help from a lawyer and determine the business structure that will work for you.
Work on your website and make sure that you incorporate SEO efforts to attract targeted traffic.
Online betting is now well-liked by many people and this is because of the increasing popularity of online gambling. The internet has changed the way bets are handled. This can be a profitable venture but only when done right. Before you start your own betting website, you must try to learn the industry. With adequate knowledge, you can address startup issues with ease. Knowing how bets work can help you in complying with various financial and gambling regulations.

Starting an Online Betting Business

To operate the betting website, you must consult with a competent lawyer. Decide on the business structure. You can opt for sole, partnership, and corporation. The latter can provide you with the largest capital but if you want to start a sole owner business, you can own all profits but it entails a huge responsibility. Your lawyer can help in securing an online license for betting activities. Another important aspect to consider is having your own bank account to transfer funds securely. You should develop a highly optimized website from a reputed and high quality host. The traffic in an online betting site can be huge and the host must be able to handle it.
Choose an ideal domain name that can attract customers. There are many providers of domain names and you must pick an established company. Make sure that you check if the name you’ve picked is already registered or not. Register the domain name with the name of your business. To manage the operations with ease, you will need quality software that offer features like tournament play, limit setups, calculations, statistics, and chat. Start working your betting website. Always keep in mind that ‘content is king’. You will need to create sentences or paragraphs that are relevant to betting activities and at the same time, you also need to offer quality customer service.
Avoid putting too much graphics because this can affect the loading time. If your website loads too slow you can lose a lot of customers. You will also need to find a company that offers reliable money transfer services. It will serve as the cashier for all betting activities. Choose a company that accepts different currencies and methods of payment. For this business, you will need a hefty capital but this will depend on the size of the business that you want to open. Work out a business plan that will guide in the different areas of startup like marketing, advertising, finance, and management. Secure the needed permits and licenses.

If you want any Information than contact here : wwwdotnetsodadottk@gmail.com / cloudhosttk@yahoo.in
You will get your betting solution within 24 hours.

Tuesday, 30 April 2013

1 How to disable ctrl+u from your web page ?

Yesterday I posted "how to disable right click from your page". But if you want to view source of any webpage than there is another command ctrl+u. So, today I'm going to share code for disable ctrl+u.
Just copy and paste this code on your web page.

 I also recommended use this code on your web page.
http://www.onlinemahatma.in/2013/04/how-to-disable-right-click-from-your.html

Use both of code on your web page for disable "right click" and "ctrl+u" . Have any problem simply drop a comment here. Bye take care .

Monday, 29 April 2013

0 How to disable right click from your web page ?

How to disable right click from your page ?

Many user asked me to this question so, finally I'm going to share "disable right click" code. This is a simple magic of Java Script !
You've nothing to do, Just copy and paste this code on your web page !

Wednesday, 10 April 2013

0 10 More ways to make money online

Money has always been an issue for many people and your not alone. Many people aren’t aware of the many solutions that they can do to possibly earn some extra money. The idea of making money online is attractive to many, primarily because of the benefits it offers. Making money online is mostly about customizing a monetizing formula for your blog. Depending on your skill level, network, and current traffic levels your blog has a variety of options. So find your blog’s formula below to maximize your earnings.
Sponsored Reviews
A sponsored review is basically an advertiser paying a blogger to write about their product or service. This can either be done through a ‘review site’ which facilitates the meet ups between bloggers and advertisers; or it can be done by individual bloggers who offer the service to advertisers for a flat fee. If your blog has a big audience you could also offer sponsored reviews directly, cutting off the commissions of the middleman.
Private Forums
A lot of popular websites will incorporate a message board or forum for their readers to interact with one another. You can generate revenues by charging a small fee for membership on the board, or for access to special sections of the board. This creates a sort of ‘exclusive club’ where members can talk about industry-related topics, exchange valuable information, and socialize. Charging $5-10 a year per user can add up after membership starts to grow.
SEO Blackhat charges $100 monthly from its members, and they have thousands of them. Obviously in order to charge such a price for a forum membership you need to provide real value for the members (e.g., secret techniques, tools, and so on).
Premium Content
If you’ve built up a solid website with some really excellent resources, you may consider charging people for access to your premium content. That means creating an area that non-members cannot access unless they pay a small fee. For people who are able to offer readers valuable information, this is a great way to generate some income and help your readers appreciate your content more. Great example of premium content is SeoMoz.
Membership Site
If you have the drive to make great lessons, tutorials, classes, or other content worthy of a membership site then you should definitely do it. They are all the rage right now and show a great way to earn a regular income. With new products online, the set-up has never been easier. I would definitely check out the resource if you have ever thought about a membership site.
Sell Your Website
Some people live for the thrill of a new project. If this sounds like you, then you may want to consider earning money by starting up and establishing new websites and then selling them off for profit.
Market places on online forums like DigitalPoint and Sitepoint are always active with website buyers and sellers. Keep in mind that they most used parameter to determine the value of a website is the monthly revenue that it generates, multiplied by a certain number (the multiplier can be anything from 5 to 30, depending on the expectations of the seller, on the quality of the site, on the niche and other factors).
Ebook Sales
If you’ve got a blog or website about a particular niche, why not capitalize on it by writing an ebook? Believe it or not, you don’t have to be a brilliant writer to create a useful handbook on a subject that you are familiar with. If you write a blog, you can write a decent ebook. The best way to understand the process is by learning how to write an ebook and then how to sell it.
Theme or Template Sales
To get this money making product going you first need some serious design skills or the money to pay for someone to develop it. Once a unique design is created premium themes can go from $19 -$200. There is great earning potential in creating themes and another very advantageous bonus. When you create your theme a link is put into the footer of the theme with your blog’s url. So the more themes that are used the more backlinks to your blog. Brian Gardner and Unique Blog Designs are two examples of websites that make money with the sales of premium and custom WordPress themes.
Job Boards
All the popular blogs are trying to leverage job boards to make some extra income. A great example of this is Problogger’s job board. The advantage of this method is that it is passive. Once you have the structure in place, the job listings will come naturally, and you can charge anywhere from $10 up to $100 for each.
Join Referral Programs
Just joining referral programs and referring your friends and family members can easily earn your first hundred. I wouldn’t be surprised if you took it to the next level and started joining affiliate programs to refer people online that you don’t even know. Referral programs can be tremendously effective if you have a large audience to work, however, it may take time to build a large audience.
Start Your Own Online Store
Stocking up on merchandises and selling them on your own store front can strongly build up a reputable name for your store, especially if your store front is targeted only at a certain product that many people don’t offer. Making sure that your store is some what more unique and different from the other store fronts, can make your business that much more memorable in terms of branding and getting returning customers.
Article source : http://www.infinityads.com/10-more-ways-to-make-money-online/

0 10 Basic ways to make money online

If you spend any amount of time online, you know that there is money to be made out here in cyberspace; and many of the pioneers in this still vastly uncharted territory have struck it rich with little more than their personal computers and an eye for opportunity. Making money online is mostly about customizing a monetizing formula for your blog. Depending on your skill level, network, and current traffic levels your blog has a variety of options. Even if you’re not looking to work full-time at home, the internet offers a viable source of money which can help to supplement your regular income.
Notice that ways to make money with a website are different from ways to make more money from it. Methods to increase your traffic or click-through rate will help you make more money, but they do not represent a method of making money. For example, one could suggest that blending AdSense ads with the content is a way to make money from a website. In reality it’s not; it’s just a way to make more money by improving your ad click-through rate. The real monetization method behind it is a PPC ad network.
PPC Advertising Networks
Pay Per Click is an advertising program in which ads are placed on your blog and you are paid whenever your visitors click on the ads. It is the most common method bloggers use to make money online. It involves almost no effort and is so incredibly easy that many blogs have too much advertising on them. Money is maximized as traffic levels increase. The source of the traffic can also affect the overall CTR rate. Organic traffic (the one that comes from search engines) tends to perform well because these visitors were already looking for something, and they tend to click on ads more often. Social media traffic, on the other hand, presents terribly low CTRs because these visitors are tech-savvy and they just ignore ads.
CPM Advertising Networks
Cost Per Thousand (”m” is roman numeral for thousand) is an impression based advertising system. This means advertisers place ads on your blog and you are paid based on how many times the ad shows up. This can be profitable for blogs with big traffic, and can start to bring money to even the smallest blogs. All you need is pageviews to increase this monetization method. You can get as low as $0,10 and as high as $10 per 1,000 impressions (more in some special cases). CPM advertising tends to work well on websites with a high page views per visitor ratio (e.g., online forums, magazines and so on).
Text Link Ads
In-Text advertising is one of the least obtrusive internet advertising techniques. Basically, hyperlinks are placed within relevant text on your website and distinguished from regular links by a double underline. When you place your mouse cursor over the text, a small box appears with additional information on the product or service being advertised. There are advertising services which, when installed, will automatically place the links for you and will even allow you to set parameters for the products you allow to be sold through your site.
Affiliate Marketing
Affiliate Marketing requires that apply for membership in an ‘affiliate network.’ That is, an agency that maintains and monitors accounts for various companies who are willing to pay individuals for sales generated through their websites. Again, a small bit of code is placed on your site to generate ads; and when someone clicks on the ad, your unique affiliate number is automatically associated with that person’s IP address. If that individual buys a product from the advertiser, you receive a commission on the sale. Commissions can range between 5-20%, or they can be a flat fee per sale.
Direct Banner Advertising
A banner is simply a graphic ad that you can sell in any size or shape you wish. Banner ads can be animated, they can rotate through a series of images, or they can be static. In addition to being used with other types of advertising, individual website owners can simply sell banner space at a flat fee or negotiate their own PPC/CPM with independent advertisers which don’t belong to an affiliate network. The most popular banner formats on the web are the 728×90 leaderboard, the 120×600 skyscraper, the 300×250 rectangle and the 125×125 button.
Monetization Widgets
A very simple advertising system is easily integrated into your blog’s sidebar with widget advertising. Just embed the widget into your sidebar and watch the ads begin. Their main differentiator, however, is the fact that they work as web widgets, making it easier for the user to plug and play the service on its website.
RSS Feed Ads
RSS Feeds are incredibly convenient for websites that update content frequently. The feeds deliver all the new content from websites that the reader subscribes to; making it possible to stay updated on news and information on multiple websites without having to visit each one. That’s great for the reader, but not so much for you if you rely on fresh eyes for your advertising revenues. Thankfully RSS Feed Ads are now available. These allow you to place both graphic and text ads within your RSS feeds so that they are visible to all your subscribers.
Pop-ups and Pop-unders
Pop-ups are a common yet annoying form of advertising on the Internet. If you are just trying to make a much money as possible from your website, you could experiment with them. If you are trying to grow the traffic and generate loyal visitors, however, you probably should stay away from them. Just consider the hundreds of pop-up blockers out there: there is a reason why they are so popular.
Paid Surveys and Polls
You get paid when someone takes the poll that you place on your site on behalf of an advertiser. Polls encourage people to interact with them, and they can be a lot more engaging than regular old banner ads. Most of these services operate under a CPM model. In doing this option be careful to find survey or poll companies that have credible backgrounds as this is a source for scammers.
Donations
Placing a “Donate” link or button on a website can be an efficient way to earn money, especially if your blog is on a niche where readers learn and gain value from your content. It is an easy and perhaps out-of-date way to try and earn some revenue. Many programmers use this still, but very little revenue is earned through the donation feature. If you have valuable content on your site that you are offering for free, it doesn’t hurt to put up a donation link and point people to it once in a while.
Article source : http://www.infinityads.com/10-basic-ways-to-make-money-online/  

Saturday, 22 December 2012

2 Get Free Backlinks - Increase your Blog and Site Traffic !

Every blog / website owner want to increase traffic. and off course you can !
Back-link is incoming link to your website. This is most important factor to get better rank on search engines. It is not easy to get back-link from other site especially when you create new (newbie) So if you want to get better rank on search engine and get indexed fast. You should create relevant back link to your website. Search Engines will add more credit to any websites that have a better number of quality back links, and consider those websites more relevant and popular than others for a search query in their results pages. I found a very useful site for getting free Back links.
simply add your site here http://www.official.my/freebacklinks.php and get quality back links.

Monday, 3 December 2012

2 How to Setup Your Free .TK Domain ?

Dot tk is one of the top level domain registry. The special about this registry is it offers .tk domain for free of cost. Now a days there were many free hosting services are evolved and so everyone started to run their own wap/web site.
As dot tk became a most popular free domain, the users are increasing every day.If you are using free wap hosting services like xtgem, wapka, wapzan and others, you dont need to worry about your secondary domain name. Now you can change your domain from YOURNAME.HOSTNAME.COM to www.Yourname.tk. For people who are new to this subject can make use of this tutorial.
Follow the instructions given below.
Step 1
Go to dot.tk and check your desired domain name is available.
Step 2
If your desired name is available, then you will be asked paid or free domain. Choose free and proceed.
Step 3
Furthermore, you will be asked to fill general procedures like email address and captcha verification. on the next page it asks whether you want to park the domain or to re direct. Redirect is a simple procedure, you just want to feed your web or wap address. That's it. Whenever you click the dot tk address of yours, you will be re directed to the pre defined address that you had given.
But the disadvantages in this is, your site will be shown with their favicon. And your site will not be indexed in top position of the Google search engine.
Step 4
But if you want to park your domain on your site, then choose OWN DNS DOMAIN option. Which does not show their favicon and gains good position in search engine results.
Step 5
On the next page it asks you the ip address. If you are using xtgem, its address is ns1.xtgem.com and ns2.xtgem.com for other you can refer those hosting services. [ for wapka ns1.wapka.mobi & ns2.wapka.mobi].
Step 6
Next page you will see a message as setting successfully saved. Thats all you have to do with dot tk site. Inbetween you have to register your name with password.
Step 7
Now get in to your hosting site. For xtgem / wapka log in and go to settings. There you will find domain parking option. Click and go to next page. Now put your new yourname.tk address in the bar. That's all. Now you have parked your new domain successfully.
Step 8
For parking a new domain it takes one or two days to fix it. So don't get confused immediately after parking. Check back after 40 hours by putting your new address in the address bar.
Click here to register your Domain Now!

Friday, 30 November 2012

3 Paypal Donate Button Code - Cracked by Me

In my previous post i promise to share Paypal Donate Button code. and finally i going to make it public domain.
just copy  this code and change default Mail id to your Paypal Mail id.

If you want to change "Donate Button" image then kindly change default image url to your image url. have any problem leave a comment here.

Saturday, 24 November 2012

3 Adiquity Ads Code For Wapka, Xtgem and Wapego Users ! Code Cracked by Me !

After a long experiment finally I cracked Adiquity ads code.You know Adiquity provide ads code in Php, Jsp, and Curl.
When you are using Xtgem, Wapka Advertisement system then some time advertisement are not showing and this type of problem decrease your Adiquity fill rate. and off course Wapego does not have any advertisement system its support only html. A roughly behavior of these free hosting company motivate me to crack Adiquity Ads code.You have nothing to do just copy and paste this code and replace your site id.


 

© Copyrights - Droid Guru