Archive for the ‘Uncategorized’

update: phpGAMV07.04.07

Update: phpGAMV, So this 4th of July besides programming I went skateboarding to the park but it was closed which totally sucked and ruined the entire day. So I went skateboarding behind Giant store and it was alright, it was way too hot. I also had time to fix GAMV (Get AOL Music Videos) I fixed the web based version not the application. So have fun using it and enjoi…

http://fernyb.net/phpGAMV

Posted in GAMV, Hacks, Me, Programming, Uncategorizedwith 27 Comments →

update: phpLyFOX06.03.07

Update: phpLyFOX is working again. Although some video’s do not show but for the most part it’s working again. I don’t know for how long it will work. See it could be done. One question and leave your answers in the comments. Will you pay for phplyfox if it was payware? or would you just say F that I’m not gonna pay for anything..?

http://fernyb.net/phpLYFOX/

PHP Source Code: http://fernyb.net/phpLYFOX/php_lyfox_source.zip

Posted in Downloads, Hacks, Uncategorized, phpLYFOXwith 157 Comments →

Joost!05.09.07


Click to play
Joostâ„¢ the best of tv and the internetHello everyone. I have Joost you know that IPTV beta software. It’s cool, I like it. Do you want an invite from me? I have lots of invites to give out, if you want an invite just leave a comment with your Name and Email and I will send you an invite. Your welcome.

Joostâ„¢ the best of tv and the internet

Posted in Me, Other, Uncategorizedwith 93 Comments →

Windows/Linux04.01.07

Update: I finally built my computer this week and I installed OSx86 on it. Although since now I have two machines I kinda just want one machine, So I kinda also thinking of buying one of the newer versions of the mac which runs on the intel processor that way I can use VMware or Parallels to run Windows & Linux. Since I built my machine I’ll still use it for the time being. Oh yeah I almost forgot here are some photos on my flickr page.
So I am building my first computer, yay! for me. eh whatever…. Anyways since I will soon have Windows & Linux installed. Maybe I’ll make lyfox work better on windows perhaps include that one button download people are requesting. I am thinking installing a frankenstein version of OSX onto it since OSX is now intel based, We’ll see how far I get.

Posted in Me, Other, Uncategorizedwith 2 Comments →

ln -fs [source] [target]03.18.07

So today I used the ln utility or link utility, so here is how you make a symbolic link, trust me they are very useful especially when you have external Hard Drives.

Open the Terminal. Type, cd ~/ that will put you in your home directory.
Okay now. look for your target, in my case I was practicing some Ruby On Rails stuff because I am a noob at it. Not stupid just new with it and I don’t always have time, anyways the case is that I keep all my RoR files in my external hard drives which has the path /Volumes/Mac\ HD/FernyB/~ror

I get tired or typing that everytime so I finally created a symbolic link in my home directory. So now I type
cd ~/~ror and that will drop me into the directory where I keep my RoR files which again is /Volumes/Mac\ HD/FernyB/~ror

To create the symbolic link type ln -fs /Volumes/Mac\ HD/FernyB/~ror ~/~ror
So now when I am in my home directory all I type is cd ~/~ror and this will put me into the /Volumes/Mac\ HD/FernyB/~ror directory. So if I type pwd the path will show as /Users/FernyB/~ror.

See that is why symbolic links are cool….

Posted in Mac, Other, Uncategorizedwith No Comments →

Net_Growl = PHP + Growl02.17.07

So today I was messing around with php & growl. So here is tip for getting started. First download growl if you dont have it already. Next install the php pear package

Once you have all the set-up. Go into your System Preferences and go into the Network tab in the growl settings. While in the Network tab make sure you click on “Listen for incoming notifications” & “Allow remote application registration” and set the password. I set my password to “123456″

Now type this piece of code.

The first time you run the file through your web browser OSX will prompt you with a message.
Just Click Always Allow unless you have a reason not to.

So once you have done everything from above you should now see a message like the one below.

Wasn’t that cool! so here are the all my files I used.
Download: php-growl.zip

mamasam.com

Posted in Mac, Other, PHP, Programming, Uncategorizedwith 5 Comments →

SQL Injections01.30.07

So I found this site its kinda funny. They have major issues with their sql queries. check it out for yourself.
theconcertgoer.com

Posted in Hacks, Programming, Uncategorizedwith 8 Comments →

PSP 3.03 Downgrader to 1.501.28.07

Fuck yeah! Finally, I get to use all these wonderful homebrew apps. I have a PSP firmware version 3.03 and today I have downgraded to 1.5 then to the custom 3.03, now I can use the good stuff. Oh yeah! OMG this is a day in history. [digg]

