Upload zip, rar in one folder specific and Extract zip, rar in one folder specific
Gypaete Offline
Member
***
Posts: 82
Joined: Aug 2010
Post: #23
RE: Upload zip, rar in one folder specific and Extract zip, rar in one folder specific
I use this:

PHP Code:
1
2
3
4
5
6
7
function newCap($Fansub, $Serie, $Capitulo)
{
 	if(!@mkdir(MO_ROOT."mo/mangas/$Fansub/$Serie/$Capitulo"))
	{
		return true;
	}
}

Is better. xD


[Image: selenab.png]
(This post was last modified: 08-29-2011 01:44 AM by Gypaete.)
08-29-2011 01:44 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
RE: Upload zip, rar in one folder specific and Extract zip, rar in one folder specific - Gypaete - 08-29-2011 01:44 AM

 Standard Tools
Forum Jump: