Greenguy's Board


Go Back   Greenguy's Board > General Business Knowledge
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2019-01-12, 05:47 PM   #1
HowlingWulf
Me fail English? That's unpossible!
 
HowlingWulf's Avatar
 
Join Date: Dec 2003
Location: FL
Posts: 1,381
Send a message via ICQ to HowlingWulf
Quote:
Originally Posted by Greenguy View Post
1 - Worked PERFECTLY!

2 - Is it by any chance easy to go from this:
2BTB_061209_Cindy.mp4
2BTB_061211_Mia.mp4
2BTB_061219_Aaliyah.mp4

To this:
2BTB_061209_Cindy/source/2BTB_061209_Cindy.mp4
2BTB_061211_Mia/source/2BTB_061211_Mia.mp4
2BTB_061219_Aaliyah/source/2BTB_061219_Aaliyah.mp4
Sure. Try this:

PHP Code:
<?php
$path 
".";
$extensions = array( "mp4" );

$files array_diff(scandir($path), array('.''..'));

foreach ( 
$files as $file ) {
        if ( ! 
is_file $file ) ) continue;
        
$file_parts pathinfo$file );
        if ( ! 
in_array$file_parts['extension'], $extensions ) ) continue;

        if ( ! 
file_exists$file_parts['filename'] ) && ! mkdir$file_parts['filename'] ) ) { echo "Oops! Could 
not create directory 
{$file_parts['filename']}\n"; continue; }

        if ( ! 
file_exists$file_parts['filename'] . "/source" ) && ! mkdir$file_parts['filename'] . "/source" 
) ) { echo "Oops! Could not create directory {$file_parts['filename']}/source\n"; continue; }

        
$new_loc $file_parts['filename'] . "/source/" $file;
        if ( ! 
rename$file$new_loc ) ) { echo "Oops! Could not move {$file} to {$new_loc}\n"; continue; }

        echo 
$file " moved to {$new_loc} successfully.\n";
}

echo 
"Done\n";
__________________
WordPress Porn directory theme => Maddos
Create a Porn Tube => Video Pornster
HowlingWulf is offline   Reply With Quote
Old 2019-01-13, 08:33 AM   #2
Greenguy
The Original Greenguy (Est'd 1996) & AVN HOF Member - I Crop Pics For Thumbs In My Sleep
 
Greenguy's Avatar
 
Join Date: Feb 2003
Location: Blasdell, NY (shithole suburb south of Buffalo)
Posts: 41,786
Send a message via ICQ to Greenguy
Ramster & I to you!
__________________

Promote POV Porn Cash By Building & Submitting Galleries to the Porn Luv Network
Greenguy is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 01:32 PM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc