How to change .htm/.html into PHP or ASP pages
July 20, 2008
If you have a website with lots of .htm or .html pages indexed on Google (or other search engine) and they have many backlinks, I’m sure you won’t let them deleted just because you want to serve dynamic content and change their extension to PHP or ASP pages. That’s enough reason why you have to read the tutor below on how to interpret .htm/.html into PHP or ASP pages in order to make them could serve dynamic content.
That could be done without changing the extention on the Apache Web Server for PHP or IIS Web Server for ASP.
Change .htm/.html to PHP pages
You could tell your Apache Web Server to interpret your .htm/.html files as .php files and serve dynamic content. Just add the following code:
AddType application/x-httpd.php .html .htm
On some Apache servers, they might require the following code line: [Read more]
Popularity: 23%
How to Choose Free Hosting PHP
June 30, 2008
It’s great if you could find a good list of Free Hosting PHP, or any cheap hosting php. There are many directory list of free hosting PHP on Google.
There are some factors that you should consider on choosing free hosting php:
Adverts
Yes, it’s not free anyway, they need money to run the server, that why they will put their adverts on your website that hosted on their free hosting.
Most free hosting put banners, and some use text link ads. Choose which that could fit to your layout. [Read more]
Popularity: 28%
How to avoid Wordpress Remote SQL Injection
June 26, 2008
Wordpress Remote SQL Injection could be a pre-disaster for your Wordpress blog, it has been discovered a SQL Injection vulnerability that allows an attacker to retrieve remotely any user credentials from a vulnerable site, this bug is caused because of early database escaping and the lack of validation in query string like parameters.
Wordpress Remote SQL Injection most likely not a destructive job for your Wordpress blog, they just inject a redirect or iframe to their own page/website. This is a blackhat SEO injection technique that could hurt your website SEO campaign.
To prepare yourself, read some tips below:
- Always check your AWSTATS to determine your suspicious visitor activity.
- Backup your Wordpress files and database weekly incase you need to restore it if needed
- Always update your Wordpress instalation to the latest stable version. On the main dashboard, you’ll always see new release information. [Read more]
Popularity: 32%
How to Make a Fake Google PageRank
May 31, 2008
Many webmasters still focus on websites with a high PageRank when it comes to link building and website promotion. They buy PageRank for their site in many ways, such buy links, exchange links, or just by a domain with good Pagerank.
Recently, a new technique of the fake PageRank number of a web site has become popular. Fake Google Pagerank is done by redirecting traffic from googlebot to another site, preferably one with a high PR. So the green bar that shows the PageRank goes up but your pages don’t get indexed or get a single visitor from the engine. This technique called cloaking.
Actually, this fake PageRank technique prevents your web site from showing up in Google because Google thinks that the content of the redirected web site is the content of your site, and doesn’t help your web site rankings or SEO purpose at all. The only effect on your web site is that the green PageRank bar will be longer.
The fake Google Pagerank technique is 301 Redirect the domain you have with .htaccess, PHP header (anything server side) to a page with the desired page rank. It’s better to redirect to something relevant. For example, if you are doing a proxy site, redirect to another proxy site that have good valid PageRank.
Here is the php the code to use: [Read more]
Popularity: 39%
Satisfaction with LAMP and Web Open Source
May 20, 2008
Many computer users complain about Microsoft products, even about the mostly used product of Microsoft: WINDOWS. Familiar complaints include, “they don’t let the user alter his own settings,” and “they don’t leave us free to do whatever we want.” We see the same concept in the for-sale templates and in the servers which are built for lowest user input (like Microsoft Servers, ASP, etc.). The executable binary - .exe - is all you get from closed-source proprietary sources.
Don’t you think the user deserves to see the source files, to understand the error message that keeps on popping up, to learn how to make that widget default to a different directory, or how to add a cool new function? Don’t you think the user should be in charge of his or her own product instead of the monopolizing producer of the program? Once you see the code, you already started down the path of becoming an Open Source programmer. That’s the beauty of Open Source.
Do you really think LINUX was built by a big corporation? Or that the APACHE server was a side tool to newly released software? Or that the PHP language was invented by a group of scientists and licensed for free? All of them were created by some intelligent student or a professional coder who wanted something specific for their needs. After the core was created and released, all interested programmers or those who were in need of new functions contributed to the program somehow. Then in time, they became the foundations of the web as we know it today.
The philosophy of Open Source software among other things is that many hands and eyes make for good software, unlike too many cooks spoiling the soup. Bugs are more likely to be caught, and more importantly, fixed, if everyone has access to the source. As in cryptography, closed systems cannot be proven to be free of flaws or errors. While it’s no guarantee that bugs exist, open systems can be examined for flaws; closed systems can only be tested against known bugs (security through obscurity). It is the “unknown unknowns” that can bite you.
So briefly, it is quite obvious that LAMP (LINUX, APACHE, MySQL, PHP, PERL) dominates the Internet web. The reason is that LAMP gives value to the user input and this makes it easily adaptable for different purposes and very flexible for different usages. If you want programs to use for web purposes which you can easily modify and for which you can learn a lot from and thusly turn into a developer yourself, then do not give up using LAMP or other open source software.
Popularity: 28%
Download Free Bux Script (PTC Script)
May 18, 2008
What is Bux Script (PTC script)? Bux script is paid to click website script maker. Yes, you can build a Paid to Click (PTC) website using this script. Then why some people name it with “bux script”? Because the most know PTC website is bux.to and people like to just name it with bux script. Sounds logic, lol!
Enough with the chitchat! This free bux PTC script has been floating around for FREE for a bit now, due to the craze of all the PTC Bux sites being made I thought I would share this download for anyone wanting to make a PTC site.
I know it’s not good for other PTC bux sites, it will be grow a lot off bux scam sites, and its possible that bux site gonna be over…
A Live Working Demo of this PTC bux script can be found over at Paid2Surf.net. But please note that I am not the maker of this script, so don’t bother me with the script technical question. Just share me your working PTC script and donate me if you want
Download Free Bux Script (PTC Script) here
Password: suraja.com
Popularity: 83%
Tips to Maximize CTR of Chitika RPU on Wordpress
May 16, 2008
This is a small tips to maximize your CTR (Click-through rate) of your Chitika RPU (Related Products Unit). Chitika RPU system don’t have the section targeting facilities like what Adsense does, and sometimes it will make your Chitika ads not relevant to your website content. And for Wordpress user, this could be done by automatically fill the chitika keywords with your post title.
It’s simple, just insert the Wordpress post title code : <?php echo the_title(); ?> to your Chitika ads code.
Here’s the sample code:
<script type="text/javascript"><!–
ch_client = "chitika_client";
ch_type = "rpu";
ch_noprice = "1";
ch_shufflequeries = 1;
ch_width = 728;
ch_height = 90;
ch_non_contextual = 1;
ch_default_category = "93767";
var ch_queries = new Array( );
var ch_queries = new Array( "<?php echo the_title(); ?>" );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//–></script>
<script src="http://scripts.chitika.net/eminimalls/mm.js" type="text/javascript">
</script>
Hope it works to maximize your Chitika RPU earning.
Popularity: 32%




Recent Comments