south africa SCAM 2
October 31, 2008
INTERNATIONAL CREDIT SETTLEMENT
OFFICE OF THE DIRECTOR OF OPERATIONS
CENTRAL BANK OF NIGERIA.
RIGHT NOW WE HAVE ARRANGED YOUR PAYMENT THROUGH OUR SWIFT CARD PAYMENT CENTER ASIA PACIFIC, THAT IS THE LATEST INSTRUCTION BY THE PRESIDENT ALHAJI
UMARU YAR’ADUA WHO WAS ELECTED ON THE 29TH MAY 2007 (GCFR)FEDERAL REPUBLIC OF NIGERIA.
THIS CARD CENTER WILL SEND YOU AN ATM CARD WHICH YOU WILL USE TO WITHDRAW YOUR MONEY IN ANY ATM MACHINE IN ANY PART OF THE WORLD, BUT THE MAXIMUM IS TWENTY THOUSAND FIVE HUNDRED DOLLARS PER DAY, SO IF YOU WILL LIKE TO RECEIVE YOUR FUND THIS WAY PLEASE LET US KNOW BY CONTACTING THE CARD PAYMENT CENTER AND ALSO SEND THE FOLLOWING INFORMATION:
1.YOUR FULL NAME
2. PHONE AND FAX NUMBER,
3. ADDRESS WERE YOU WANT TO RECEIVE THE ATM CARD
5. A COPY OF YOUR IDENTITY ATTACHED TO E-MAIL

EMAIL, robertmike42@hotmail.com
THE ATM CARD PAYMENT CENTER HAS BEEN MANDATED TO ISSUE OUT $8,300,000.00 AS PART PAYMENT FOR THIS FISCAL YEAR 2008. WHICH YOU ARE ADVICED TO CONTACT NOW THAT THE NEW ELECTED PRESIDENT HAS TAKEN OVER THE GOVERNMENT FOR THE RELEASE OF YOUR FUND.

