Tag Archives: hack

How to send emails to phone as a SMS

Ever wonder how you can send from your email to a cellphone/mobile device a message? Well, let me tell you that there is a way!!! the only requirements are:

  1. You know the person’s number (duh!)
  2. You know which service carrier or provider they have
service carrier or provider how to do it
Alltel 10 digit phone number@message.alltel.com
AT&T (formerly Cingular) 10 digit phone number@txt.att.net
10 digit phone number@mms.att.net (MMS)
10 digit phone number@cingularme.com
Boost Mobile 10 digit phone number@myboostmobile.com
Nextel (now Sprint Nextel) 10 digit phone number@messaging.nextel.com
Sprint PCS (now Sprint Nextel) 10 digit phone number@messaging.sprintpcs.com
10 digit phone number@pm.sprint.com (MMS)
T-Mobile 10 digit phone number@tmomail.net
US Cellular 10 digit phone numberemail.uscc.net (SMS)
10 digit phone number@mms.uscc.net (MMS)
Verizon 10 digit phone number@vtext.com
10 digit phone number@vzwpix.com (MMS)
Virgin Mobile USA 10 digit phone number@vmobl.com

…and that’s it pretty much. Enjoy!!!

Morfeus Fucking Scanner

so today when i was checking my log i found this “morfeus fucking scanner” on my tracker.  i got a little bit worried about it. so i started to research and i found that this is some type of server that scans wordpress blogs for holes.  apparently if there is a hole then the hacker will be able to get into your system.  but sure enough there is a solution.  please click under resources so you could find a answer like i did.

Resources:
Update on Morfeus Fucking Scanner

Super FM Transmitter Mod

yesterday i just did my first non-computer hack.  i mod a fm transmitter converting it to a “super steroid fm transmitter.”  my transmitter wasn’t that good with its signal strength so i decided to upgraded or put it on steroids (however you want to call it).

what i did was really simple.  i went to radioshack and get:

  1. electrical wire
  2. antenna (preferably tv)
  3. solder
  4. acid paste flux (roll)

then you will need to open your fm transmitter and unsolder the wire where the antenna is connected (see image 1).  once you have done this… then connect your new electrical wire to where the antennas was connected.  then connect your electrical wire to the antenna that you bought and now you have a “super steroid fm transmitter.”

Single Chip Transmitter

image 1 by Single Chip FM Transmitter

note: make sure that you assemble all the parts the way it was, it is not my fault if you screwed up and i think this might be illegal in couple of countries.  this is me just showing you that i got it done 😉 and that it is possible and you could probably do it as well.

Remove “click to activate and use this control”

This hack or tutorial it is for web admins that what to remove the “click to activate and use this control” that appears in IE7 or above.

Steps:

  1. Goto your last <object> and write this below
    <script type="text/javascript" src="NoActiveAndUseThisControl-IE7.js"></script>
  2. Now, open notepad and copy and paste this code into notepad.
    theObjects = document.getElementsByTagName("object");
    for (var i = 0; i < theObjects.length; i++) {
    theObjects[i].outerHTML = theObjects[i].outerHTML;
    }
  3. Save As this file and name it as “NoActiveAndUseThisControl-IE7.js
  4. Now upload them into your server and you should be good to go ;).