Friday, September 24, 2004

::MY first ftp command using PHP ehhe::

$ftp_server="***.***.***.*";
$ftp_user_name="intranet_cimb_co";
$ftp_user_pass="******";
// set up basic connection
$conn_id = ftp_connect($ftp_server);
$mode= @ftp_pasv($conn_id, 1);
// login with username and password
$login_result = ftp_login($conn_id, $ftp_user_name, $ftp_user_pass);

// check connection
if ((!$conn_id) || (!$login_result)) {
echo "FTP connection has failed!";
echo "Attempted to connect to $ftp_server for user $ftp_user_name
";
exit;
} else {
echo "Connected to $ftp_server, for user $ftp_user_name
";
echo "Current directory : ", ftp_pwd($conn_id), "\n"; //GET current working dir.

}

if (@ftp_chdir($conn_id, "import/bloomberg")) {
echo "Current directory is now : ", ftp_pwd($conn_id), "\n
";
} else {
echo "Couldn't change directory\n";
}

// upload the file
$source_file="comdty.req";
$destination_file="comdty.req";

$upload = ftp_put($conn_id, $destination_file, $source_file, FTP_BINARY);

// check upload status
if (!$upload) {
echo "FTP upload has failed!";
} else {
echo "Uploaded $source_file to $ftp_server as $destination_file";
}

// close the FTP stream

ftp_close($conn_id);

::side story::

nk balik serdang ker UIA.. kecoh aa munti

Thursday, September 23, 2004

::Lets learn some fruit of array ::

1)each - Return the current key and value pair from an array and advance the array cursor (PHP 3, PHP 4 )

dier macam point the current value array ke next array nyer.. klu tak silap aa

selalu guner ngan list

2)list- assign variable if they were an array
- buh variable dlm array.. macam tu lah..


3) reset- Set the internal pointer of an array to its first element
-reset array kepada first place nyer value

Tuesday, September 14, 2004

If U in the frame



a href=\"$link\" onClick=\"parent.document.location.href='$link';return false;

::side story::

huhu hari nie bz ngan bloomberg..
tp screen dier dah okies.. nice to see n nice to hold
nk ubah ticker.. nk change balik da...

Monday, September 13, 2004

Fungsi Checksum

Dalam kata mudah, checksum merupakan proses untuk menyemak samada file yang diterima betul-betul sama dengan file yang berada di remote server. Kebiasaannya, kita akan menggunakan utiliti MD5 untuk menjayakan misi tersebut.

Untuk maklumat lanjut, boleh semak RFC 1321 yang menyentuh mengenai pembangunan MD5.
http://www.faqs.org/rfcs/rfc1321.html

Untuk pengguna MS Windows OS, anda boleh mendapatkan MD5 versi Windows di sini :
http://www.fourmilab.ch/md5/

Untuk OS berasaskan UNIX, kebiasaannya MD5 merupakan built-in command yang dilengkapkan ke dalam OS anda.

Sebagai contoh, saya download FreeBSD48-Disc1.iso daripada FreeBSD FTP Server. Setelah selesai, saya akan issuekan arahan ini dalam MSDOS-mode :

c:\md5 FreeBSD-Disc1.iso
qwertyuiopasdfghjkl

Barisan ini "qwertyuiopasdfghjkl" merujuk kepada hasil MD5 checksum. Nilai ini akan saudara bandingkan dengan nilai MD5 checksum yang telah disediakan di FTP server tersebut.

Kalau saudara masih kurang jelas mengenai MD5 dan checksum, saya akan memberikan penerangan yang lebih terperinci lagi.

Salam ceria.


thanks to zam4ever@ittutor.net
http://forums.ittutor.net/index.php?showtopic=10084

Thursday, September 02, 2004

POP UP NEWS WINDOWS

function popWin(theURL,winName,winWidth,winHeight)

{
window.open(theURL,winName,"width="+ winWidth +",
height="+ winHeight +",location=0,menubar=0,resizable=0,scrollbars=1,
status=yes,titlebar=0,
toolbar=0,top=100,left=100");
}



a href="javascript:void(0);" onclick="popWin('http://191.3.188.2/websites/intranet.cimb.com.my/
index.php?pg=306&tpl_id=131', 'Prayer', 150, 200);">



to make windows pop up