welcome

welcome to my destiny :)
I'm just a guy who is smile a lot
and the god give me a power
-------------------------------------------

You say anything Just tell me all your sweet lies

-------------------------------------------------

Time may change my life
But my heart remains the same to you
Time may change your heart
My love for you never changes

Showing posts with label script. Show all posts
Showing posts with label script. Show all posts

Monday, July 7, 2008

online status

i've try to search for a useful script that's we can know the online status
let's try this site and get code from them

Online Status Indicator | for AIM, ICQ, IRC, Jabber, MSN, Skype and Yahoo


you can found it here

http://www.ddboard.com/forum/scripts/39893-msn-status-script.html

Usage

------------------------------------------------------------------------------

Your status icon will look like this: MSN Online Status Indicator

Address to your status indicator:
http://osi.techno-st.net:8000/msn/tphilakone@live.com

HTML code to put on your web page:



align="absmiddle" border="0" ALT="MSN Online Status Indicator"
onerror="this.onerror=null;this.src='http://osi.techno-st.net:8000/image/msnunknown.gif';" />

Forum code to put in your signature in a discussion forum:
[URL=http://osi.techno-st.net:8000/message/msn/tphilakone@live.com][IMG]http://osi.techno-st.net:8000/msn/tphilakone@live.com[/IMG][/URL]
Alternate forum code if the above doesn't work:
[URL="http://osi.techno-st.net:8000/message/msn/tphilakone@live.com"][IMG]http://osi.techno-st.net:8000/msn/tphilakone@live.com[/IMG][/URL]

Contact info (in case you have any questions)
MSN Online Status Indicator hktechno@hotmail.com
E-mail osi@techno-st.net

Hosted by techno [techno-st.net]

Powered by Online Status Indicator version 6.1

Monday, March 17, 2008

visitor count

Heres a script for the visitor count:

Save this script to a file named visnum.php
PHP Code:
// Configure the vars below
$width = "88";
$height = "31";
$visitor_number_filename = 'num.txt';
$visitor_number_x = "15";
$visitor_number_y = "15";
//Color for the visitor number
$visitor_number_color_r = "255";//Red
$visitor_number_color_g = "255";//Green
$visitor_number_color_b = "255";//Blue
$visitor_text = "Visitors:";
$visitor_text_x = "10";
$visitor_text_y = "2";
//Color for visitor text
$visitor_text_color_r = "255";//Red
$visitor_text_color_g = "255";//Green
$visitor_text_color_b = "255";//Blue
//Custom Font
$custom_font = "no";// yes or no :: if you set this to yes then you must set a ttf file below
$font_file = 'path/to/font.ttf';
$font_size = "5";
//Not a custom font user? there are 5 built in fonts to choose from 1, 2, 3, 4, 5
$font = "2";
//Custom Background
$custom_background = "no";// yes or no :: if you set this to yes then you must set a png file below
$background_image = 'path/to/image.png';

/******* Do not edit below this line *******/
/*******************************************/
header('Content-Type: image/png');

$w = $width;
$h = $height;
$s = $font_size;
$cf = $custom_font;
$ff = $font_file;
$f = $font;
$file = $visitor_number_filename;
$nx = $visitor_number_x;
$ny = $visitor_number_y;
$ncr = $visitor_number_color_r;
$ncg = $visitor_number_color_g;
$ncb = $visitor_number_color_b;
$vt = $visitor_text;
$vx = $visitor_text_x;
$vy = $visitor_text_y;
$vcr = $visitor_text_color_r;
$vcg = $visitor_text_color_g;
$vcb = $visitor_text_color_b;
$cb = $custom_background;
$bgi = $background_image;
$num = (is_file($file))? file_get_contents($file) : '0';
$num++;
file_put_contents($file, $num);

switch(
$cb) {
case
"yes":
$im = imagecreatefrompng($bgi);
break;
case
"no":
$im = imagecreatetruecolor($w, $h);
break;
}
$nc = imagecolorallocate($im, $ncr, $ncg, $ncb);
$vc = imagecolorallocate($im, $vcr, $vcg, $vcb);

switch(
$cf) {
case
"yes":
imagettftext($im, $s, 0, $nx, $ny, $nc, $ff, $num);
imagettftext($im, $s, 0, $vx, $vy, $vc, $ff, $vt);
break;
case
"no":
imagestring($im, $f, $nx, $ny, $num, $nc);
imagestring($im, $f, $vx, $vy, $vt, $vc);
break;
}
imagepng($im);
imagedestroy($im);
?>
And call it as any other image in html like this:
HTML Code:
"visnum.php" border="0" />
And it looks like this:

I think it is pretty self-explanatory but if you have any questions post them here.

php date

<php echo date('d-m-Y'); ?>

Wednesday, January 30, 2008

PHP infoBoard


PHP infoBoard the easy board script fast and reliable with html


- ควบคุมบอร์ดง่าย สิ่งที่เห็นต่างกัน จากในหน้าเดียวกัน กับผู้ใช้งาน และ Admin
- แสดงผลเป็นไฟล์ HTML ทำให้ Search Engine เก็บข้อมูลต่างๆ โดยง่าย
- เข้าถึงบอร์ดที่รวดเร็ว โดยไม่ต้องติดต่อกับ Database (ส่วนนี้ เราได้เปรียบ)
- ความปลอดภัย 3 ชั้น ในการเข้าถึงไฟล์ ADMIN (directory,filename,password)

รู้จักการ Restore ใน PHP infoboard
- ปรับปรุง Template หรือเปลี่ยน LOGO (ไฟล์ html ที่บันทึกข้อมูลไว้แล้ว) ใหม่ทั้งหมด เพื่อให้เข้ากับองค์กรของคุณ
- ระบบจะสร้างไฟล์ HTML เองโดยอัตโนมัติ หากมีการลบไฟล์ทิ้ง จากผู้ไม่หวังดี
- ไม่จำเป็นต้องนำไฟล์ HTML ไปด้วย ( ถ้าย้ายบอร์ด หรือ ย้าย Host ให้คลิกที่ Restore ALL )

there are two type
1.the fist one store data by database mysql

เก็บข้อมูล mySQL แสดงผลด้วยไฟล์ HTML
PHP infoBoard V.6 AJAX PHP infoBoard V.6 AJAX (29/6/2007)
Web 2.0 AJAX (Asynchronous JavaScript And XML)
php infoboard  v.6 PHP infoBoard V.6
PHP infoBoard V.5 PERFECT PHP infoBoard V.5 PERFECT ดูข้อมูลเพิ่มเติม
ที่สุด..!!!!!! ของความลงตัว ให้อิสระตั้งค่ารูปแบบสไตล์คุณ
php infoboard  v.5 PHP infoBoard V.5 ( 133 KB)
PHP infoBoard Version 4 PHP infoBoard v.4 (mySQL+HTML)
แทรกข้อความหรือรูป ทั้งคำถาม- คำตอบได้
php infoboard  v.4.0 PHP infoBoard v4 ( 96 KB)

storage by text and show html

เก็บข้อมูล Text file แสดงผลด้วยไฟล์ HTML
PHP infoBoard Version 3 PHP infoBoard v.3 (TWO TAB) วิธีติดตั้งบอร์ด v.3
ระบบ Genius Setup "แค่ Setup ก็สุดยอดแล้ว !"
php infoboard  v.3.0 PHP infoBoard v3 (162 KB)
PHP infoBoard Version 2 PHP infoBoard v.2 (WYSIWYG)
ใช้งานง่าย เพียง 3 คลิก !!
php infoboard  v.2.0 PHP infoBoard v2 (150 KB)
PHP infoBoard Version 1 PHP infoBoard v.1
เวบบอร์ด HTML รุ่นแรก สไตล์ Basic
php infoboard  v.1.0 PHP infoBoard (64 KB)


for more info click here

LinkWithin

Related Posts Plugin for WordPress, Blogger...

Fm-radio-on-my-site

for you forever

Birthday - 13/12/1964 Death - 02/05/1997 bye bye hide

google analysis

ຊີວິດກໍ່ເໝືອນລະຄອນຕ່າງທີ່ບໍ່ສາດມາດຫຼິ້ນຄືນໃໝ່ໄດ້
ຊີວິດແມ່ນການສະແດງ ທີ່ບໍ່ມີຜູ້ກຳກັບ

online
Online Casino


website counter