Os melhores 250 Scrips em PHP, ideal para Web Designers, seja ele principiante ou veterano, uma coleção que você não pode deixar de ter em seus arquivos. O download também está disponível em link direto.EasyShareLink Direto..:: Credits Jin Ranger ::..
I recently had a couple projects where I had little to no access to back end management…that is I had no ability to create or alter databases on said domains. So I had to hunt down some scripts that could run without sql or cgi access. The following is a list of easy to [...]
By: Talia Phillips
Making millions online is something that we can all do, honest. All we need to do is learn the tricks of the trade, for example niche marketing and the power of PHP scripts online. Using niche websites to make the big bucks is the fastest way to do it not to mention the [...]
By: Talia Phillips
Buying PHP scripts online is as easy as 1-2-3. Really, I am not exaggerating the ease with which you can transform your lackluster website into a powerhouse of profit.
A good website needs to be dynamic, it needs to attract and keep traffic, that is what conversion is all about If people come to [...]
1) Expired Domain Finder Script:This PHP script has become a very hot item within the last 6 months! This Script will look up domains that have expired, or are about to expire in both the Yahoo! Directory, AND Dmoz Directory! This script will also allow your customers to monitor domains that they are interested in; it has a domain digger, and has PayPal IPN functionality built right into the script! There are many websites selling memberships using this script for up to as much as $29.99 per month! The script comes with an administrator section where you can manage the look, and feel of your website, as well as manage your members, set up different membership packages and more! The fact that this script uses MySQL means that it is extremely fast, and can look up expired or soon to expire d
I was shocked when I awoke this morning to find all my sites were down with a huge text mentioning that my hosting account has been suspended. I quickly then tried to contact my web hosting company, Hostnine.com to find out what exactly happened.
The Support Team then referred me to the Abuse Team which implied [...]
1) Expired Domain Finder Script: This PHP script has become a very hot item within the last 6 months! This Script will look up domains that have expired, or are about to expire in both the Yahoo! Directory, AND Dmoz Directory! This script will also allow your customers to monitor domains that they are interested in; it has a domain digger, and has PayPal IPN functionality built right into the script! There are many websites selling memberships using this script for up to as much as $29.99 per month! The script comes with an administrator section where you can manage the look, and feel of your website, as well as manage your members, set up different membership packages and more! The fact that this script uses MySQL means that it is extremely fast, and can look up expired or soon to expire
This tip is for developers out there who know PHP. If you have ever wanted to convert your PHP scripts into a standalone Windows executable program there are several options out there for you.
First, there are the "standard" PHP to EXE compilers you can get such as Bambalam or PriadoBlender. However, a more intriguing option is WinBinder. WinBinder, in a nutshell, bridges the gap between the PHP interpreter and the Windows API allowing you to create and distribute PHP applications as Windows programs. WinBinder also features a graphical form editor you can use to create GUI’s for your applications. There are also many more features you can read about on WinBinder’s site.
WinBinder is completely free (and open source) and something PHP developers should definitely take a look at.
1) Expired Domain Finder Script: This PHP script has become a very hot item within the last 6 months! This Script will look up domains that have expired, or are about to expire in both the Yahoo! Directory, AND Dmoz Directory! This script will also allow your customers to monitor domains that they are interested in; it has a domain digger, and has PayPal IPN functionality built right into the script! There are many websites selling memberships using this script for up to as much as $29.99 per month! The script comes with an administrator section where you can manage the look, and feel of your website, as well as manage your members, set up different membership packages and more! The fact that this script uses MySQL means that it is extremely fast, and can look up expired or soon to expire domains in an instant!2) PHP Auto Hits Script: With this new PHP Auto Hits script, you can set up a profitable traffic exchange service, complete with an auto-surfer and everything else.The Following
This was just a little code addon that I put together as part of a tutorial I wrote on a friend’s site (and copied on mine) about PHP optimization. Added to a page on your site, it will calculate how much time it took for a page or script to execute using PHP’s microtime() function. I only added this to my main page, but you can easily create a plugin or include file to show the generation time of all your pages.
First, add this code to the very beginning of your PHP file:
<?php
$stime = microtime();
$sarray = explode(" ", $stime);
$stime = $sarray[1] + $sarray[0];
?>
Now, add this to the very end:
<?php
$etime = microtime();
$earray = explode(" ", $etime);
$etime = $earray[1] + $earray[0];
$ttime = $etime - $stime;
$ttime = round($ttime,3);
echo "This page loaded in $ttime seconds.";
?>
That was easy, wasn’t it? You should now see a little line at the bottom of your page that shows how long it took to execute. There is an example on the bottom of
Many of us install server-side (ASP, CGI or PHP) scripts on our web sites, and many of this scripts store data on the server. However, poorly designed scripts can experience performance problems and sometimes even data corruption on busy (and not so busy) web sites.
If you’re not a programmer, why should this matter to you?
Answer: [...]