Perfect Gonzo to Nubiles Tube – FLV dump converter
Perfect Gonzo is not directly compatible with the Nubiles Tube FLV dump file format. So we’ll just have to extract the required data from the Perfect Gonzo dumps, adjust it to the Nubiles Tube format and then we are ready to import it. This will add a nice list of 1428 (and increasing – that would be the number at the date of this post and they add daily flicks) extra movies to your tube.
Step 1:
Download the Perfect Gonzo FLV list. Login or.. register and login to your account; use the `Embedded Flash Movies` option from the left-hand column; download the file using the link next to `Bulk Exporting`.
Step 2:
Convert the bulk exported file to tube compatible file. Download the PHP script and run it from the command line.
If you have saved the PHP script file as pg2nt.php, and the bulk export file is saved as flash_trailers.txt, and you wish to save results to `dump.txt` that would look something like:
Step 3:
Import your new 1428 movies into your tube. Use the `Dump` option from the left-hand side column, after logging in as admin to your tube. You can select a new channel for that. You may also wish to backdate most of the videos so that they already show online and you can instantly boost the amount of online videos.
Perfect Gonzo Affiliate Webmaster Signup Link
Nubiles Tube Affiliate Webmaster Signup Link
Those that are not familiar with PHP and have troubles running the script, can post their questions as comments to this entry.




September 20th, 2008 at 11:30 am
Hi,
Thanks for the script. Unfortunately I dont have any idea about how works php scripts. How I can run the script from the command line? I have downloaded an program called EasyPHP , I tried to run all page but with no results. Sorry, i know its about basics, but if you can explain this all process for dummies like me, I’ll appreciate. If it is to hard, can you just put an text file with perfect gonzo, videosz flv in nubiles tube format?
Thanks
September 20th, 2008 at 2:28 pm
Hi there Vili,
In order to run PHP from the command line:
1) You either need to have your PHP executable in your system path. This way you can call it by simply typing `php ` at the command line prompt. In order to check this, open your command prompt and type `php -v` (without the starting ` and ending ` of course). If you receive an output something like:
—
C:\Documents and Settings\Admin>php -v
PHP 5.2.5 (cli) (built: Nov 8 2007 23:18:51)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
with Zend Extension Manager v1.2.0, Copyright (c) 2003-2007, by Zend Technologies
with Zend Optimizer v3.3.3, Copyright (c) 1998-2007, by Zend Technologies
—
then you are good to go. Other wise procedure to scenario (2)
2) You need to specify the full complete path to your PHP exectuable. So, for example, if you installed EasyPHP to `C:\Program Files\EasyPHP`, you would type in:
“C:\Program Files\EasyPHP\php” -v
The quotes (”) are required in this particular case because of the space between `Program` and `Files` in your path. You should receive an output similar to the one in the scenario (1).
Once you have decided which of the ways you must call the php executable, move to the directory where you downloaded the Perfect Gonzo dump. For example, if you downloaded the dump to `D:\Temp`, you should type in:
—
d:
cd d:\temp
—
The conversion must be downloaded and unzipped in this same directory. After you have changed to that directory, simply type:
—
php pg2nt.php flash_trailers.txt dump.txt
—
or
—
“C:\Program Files\EasyPHP\php” pg2nt.php flash_trailers.txt dump.txt
—
At this point you will find the dump written to the `dump.txt` file in the same directory. Open it and import it in you Nubiles Tube.
PS: If you still don’t manage to get it done, I can email you the processed dump.
However, it is easy and you should try to get it done, just in case you bump into other scripts you have to run like this.
September 20th, 2008 at 3:38 pm
Thanks man! Its working! Great tutorial, great script! Good luck with your futures projects!
September 20th, 2008 at 4:43 pm
I’m glad it worked out
Looking at some other sponsors that have valuable FLV content. I’ll post the conversion scripts for them as soon as I get some free time.
September 26th, 2008 at 1:50 pm
I there,
I really cant figure out how to do this. Can i give you my dump file and would you be kind enough to convert it for me pls?
September 26th, 2008 at 7:00 pm
Sure, no problem. Attach and email it at makesyouclick [] gmail
Btw, what was the issue you bumped into? Maybe we can figure it out, so you can use it later on, when the sponsor adds new videos.