-->

Archive for Tag ‘php‘

PHP Script To Display Status, Reboot, ShutDown, Boot SolusVM VPS

solusvmThis script using SolusVM API client so this is will allow us to boot, reboot, shutdown our VPS server in SolusVM virtual server manager. Not only such action above, but it will also display our VPS statuses like: Online status, hostname, disk space information, memory usage, bandwidth usage, and VPS IP addresses.


Read More…

Quick And Easy Way To See The Destination of URL Shortener Without Opening It

The main purpose for URL shortener service actually only for shorten / shrink the long URL so it easier to remember or shared. But recently this service was also widely used to hide the real destination URL, from kind type of affiliates URL to phishing URL. Now how we can see the destination URL without opened it?

Read More…

Currency Exchange Free PHP Script

currency trading scriptDo you have exchanger business, I will share an simple script for you, so your customer can purchase / order directly currency from your website. This is only using some simple PHP function, you can also integrate to your current membership system too.

Read More…

Simple PHP Password Generator

This is a simple password generator written in PHP. Using MD5 random hexadecimals this is will produce strong password, and we also can define how length the password character.

Read More…

Server To Server File Transfer With PHP Script

Just yesterday my friend want to moving his blog from free hosting into paid hosting. But there are several problem, he using internet connection based on bandwidth usage, so he cant moving his file manually because it will spend out his bandwidth limit.

Read More…

PHP Simple Logout Script

This is quietly simply logout script for your member that already login, by using php session_destroy function if you start login processed with session_start. Of course you can adding more function after session_destroy.

Read More…

How To Insert HTML, Javascript, PHP Code Into Joomla 1.5 Administrator Page

It begins when i found that my client have problem to contacting me because she do’nt have Yahoo Messenger account, and i only accept any consultation through Yahoo Messenger. Then i was thinking about inserting Yahoo Messenger Pingbox or simply contact form inside her Joomla 1.5 Administrator Page area so she can contacting me every time she needed help with her Joomla site.

Read More…

How To Managed DNS From Your Own Site

This free PHP script will be helpful for you that needed to managed DNS from your own site. You dont have to own your DNS server, or any database installed, this is kind of remote DNS managed from the 3rd party server. Easy to install, just upload all files and no need difficult configuration in the config file.

Read More…

PHP Include Function Error, How To Fixed That?

Since PHP5 launched, by default PHP include function has disabled (look at line 580). So if your PHP script / installation have require this function, your browser will showing kind of these error: Warning: include() [function.include]: URL file-access is disabled in the server configuration in -your path-

Read More…

Community Builder Short and Nice Profile Url

If you have Community Builder installed on your Joomla site, your member will got their own profile url. Usually formatted like this: /component/option,com_comprofiler/task,userProfile/Itemid,39/ This is so long names url, but this time, i want to share how to make shorter Community Builder profile url, in example like this:
yourdomain/profile/username.html or yourdomain/member/username.html

Read More…


-->