Skip to main content

Ebay scammer

+639056538210
09056538210

Gene Paminiano
Claiming to be his wife: Ramona Carmen Paminiano
City States savings account# 011-22-001124-3

TIP: Do not push with the transaction without hearing the seller/buyer's voice on the phone. Record the conversation for publicity purposes.

Comments

Anonymous said…
Were you bidding today for the D80 or the Laptop with a guy named "Gene" aka jena_hena25 in ebay?
Anonymous said…
Correct.
Anonymous said…
My cousin almost bought the D80, Said Items were in Olongapo daw. Sabi ng pinsan ko i-meet siya face-to-face kasi gusto makita yung unit. Ang pinipilit nung Gene i-deposit agad yung money through LBC tapos pick-up nung item. Nagtaka yung pinsan ko. Bakit mo ipipilit na ideposito yung money samantalang malapit na sa Gapo yung pinsan ko.

I already have the numbers for the major branmches of City State Bank. Will post address here when I find it.
Anonymous said…
Sa Cubao daw yung branch. Pwede ba natin habulin ang leche na ito?
Anonymous said…
How did you know sa cubao?
Pwedeng-pwede, may listing ng address yung accounts eh.

Hindi ko na habol yung pera, babawiin ko lang yung kaba nung pinsan ko.
Anonymous said…
I asked city state bank. They will know from the account number.
Anonymous said…
I also already reported to ebay items related to user ilovebags13. It appears to be related to jena_hena25. Also appears to be fraudulent.
Anonymous said…
would they give the address kaya?
gusto ko makaharap tong mokong na to eh.
Anonymous said…
Most probably no without a court order. Ito yung sinabi ng scammer about sa bank account: Bago ko naman iladlad ang bank account na yan planado na. Hanapin mo yung may-ari ng bank account para magkwentuhan kayo ng fate. Hehe. I know you know already know the word identity theft.

Confident ako yung mga taong ganito somehow at some point malasin as buhay. :) Ganyan naman ang end point sa mga masamang tao.
Anonymous said…
Gene, wag ka nang mag-panggap, I can smell your filthy hide.

Don't even drag ilovebags13 in the discussion. You know very well that this account has nothing to do with jena_hena25 and zambong55 which seems to be both yours.

Popular posts from this blog

ld: unrecognized option '--hash-style=both'

gcc -Wl,-Map=contiki.map,-export-dynamic testv6.co obj_linux-native/socketdev_listener.o \ contiki-linux-native.a -o testv6.linux-native /usr/local/bin/ld: unrecognized option '--hash-style=both' /usr/local/bin/ld: use the --help option for usage information collect2: ld returned 1 exit status If you look closely, the error is something related to the local gcc not using the host's linker (ld). $ which gcc /usr/bin/gcc $ which ld /usr/local/bin/ld For some reason, I messed my compiler path. To synchronized gcc to use the host's dynamic linker (i.e. /usr/bin/ld ), set the environment variable COMPILER_PATH to /usr/bin . $ export COMPILER_PATH=/usr/bin $ echo $COMPILER_PATH /usr/bin $ gcc -print-prog-name=ld /usr/bin/ld

Zenoss: monitor free VMWare ESXi version

We confirmed that the free ESXi version does not allow SNMP gets, only traps. The original script was taken from here: http://communities.vmware.com/docs/DOC-7170 Modified script: http://mirakulo.com/pub/esxi/check_esx_wbmem.py We added Fan and power supply, hinted from this page: http://www.stephenjc.com/2009/01/whatsup-vmware-esxi-monitor-these.html Use this guide to add the Data source: http://www.zenoss.com/community/docs/howtos/create-modify-nagios-templates Added as template under: /Devices /Server /VMWare /ESXi /Templates /esxi-monitor /check_esx_wbmem Name: check_esx_wbmem Source Type: Command Enable true Use SSH false Component: blank Event class: /VMWare/ESXi Severity: Error Cycle time: 60 Parser: auto Command template: /usr/local/zenoss/python/bin/python /opt/zenoss/libexec/check_esx_wbmem.py https://${dev/manageIp}:5989 root passwd To bind this template to ESXi nodes, go to the device: Example: /Devices /Server /VMWare /ESXi /esxi-01.prod.corp.org then to its temp...