| Subcribe via RSS

name.com vs. godaddy.com

April 29th, 2008 | No Comments | Posted in anything under the moonlight by dreamluverz

Phew!!! At last my domain is back on track!!!



It took me forever for this transfer process. I transferred my domain with a new registrar name.com from godaddy.com

I’m so frustrated coz it took soooooooo looooonggggg… I’ve been into lots of trouble just for this transfer thing.

So which one do you prefer godaddy.com or name.com? Tell me your experiences. I would be very glad to hear them all!!!!

I”ll share mine later and tell you what really happened during the process.

Tags: ,

DOCTYPE html PUBLIC

April 20th, 2008 | No Comments | Posted in anything under the moonlight, html by dreamluverz


I haven’t fully researched on this type but using the 2nd type of my code, some css doesn’t work but trying the 1st one works perfectly. Yeah XHTML 1.0 Transitional, has something to do with that but haven’t fully read on it. Will research more of this :)

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Tags: , , ,

computer terms: octet

April 15th, 2008 | No Comments | Posted in developer's tools by dreamluverz

Octet (computing)

From Wikipedia, the free encyclopedia

Jump to: navigation, search

In computing, an octet is a grouping of eight bits.

In France, French Canada and Romania, the word octet usually means byte; a megabyte (MB) is called a megaoctet. “Bit” and “byte” are homophones in the French language.

Octet, with the only exception noted below, always refers to an entity having exactly eight bits. As such, it is often used where the term byte might be ambiguous. For that reason, computer networking standards almost exclusively use octet. It is prominently used in Request for Comments (RFCs) published by the Internet Engineering Task Force. The earliest example is RFC 635 from 1974.

source: http://en.wikipedia.org/wiki/Octet_(computing)

Tags: , ,

Call-time pass-by-reference has been deprecated

April 12th, 2008 | No Comments | Posted in anything under the moonlight, php by dreamluverz

Got this error and after some digging I found a solution. It was listed below. But looking back into my code I noticed that I called the function twice and used it incorrectly that caused the error!. :P Anyways, aside from that in case you encountered this error you can have the solution below :D

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer

Solution:

For the Warning: Call-time pass-by-reference, in c:\EasyPhp\apache
\php.ini set :
allow_call_time_pass_reference = true
Tags: , , ,

paypal philippine bank codes

April 9th, 2008 | No Comments | Posted in money matters by dreamluverz

Bank Codes of Major Banks in the Philippines

In the Philippines, to complete your PayPal withdrawal, you will need to enter the name of your bank, your bank account number and the corresponding 9-digit bank code, which identifies your bank.

BANK NAME

9 digit bank code

ALLIED BANKING CORP

010320013

AUSTRALIA NEW ZEALAND

010700015

ASIA UNITED BANK

011020011

BANGKO SENTRAL NG PILIPINAS

010030015

BANGKOK BANK

010670019

BANK OF AMERICA

010120019

BANK OF CHINA

011140014

BANK OF TOKYO

010460012

BANCO DE ORO (& EPCIB)

010530667

BANK OF COMMERCE

010440016

BANK OF THE PHIL ISLANDS

010040018

CHINA BANKING CORP

010100013

CHINA TRUST COMML BANK

010690015

CITIBANK N.A.

010070017

DEVT BANK OF THE PHILS

010590018

DEUTSCHE BANK

010650013

EAST WEST BANK

010620014

EXPORT & INDUSTRY BANK

010860010

FUJI BANK

010640010

HONGKONG AND SHANGHAI BANK

010060014

INTL COMML BANK OF CHINA

010560019

INTL EXCHANGE BANK

010680012

JP MORGAN CHASE BANK

010720011

KOREA EXCHANGE BANK

010710018

INTL NEDERLAND BANK

010660016

LAND BANK OF THE PHILS

010350025

MAYBANK OF THE PHILS

010220016

METROPOLITAN BANK & TRUST CO

010269996

PHIL BANK OF COMMUNICATION

010110016

PHIL TRUST COMPANY

