Spacer
Spacer

NGCODERS.COM

[ NEXT GENERATION CODERS ]

Spacer

Archive for the 'Downloads' Category

VideoBB Video downloader and streamer php script

Here is a small php script which will grab VideoBB download link and is able to stream it to JW Player. Streaming uses server bandwidth due to VideoBB same IP restriction.

You can also use the included class separately to suit your own needs.

This will not work as now videobb uses Encryption to generate tokens , I will update the php script when i get some time.

Till then unless you have the php solution avoid commenting.

For a reliable and always working streaming look into Vidfetch , Both VideobBB and VideoZer work using Vidfetch.

Size Compare – visualize size with accuracy in mm

Size Compare lets you see exactly how big an item would be in real life, right on your screen. It takes care of various screen resolutions, multi monnitor setup, mm/cm/inch to dpi to show you the exact size upto +-1mm accuracy on your screen.

This is a small tool i wrote for myself as i buy lots of hardware and its hard to visualize dimensions from data sheets. This help me do that.

MegaVideo Video downloader and streamer php script

Here is a small php script which will grab Mega Video download link and is able to stream it to JW Player. Streaming uses server bandwidth due to MV same IP restriction. The script supports paid accounts for bypassing Megavideo time limit and showing streams to your users ( Technique used by many Anim sites ).

Simple PHP Google PageRank checker script

This is a simple google pagerank script which can be used to show a graphic pagerank on your website. Or use it in your traffic stats script. Calling is very simple –

pr.php?prurl=http://www.ngcoders.com

It will show the small famous pagerank graphic with a bar graph and numeric page rank.

RapidShare Streamer ( aka Premium Link Script )

I was recently banned by rapidshare due to “Account Sharing“. It was actually due to my dynamic IP and me moving around using it from multiple places. Though they enabled my Account they warned me of further problems when using Dynamic IP are possible.

So here is a solution i made for myself it resides on one of the hosting servers so that my IP always remains one. It stream files to me from rapidshare , something like those premium link generators but simpler.

Here are the requirements –

  • PHP 5
  • CURL Enabled
  • One Rapidhsare Premium Account

After Install Please fill up username and password in config.php .

FreeDown Downloader , Video Downloader Script

Freedown

A lot of people asked and requested a theme for the Youtube download script on my site , So here is an upgrade to it. This is a simple script which allows you to run a small site around it. Something like a keepvid clone.

Requirements –

  • PHP 5

License –



FAQ -

  • I get “Parse error: syntax error, unexpected T_CONST, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /membri/verdehouse/videopian.php on line 25″.
    Please upgrade to php5 , or modify it to work with php4.
  • Warning : This script uses 2x bandwidth to download videos. So to download 40 MB Video it will use 80 MB bandwidth. Also this is CPU cycle intensive.
  • Please use Java Applet Method if your site does more that 30 – 50 visitors daily

Custom Intel GMA 500 XP Drivers for Netbooks

If you have one of the Netbooks which has a Intel Graphics Media Accelerator 500 (GMA 500) then you cant play old games like Age of Empires 2, Diablo, Warcraft , Starcraft etc due to direct draw/OpenGL issues with the default driver. The Default driver is really bad and buggy.

So here is a driver which will allow you to play these games and more on your netbook. Its just that i still play AOE i had to find a solution and not disable GMA 500 to play it.

This applies to most 11.6″ notebooks being powered by GMA 500. Some examples are Acer Aspire One 751,Asus Eee PC 1101HA,Benq Joybook Lite U121 Eco,Dell Inspiron 11z, MSI Wind U115 etc etc . For a complete list visit http://www.notebookcheck.net/Intel-Graphics-Media-Accelerator-500-GMA-500.12614.0.html.

PS: GMA 500 is a really underpowered Video Chipset, With Drivers which make it even worse. Avoid it at all costs.

Arduino Hex Uploader and Programmer

Here is something which might be useful to people who program Ardunio not using the IDE , like me. I use AVG GCC to develop code and use this to upload to Arduino.

Some features over the default Gui available on the Arduino.cc site.

  • AutoReset – RTS AND DTR are reset ( No more pressing reset )
  • AutoDetect Arduino when connected and removed ( USB COM port )
  • Remembers Last Settings
  • Very easy to use

Arduino Programmer

Any Bugs or features you find or want let me know…

Arduino ATMega8 Bootloader 2 Second Autoreset

Here is a Arduino Boot loader for ATMega8 with about 2 Second Reset Timeout ( Since all boards now support autoreset ) . Well the source code comes with arduino but you have to use a gcc < 4.0 to get it compiled under 1 KB.

Some how i found it a headache to compile under windows , so here is the compiled version so that you dont have to go though that.

So you can just download here …

External Crystal 16 Mhz , 2 Second Timeout with 19200 as Baud.

Connection Keep Alive

Here is a small utility i wrote which helps me remain connected, gives vocal notification when i disconnect and is capable of resetting my router in case the router needs restart.

Some reasons i wrote it

  • Bad MTNL ADSL Connection , disconnects every few minutes.
  • Using Ping was not really helping, ping worked but when http request was sent Internet disconnected.
  • Could not find any utility giving Vocal Notifications.
  • Could not find any utility capable of executing applications in case of disconnection/connection. I needed my router to be reset when i disconnect due to some XBOX Live issues.

Anyhow it was written in a weekend , and am using it now and some of you guys might also find it useful so am releasing it for free. This requires .net 2.0 + .

Some features -

  • Configurable fetch sites and fetch timeouts.Uses HTTP fetch.
  • Vocal Notification of connection and disconnection.
  • Execute application when connection or disconnection takes place. Usefull when you need to reset router etc.
  • Sits idle in status bar , with notification icon and Baloon Tips.

In-case of ideas or bugs post them here .