MyBB Hacks

Full Version: Upload zip, rar in one folder specific and Extract zip, rar in one folder specific
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
You mean I asked my host if it allows this functions?
I've done, I'm waiting for your Email.
What I mean is:
(08-22-2011 08:16 PM)Gypaete Wrote: [ -> ]

PHP Code:
$conn_id = @ftp_connect("ftp.strato.com");

OR

PHP Code:
$conn_id = @ftp_connect("ftp://ftp.strato.com");

I use this:

PHP Code:
function newCap($Fansub, $Serie, $Capitulo)
{
 	if(!@mkdir(MO_ROOT."mo/mangas/$Fansub/$Serie/$Capitulo"))
	{
		return true;
	}
}

Is better. xD

I had to download the "Pclzip" to extract the .Zip.

Now the problem I have is, for example, this is the contents of a zip:
mybb_1604 (Folder) -> (Inside the folder) php files.

In order to extract the contents should be:
PHP files (inside the zip)

How I can do with PHP (if so), it enters the folder "mybb_1604" to extract the files?

I hope you understand me.
Go through the extraction code and write stuff to a different place.
Sorry, but I don't understand where you're going.
Pages: 1 2 3
Reference URL's