Posted in Hacks, Me, Other, Uncategorizedwith 1 Comment →

View ANYONES! Photos on MySpace - Update01.16.07

It no longer works.

So sometimes you know people on myspace that only let specific users view their profile that is their profile is in private mode in any case you want to see the photos they have. So I tried this on a few profiles and it freaking worked I was able to view the profiles photos and let me tell ya its soo cool. hahaha.
Thanks to the guys over at UneasySilence.com for this one, thanks dan. Here is the link try it yourself (watch out its full of ads).

Posted in Hacks, Other, Uncategorizedwith 4 Comments →

Listen to Last.fm with the Roku SoundBridge01.14.07

Update: Listen to your Last.fm streaming radio on the Roku SoundBridge Using LastBridge.net.
LastBridge.net makes it really simple to listen to your last.fm music on the soundbridge. If that is what you are looking for then check out it out! www.LastBridge.net.

Updated Post

So a while ago, maybe 7 months ago I bought the Roku SoundBridge and I do like it. Recently I have been listening to a lot of last.fm to my personal radio / loved tracks. So while listening to last.fm I didn’t always want the computer to be on so I googled to see if there was any solutions. I found one but it was some kinda server written in python. I didn’t test it but from the read me file it seems you need to have your computer turned on. Which is what I am trying to avoid. Now I came up with my solution.

It’s basically a controller. You can use your a PSP that is if you have one, I do so I use that to control it when I am away from my computer. It uses a playlist file to play your last.fm radio stream. So not only can you use this playlist file with the roku soundbridge but also with other media players and its controlled via a web based controller.

It is written in PHP.
You can download it here. last.fm-for-roku-soundbridge-etc.zip

It’s super easy to setup. Just open the config.php file with a plain text editor and insert your username and password. The password need to be in md5. With Mac OSX you can open up Terminal and get your md5 that way. Type this in the termnial.
md5 -s [your_password]
of course replace [your_password] with your actual password and it then will generate an md5. If your on windows I don’t know how you would get an md5 but I found this app useful to get the md5sum.
fourmilab.ch/md5/ .zip file contain the md5.exe. Enjoy.

Oh yeah before I forget you will need a web server with php installed and with cURL. Thats it.
If you need a free php web host then here is a list 0php.com/free_PHP_hosting.php or you can always just search for one, although it’s always best to just buy web hosting its not expensive.

Posted in Downloads, Hacks, Last.fm, Programming, Projects, Uncategorizedwith 14 Comments →

I use Last.fm01.13.07

I use last.fm and I got to say its very cool. I used pandora.com but I never liked it much. I like the idea. On the other hand I also used Last.fm and I got to say I love it. I actually did find new music by different bands/artists. So when I’m hacking/programming I like listening to Last.fm because its always the music I like and yes I am a paying subscriber to Last.fm.

Posted in Me, Other, Uncategorizedwith No Comments →

My Last.fm01.13.07

So here is my last.fm songs. I am not sure if this will work. It just might work.
I am listening to. Capitol K - Pillow its freaking awesome.


Posted in Me, Other, Uncategorizedwith No Comments →

Revolution OS01.08.07

Revolution OS a documentary about GNU Linux. Its cool, I like it. check it out.

Posted in Other, Uncategorizedwith No Comments →

Happy New Years!12.31.06

Happy New Years Everyone!

Posted in Me, Other, Uncategorizedwith 1 Comment →

Free Website Templates12.31.06

This is the last day of the year and tomorrow is the beginning of a new year. So to celebrate I will share what I found over at digg. Premium access to thousands of website templates get them while they are hot. www.dreamtemplate.com
Uername: 2007ny
Password: free

Posted in Downloads, Other, Uncategorizedwith 2 Comments →


  • I am Fernando Barajas. Mostly known as FernyB.

  • Recent Comments

    • Samuel: A hack to download AOL Music for free. http://pcaddons.blogspot.com/2 008/08/unlimited-free-music...
    • sid: Hi Ferny, First of all, thanks for this project. I’m a long-time user of both the SB and for some time now...
    • Felipe: BLOCKED!!!
    • Shawn: That’s great. Thanks!
    • FernyB: @Shawn, it works. Sometimes it will say merb-core not found but if you refresh, it will be all fine. That is...

    Recent Listened to Tracks

    Loading...

Bad Behavior has blocked 328 access attempts in the last 7 days.

eastern-avalanche
eastern-avalanche
eastern-avalanche
eastern-avalanche