CHIEF AUDITOR TO THE PRESIDENT
FEDERAL REPUBLIC OF NIGERIA
ATM CARD PAYMENT FOR FUND BENEFICIARIES,
South Africa SCAM 1
October 31, 2008
(3) to provide a good business where this money will be invested since am since I am still a novice in the business world
(4) To make arrangement for me to come over to your country to further my
education and to secure a resident permit in your country.
Sincerely,
Miss Rita David.
web script Effectiveness on php and mysql
October 26, 2008
things to be considered as a web developer, especially PHP and mysql.
effetiveness of a script.
as an 4 years php developer, i never run into this kind of problem, until one of website I made, made a lot of impression per month.
the website is http://warungmobil.com. the stat can be found analytics_warungmobilcom_20080502-20081002_visitorsoverviewreport .
and analytics_warungmobilcom_20080502-20081002_trafficsourcesreport
the website in shared hosting environment.
the hosting company decided to suspend the website because one of my script overload the server.
they run a linux command to show the apache stat and thread, and sources that my script used.
ps and scores.
scores command to show which of my scripts that run heavily
and ps command that show about the currently running processes http://www.linfo.org/ps.html
http://www.tek-tips.com/viewthread.cfm?qid=1190960&page=1
==============
[root@gator485 ~]# scores
Load: 36.53, 38.93, 26.63 at 2008-10-25 23:10 (19.9% SQL)
23.28/usr 0.24/ni 4.67/sys 0.88/wa 70.93/id
Apache: 41.8 requests/sec - 374.2 kB/second - 9.0 kB/request
126 requests currently being processed, 24 idle servers
Apache Uptime 14 days 23 hours 46 minutes 54 seconds
Top: 28: warungmobil.com (4: /detail.php)
28 warungmobil.com
[root@gator485 ~]# ps aux | grep wmte
wmte 2846 0.4 0.1 23520 10392 ? S 00:01 0:00 /usr/bin/php
/home/public_html/sponsor/adlog.php
wmte 2847 0.4 0.1 21072 8612 ? S 00:01 0:00 /usr/bin/php
/home/public_html/index.php
wmte 2852 0.4 0.1 23520 10388 ? S 00:01 0:00 /usr/bin/php
/home/public_html/sponsor/adlog.php
wmte 2856 0.5 0.1 21088 8680 ? S 00:01 0:00 /usr/bin/php
/home/public_html/cari.php
wmte 2859 0.5 0.1 20964 8556 ? S 00:01 0:00 /usr/bin/php
/home/public_html/cari.php
wmte 2860 0.6 0.1 21072 8604 ? S 00:01 0:00 /usr/bin/php
/home/public_html/index.php
wmte 2873 0.5 0.0 19144 6320 ? S 00:01 0:00 /usr/bin/php
/home/public_html/cari.php
wmte 2878 6.0 0.1 20964 8496 ? S 00:01 0:00 /usr/bin/php
/home/public_html/cari.php
[root@gator485 /home/public_html]# ps aux | grep wmte
wmte 3412 0.1 0.0 0 0 ? Z 00:04 0:00 [php]
wmte 3561 0.1 0.1 21072 8728 ? S 00:04 0:00 /usr/bin/php
/home/public_html/detail.php
wmte 3572 0.1 0.1 21072 8688 ? S 00:04 0:00 /usr/bin/php
/home/public_html/detail.php
wmte 3613 0.1 0.1 21072 8688 ? S 00:04 0:00 /usr/bin/php
/home/public_html/detail.php
wmte 3761 0.2 0.1 21072 8680 ? S 00:04 0:00 /usr/bin/php
/home/public_html/detail.php
wmte 3768 0.2 0.1 21072 8624 ? S 00:04 0:00 /usr/bin/php
/home/public_html/index.php
wmte 4236 1.2 0.1 23520 10380 ? S 00:05 0:00 /usr/bin/php
/home/public_html/sponsor/adlog.php
wmte 4263 1.5 0.1 23520 10384 ? S 00:05 0:00 /usr/bin/php
/home/public_html/sponsor/adlog.php
wmte 4266 2.0 0.1 23520 10384 ? S 00:05 0:00 /usr/bin/php
/home/public_html/sponsor/adlog.php
wmte 4292 2.5 0.1 23520 10380 ? S 00:05 0:00 /usr/bin/php
/home/public_html/sponsor/adlog.php
=============
this is a real time load of a server. in this case, is gator485.
take a look at this “Load: 36.53, 38.93, 26.63 at 2008-10-25 23:10 (19.9% SQL)”
the load of server is 36.53. my friend told me that the standard environment of busy server is average 0.5-0.7, under 1 point (shared server that host 700 domain). my friend think that the load was not caused by my script. take a look again, 20% of the process are sql. that is the whole server load.
so why the hosting blame my web? thats because “Top: 28: warungmobil.com (4: /detail.php)” this line shows up.
take a look at this..
[root@gator485 ~]# ps aux | grep wmte
wmte 2846 0.4 0.1 23520 10392 ? S 00:01 0:00 /usr/bin/php
you can see the description here http://www.computerhope.com/unix/ups.htm
my script only run 1 second, and then stopped. ;this is one of a good example of script. the bad script is the script that not stopped after 30 minutes. so 1 second is pretty good.
the longest run time script is adlog.php, an openads script, run about 5 second.
if you noticed that, all of the log written above, none of them are from httpd. which means, all the script not accessed via a browser, which means, the stat didnot come from web client/user/visitor.
the things who can generate those access are cron or some application that triggerred the usage of the file.
— Top: 28: warungmobil.com (4: /detail.php) — detail.php run 28 process at the same time, and this is not happen because of my website visitors.
== I am still investigating the script now ==
the solution for this is..
1. optimize the script, in this case detail.php. but because it is not caused by httpd access, i might look into something else.
2. search if the problem caused by cron jobs. if it is, disable the cron jobs. optimize the script that cron run, then you can enable the cron again.
3. move your hosting to dedicated hosting or vps hosting. expensive though.
space ship
October 24, 2008
rewrite - asian kungfu generation
October 23, 2008
Wanting to spit out the jarred thoughts is
Because there’s no other proof of my existence
My future that I should’ve grabbed hold is
Conflicting between “dignity” and “freedom”
Wanting to erase the distorted afterimage is
Because I’ll see my limit over there
In the window of the excessively self-conscious me
There are no dates in last year’s calendarErase and rewrite
The pointless ultra-fantasy
Revive
The unforgettable sense of being
Rewrite
The meaningless imagination
The driving force that creates you
Give it your whole body and soulAfter cutting my feelings that grew, I regret
After realizing that after all, I’m just a mediocrity, I cry
A depressed heart
A dirty lie
Erase and rewrite
The pointless ultra-fantasy
Revive
The unforgettable sense of being
Rewrite
The meaningless imagination
The driving force that creates you
Give it your whole body and soul*
taken from here http://artists.letssingit.com/asian-kung-fu-generation-lyrics-rewrite-27rnwgt
mp3 from here http://www.esnips.com/_t_/rewrite
pv from here http://hk.youtube.com/watch?v=av2ZnW2Uvxw&feature=related
story writer - supercar
October 23, 2008
heaven of story writer
last in their hands
last in pen of love
in heaven
one man held a hand
Eyes open all at once
Painting depicting one man
burning a light
separating future light . surf
heaven of story writer
last in their hands
last in pen of love
in heaven
one man held a hand
Eyes open all at once
Painting depicting one man
burning a light
separating the story of a future sequel . start
kanji from here http://forums.narutofan.com/showthread.php?t=121585
mp3 from here http://www.esnips.com/doc/e0a924b1-c635-44e4-8bf3-8c4fdd6d31de/SUPERCAR–Storywriter
opening eureka from here http://www.youtube.com/watch?v=GrC8z8MK7HI
supernova - bump of chicken
October 23, 2008
when I come down with a fever
I notice that I’ve got a body
when my nose gets stuffed up
I understand that I’ve been breathing
all this time
I’ve reaffirmed myself of you so many times,
but it’s only when you’re gone
that I know what’s truly precious.
if I reject the hand asking me for help,
what if a big earthquake had hit?
if I accept the hand asking for help,
aren’t I really just trying to help myself?
I’ve clung to you for so long now
but it’s just that I’m too frightened to let go.
la la la
when I talk with someone
I don’t have the words to say how I feel
when I try and put them together,
I realize how badly I want to convey how I feel.
I continued to speak of you this way
but my true gratitude can’t be conveyed with thank you’s.
la la la
in our time together,
I’d love to be able to grab just one true thing,
I want just one true thing to last
when I count the years gone by,
I notice that, even though its small, I had a history
and it’s about the same time I understand,
there’ll be an end to that too.
I can always remember you
but what I want isn’t memories,
it’s the here and now
it’s after I’ve forgotten you that I remember,
we had a history together
it’s after I’ve lost you that I find
we once met each other.
in this vast world, each individual is insignificant
but the world of each individual is made up with such people.
I’ve reaffirmed myself of you so many times but
the real you is with me here in my the real you is with me here in my heart,
even after you’re gone
Our life clock keeps on ticking away, on and on.
la la la
taken from here http://www.jpopasia.com/play/440/bump-of-chicken/supernova.html by akaro
mp3 from here http://www.esnips.com/doc/9d094a5a-57ae-4cd9-abdc-9a7978ac7434/BUMP-OF-CHICKEN—supernova
pv from here http://www.youtube.com/watch?v=qZN3NFEBToo
live from here http://www.youtube.com/watch?v=n3BS-F_65_k
Introduction fail
October 21, 2008
mall direction fail
October 21, 2008
Glass no blues - garasu no burusu - english translated
October 20, 2008
this song written by bump of chicken, Japanese title is garasu no burusu.
this song is about a cat with glasses singing optimistically. i translated it, thanks to google language tools. the translation still sucks but i think it shows the meaning.
GLASS NO BLUES
a cat with glasses singing,
with loud sound - ring ring to
a cat with glasses singing,
its beard shaking with the wind breeze - ring ring to
going to the river of voice
with face reflected in the water
if yesterday was better,
today is a nice day too.
aa. I always singing to the fullest.
aa. I always live with the full strength
a cat wearing glasses singing, starving, ring ring to
a cat wearing glasses singing, i am a living proof, ring ring to
a cat wearing glasses shouting, a short live, ring ring to
a cat wearing glasses shouting, the important thing is now, ring ring to.
my birth have a meaning,
even one second won’t go to waste,
everytime storm came with the rain
always looking up at the sky
and laugh
aa. I sometimes want to be lightning in the sky
aa. until that happen i’ll sing to the fullest.
going to the river of voice
with face reflected in the water
my birth have a meaning,
even one second won’t go to waste
so, i will sing
i will always sing
now i shout
i want to be a cat with glasses
to be stopped with big voice too
ball of life and Everything was burning.
can’t listen to good blues too
but your blues
engraved inside everybodys heart
from now on, if you have future TSURAI
everybody lets begin to sing it.
remembered cat with the glasses songs,
look up to the sky, glass no blues.
aa. i always sing to the fullest
aa. i always live with full power
aa. even darkness comes toward me,
aa. i always sing to the fullest
aa. singing.
KANA - glass no blues
http://www.animelyrics.com/jpop/bumpofchicken/glassnoblues.htm
KANJI - glass no blues
http://lyricwiki.org/BUMP_OF_CHICKEN:%E3%82%AC%E3%83%A9%E3%82%B9%E3%81%AE%E3%83%96%E3%83%AB%E3%83%BC%E3%82%B9
MP3 - glass no blues
http://www.esnips.com/doc/5cdad1a3-50ba-4ac7-96d5-b4cd31b44329/Bump-of-Chicken-Glass-no-Blues
PV - glass no blues
http://www.youtube.com/watch?v=depyHen_xBY