010090039

PHIL NATIONAL BANK

010080010

PRUDENTIAL BANK

010150018

PHIL VETERANS BANK

010330016

RIZAL COMML BANKING CORP

010280014

SECURITY BANK & TRUST CO

010140015

STANDARD CHARTERED BANK

010050011

UNITED COCONUT PLANTERS BANK

010299995

UNION BANK OF THE PHILS

010419995

UNITED OVERSEAS BANK

010270189

source: http://pages.ebay.ph/bankwithdrawal/bank_codes_ph.html

Tags: , ,

javascript: 127.0.0.1:1025/js.cgi?paw&r=

April 7th, 2008 | 4 Comments | Posted in javascript by dreamluverz

I’m getting this on most of the websites I visit. But when I try to visit the same site on different location I don’t have it when viewing the source code.
And since 1025 port is used by some trojans I wonder if my pc is being hacked on under attacked? Please who could tell me what’s going on here…

<script language=‘javascript’ src=‘http://127.0.0.1:1025/js.cgi?pa&r=30106′></script>

I just found this from: http://www.wilderssecurity.com/archive/index.php/t-6735.html
<!– ZoneLabs Privacy Insertion –>
<script language=’javascript’ src=’http://127.0.0.1:1025/js.cgi?paw&r=14893′></script>

so it seems ZAPro does some extra too, but as i’ve seem my IP displayed in other places it’s not hiding all time.

and yes I’m using zone alarm, so I’m gonna check my zone alarm settings…

Tags:

wordpress 2.5: download, upgrade

April 7th, 2008 | 1 Comment | Posted in anything under the moonlight by dreamluverz

You can download the wordpress 2.5 here or visit wordpress download center

You can see the instruction below for upgrading your wordpress to 2.5.

Three Step Upgrade

These are the short instructions, if you want more check out the extended upgrade instructions. If you experience problems with the Three Step Upgrade, you may want to review the more detailed upgrade instructions.

For these instructions, it is assumed that your blog’s URL is http://example.com/wordpress/. Note that during the upgrade process access to your blog may not work for your visitors. You may consider a plugin like Maintenance Mode.

Step 0: Before You Get Started

  • Just in case something goes wrong, make sure you have a backup. WordPress Backups is a comprehensive guide.
  • Deactivate your plugins. A plugin might not be compatible with the new version, so it’s nice to check for new versions of them and deactivate any that may cause problems. You can reactivate plugins one-by-one after the upgrade.

Step 1: Replace WordPress files

  1. Get the latest WordPress. Either download and extract it to your computer or download it directly to the server.
  2. Delete your old wp-includes and wp-admin directories.
  3. Copy the new files to your server, overwriting old files in the root. You may use FTP or shell commands to do so.

NOTE The wp-content folder requires special handling, as do the plugins and themes folders. You must copy over the contents of these folders, not the entire folder. Copying the entire folder overwrites all your customizations and added content.

Also take care to preserve the wp-config.php file in the root directory, as it contains your database sign-in information. Do note though that usually this will not be a problem since in a new installation the config file will be named wp-config-sample.php.

Step 2: Upgrade your installation

Visit the upgrade page. It will be at a URL like http://example.com/wordpress/wp-admin/upgrade.php. This updates your database to be compatible with the latest code, and before you do this your blog might look funny.

Step 3: Do something nice for yourself

If you have caching enabled, your changes will appear to users more immediately if you clear the cache at this point (and if you don’t, you may get confused when you see the old version number in page footers when you check to see if the upgrade worked).

Your WordPress installation is successfully upgraded. That’s as simple as we can make it without Updating WordPress Using Subversion.

Consider rewarding yourself with a blog post about the upgrade, reading that book or article you’ve been putting off, or simply sitting back for a few moments and let the world pass you by.

Troubleshooting

If anything has gone wrong the first thing to do is go through all the steps in our extended upgrade instructions. That page also has information about some of the most common problems we see.

source: http://codex.wordpress.org/Upgrading_WordPress

Tags: , ,