Archive for the ‘Programming’

Citywaboo Facebook App09.19.07

citywaboo facebook app

After endless days working on the citywaboo facebook app it has finaly been approved. It is now ready for the masses. Add it to your profile, please make sure to register to gain access to all it’s features it has. Don’t forgot to add me to your friends list & leave feedback with any features you would like or how it can greatly be improved. thanks.

Click Here to go to the app

Posted in Me, Programming, Projectswith 1 Comment →

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 →

MySpace API04.15.07

MySpace does not have an API so while being bored and trying to find something to do. I wrote some code to create a homebrew/homemade API so its the unofficial MySpace API by me. So go ahead and use it do whatever you want with it. A link back to my site would be really cool or at least some credit.

I wrote some documentation for this and you can test it out here aswell. Go to: http://fernyb.net/myspace/api/ It is also available for download so you can use it with your own server.

Posted in Downloads, Hacks, Other, PHP, Programming, Projectswith 16 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 →

GAMV02.10.07

Sun, Feb 11, 2007 – Update: GAMV-PHP works now. GAMV Application still does not work but I really don’t have time to fix it, I’m busy working on other projects. If you want to you can fix it. Here is the source code. gamv source code its made in RealBasic.

Update: A fix for this will be available tomorrow.

GAMV (Get AOL Music Videos) is an app to get and watch aol videos. simple as that.
Mac: GAMV.zip | Windows: GAMV.exe.zip | Linux: GAMVx.zip

Posted in Downloads, GAMV, Mac, Programming, Projectswith 35 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 →

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 16 Comments →

LyFOX For Linux01.03.07

LyFOX for linux is out and I think it’s the better one than the one for Mac or Windows. It was edited by Bryan. The linux version of LyFOX lets you download the music videos with only one click as oppose to the mac and win versions. So download that and check it out. It’s awesome. Oh yeah I don’t host the linux version so go to his site.

You can also download LyFOX for linux from here LyFOX Linux

Posted in Downloads, Other, Programmingwith 13 Comments →

Yahoo.Music .FLV12.23.06

Okay so here is the update on yahoo’s flash video .flv. After doing some poking around I learned that they use something called RTMP (Real Time Messaging Protocol). So I was looking deep and I just could not yet find a way to download the videos in .flv.

Here are my notes I took down while I was poking through all that shit it also includes the files I looked at. View My Notes
Oh yeah and here is the video I was watching while I was trying to figure all this stuff out.

Posted in Hacks, Other, Programming, Projectswith 5 Comments →

phpLYFOX Update12.17.06

phpLYFOX has been updated. Changes made: added playlist support.
Tell me what you think and suggestion are always cool.
phpLYFOX

Posted in Hacks, PHP, phpLYFOX, Programming, Uncategorizedwith 11 Comments →

Bake Your Cookies12.16.06

Here is a script I wrote in PHP it shows you your own cookies yahoo music gives you after you login. So say you are making some kind of app and need cookies for yahoo music then use your own. Here you go donwload it: login.yahoo.cookies.zip

Posted in Downloads, Hacks, PHP, Programmingwith Comments Off on Bake Your Cookies

phpLYFOX12.15.06

phpLYFOX is completed. What is phpLYFOX? It is simply a way to watch yahoo music videos for us Mac users since Yahoo absolutely doesn’t care to provide Macintosh users access in other words its web based. So here you go my mac friends. Try it out phpLYFOX or you can download the source code here phpLYFOX.zip

Posted in Downloads, Hacks, Mac, PHP, phpLYFOX, Programming, Projectswith 25 Comments →

LyFOX Dashboard Widget12.13.06

LyFOX Dashboard Widget for use mac people.
Download: lyfox.widget.php

Posted in Downloads, Mac, Programming, Projectswith 4 Comments →

LyFOX 0.712.13.06

LyFOX means Launch.Yahoo For OSX. It was intended for mac users to be able to watch music videos from Yahoo.
Its available for Mac, Windows, & Linux
Mac: LyFOX.zip | Windows: LyFOX.exe.zip | Linux: LyFOX For Linux

Posted in Downloads, Mac, Programming, Projectswith 43 Comments →

GAMV-PHP12.13.06

GAMV-PHP is GAMV which is an accronym for Get AOL Music Videos. Original it was only for mac but since people started to complain I figured, shit okay I’ll compile the windows and linux version and post them for download. Enjoy! GAMV-PHP or download it GAMV-PHP.zip

Posted in Downloads, GAMV, Mac, Programming, Projectswith 12 Comments →

  • Recent Comments