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…
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…
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…
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…
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…
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…
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…
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…