PG Dating Pro Social : Kick-start your own social networking site!

PG Dating ProPG Dating Pro Social is ready to go script-based networking software that can be used to host a social networking site an online dating service. The idea is to be able to get off the ground in the shortest time possible, assuming you have your business plan ready! Various Web site design templates are available -dating, family, adult, entertainment, etc.
The site can be managed using the administration panel (called the admin console).The tray icon allows access to the admin console along with the hosted Web site. The site will have a user-friendly layout. The site will, by default,have an English-language interface, but additional language support is possible using context management in the admin console.
Incorporation of RSS news feeds is possible using the same console. User feedback is an integral part of any Web site; a PHP-based forum and pull are available at your disposal for this Registered users can interact with each other using Flash-based IM, chat, and blogs, and can mail messages to each other. HTML and image advertisement banners can be attached to the bottom half or the left of all the pages excluding the home page.
Paid user access is set by default-users are clubbed into groups such as platinum gold, and so on. The site can be made completely free by deleting these paid user groups. The admin decides the cost structure on an hourly basis for paid users via the users management in the admin console. The script even allows the admin to choose the payment system for paid users-PayPal,E-gold,Authorize.net, among others.
The site’s contest management option binds a vulgar word list to the site, notifying the admin when such a word is used. the option to watermark photos hosted on the site prevents possible misuse of profile images. The 33 preloaded profiles are enough to start a Web site. There’s also an option to add chat-bots, if desired.
At $899, PG Dating Pro is available with its code as an open code license. This while having a developer at one’s disposal, would help in implementing additional features or modifying or upgrading existing features.
PG Dating Pro-$599 for the version without the code-is great for a Web startup, because it is priced right and has most of what you’d need.

System Requirements:
PHP 4.0 or greater
MySQL 3.23.0
Windows XP/2003/Vista
Windows based server and web hosting services

Popularity: 4% [?]

Cockos Reaper 1.8 : Fuse Audio streams

Cockos Reaper 1.8Rapid Environment for Audio Prototyping and Efficient Recording,” abbreviated Reaper, is a great multi-track editor allowing for the production of complete tracks from bits and pieces of audio loops. Reaper doesn’t look impressive-it has a Grey color scheme with an interface filled with buttons, so it doesn’t “feel’ like more mature audio editing tools such as Adobe Audition. Making things better are the colorful custom themes available.
The left half of the interface is filled with the channel array which allows one to add, delete, mute, and adjust playback characteristic and add effect to a particular channel. The center area is the largest, filled with visual tracks, allowing direct editing of envelopes of specific regions. At the lower left-hand corner, you’ll find the master fader/volume. Adjacent to it are faders for other channels along with VU meters, recording button, FX console, and more.
Excellent MIDI, DX, and VST plugin (VSTi and DXi) integration allows you to work with complex MIDI sequencers and import files into Reaper. The visual pane displays the progress of a track, and can be zoomed into or out of using the scroll wheel-so you can look at the entire project in a single snapshot. Pre-and post-FX effects on a particular channel are easy to apply, and most novices and semi-professions can manage them easily.There’s a handy grid for working write tracks and loops, allowing one to add loops and resize them. Markers are present as in most professional software, and allow fine-tuned placement of loops.
Overall, Reaper works great as a multi-track recorder-you can record single or multi-channel sessions using inputs from multiple channels or sources. loops-based techno and tracks are easy to sequence using Reaper. Reaper doesn’t turn your PC into a Digital Audio Workstation, though; mastering and audio editing software is still required. Reaper stays well under 30 MB while working with two or three tracks.
At $40 Reaper provides great value for the novice. The $200 commercial license isn’t justified. Cakewalk Sonar at $369 is a better buy for audio professionals, with Steinberg’s Cubase and Nuendo Mackie’s Tracktion also available in he same price range.

Popularity: 5% [?]

Make Explorer’s Menu Bar Vanish, Then Re-appear

There are two solutions of it. I will just discuss the easier one now.

Open Notepad and type in the following:

Windows Registry Editor Version 5.1.00
[ - HKEY_CLASSES_ROOT\CLSID\{ 5b4dae26-b807-11d0-9815-00c04fd91972} ]

Save the file as menubarsdisable.reg
Double click on the file and press Yes when prompted. Restart your computer, and you will see that the menu bar in the windows explorer has dissapared.
Making the Menu Bar reappear is not as simple as reversing the changes you made to make it disapear. Here is what you need to do, open Notepad and type in the following:

Windows Registry Editor Version 5.1.00
[ - HKEY_CLASSES_ROOT\CLSID\{ 5b4dae26-b807-11d0-9815-00c04fd91972} ]
@=”Menu Band”
[ - HKEY_CLASSES_ROOT\CLSID\{ 5b4dae26-b807-11d0-9815-00c04fd91972} \ InProcServer32]
@=hex (2) :25, 00, 53, 00, 79, 00, 73, 00, 74, 00, 65, 00, 6d, 00, 52, 00, 6f, 00, 6f, 00, 74, 00, 25,\
00, 5c, 00, 73, 00, 79, 00, 73, 00, 74, 00, 65, 00, 6d, 00, 33, 00, 32, 00, 5c, 00, 53, 00, 48, 00,\
45, 00, 4c, 00, 4c, 00, 33, 00, 32, 00, 2e, 00, 64, 00, 6c, 00, 6c, 00, 00, 00
“ThreadingModel”=”Apartment”

Save the file as menubarsenable.reg Double click on it and press Yes when prompted.
Again, open Notepad and type in:

Dim myshell
Set myshell =
CreateObject(“WScript.Shell”)
myshell.run(“regsvr32 /i shell32″)
Set myshell = Nothing
MsgBox “Menu Bars have been restored.”, 4096,”Finished”

Save the file as menubandrestore.vbs and double click on it. Click OK twice when prompted.
Done!!
I will discuss the longer, but stable process using ResHac later.

Popularity: 6% [?]