1 (edited by ultime 2013-01-21 16:26)

Topic: PunUpload V.1.1

--

Re: PunUpload V.1.1

I want this for 1.2.1 smile

Re: PunUpload V.1.1

Widell wrote:

I want this for 1.2.1 smile

Me too smile

Re: PunUpload V.1.1

Anyone tested it in 1.2?

Re: PunUpload V.1.1

I modded cuteseal's mod.. works great

Re: PunUpload V.1.1

ultime wrote:

##           Author:  Pierre-Luc Lacroix - ultime@omgultime.com

Why do i distinctly remember making that then sending you the source when you asked for it to use on your forums?

7

Re: PunUpload V.1.1

anyone got this for 1.2???

8 (edited by gezz 2005-02-20 23:22)

Re: PunUpload V.1.1

yeah id like it for 1.2.1 if any one is up for porting it or something

-gezz

9

Re: PunUpload V.1.1

humm interesting indeed for 1.2.1

10

Re: PunUpload V.1.1

Well, atm i'm reworking code of PunUpload mod. New version will also be extended with basic permissions system. Should be ready within next few days, need add a bit of code in mod itself and write an admin plugin to edit upload settings.

11

Re: PunUpload V.1.1

I am also working on a version for 1.2.1. Should be released later this week.

Re: PunUpload V.1.1

ultime wrote:

I am also working on a version for 1.2.1. Should be released later this week.

superb!

13 (edited by Smartmonkey 2005-02-22 19:22)

Re: PunUpload V.1.1

Yes.. I think im not the only one who is waiting very patiently on an upload mod smile

Im not sure how hard it is to add, but I think it would be awesome if once the file was uploaded if it gave the link for them to copy and paste w/ the [img] tags.

Keep up the good work.

14

Re: PunUpload V.1.1

Smartmonkey wrote:

Im not sure how hard it is to add, but I think it would be awesome if once the file was uploaded if it gave the link for them to copy and paste w/ the [url]tags..

That would be extremelly easy to do, it is a good idea, I will add it to my Mod.

Re: PunUpload V.1.1

Please, if you are going to rewrite this mod, fix it.
Learn what register_globals is, and code like its OFF.

Indocron
$theQuestion = (2*b) || !(2*b);

Re: PunUpload V.1.1

I didnt downlaod it yet, but I noticed some things wrong from yours.

You need to set a title for the file. add this before you include the header.php file.

$page_title = pun_htmlspecialchars($pun_config['o_board_title']).' / Uploader';

Also undeclared varibles, and the HTML isnt lining up.

I can help when I get the time, which I dont have right now.

Indocron
$theQuestion = (2*b) || !(2*b);

Re: PunUpload V.1.1

Hrm didn't work for me.. I added what you put gary and changed the $folderroot to the correct location. When I hit upload it just comes back.. doesn't report any errors.. and the directory stays blank.

I did also try turning on register globals.. to no success..

18

Re: PunUpload V.1.1

Smartmonkey wrote:

Hrm didn't work for me.. I added what you put gary and changed the $folderroot to the correct location. When I hit upload it just comes back.. doesn't report any errors.. and the directory stays blank.

I did also try turning on register globals.. to no success..

Did you change the folder's chmod to 777? $folderroot is the exact location of the uploaded files, the folder that needs to be chmoded.
For example: $folderroot = "http://www.google.com/forums/upload/";
"upload" would be the folder where the files would be uploaded, and "upload" would need to have 777 as chmod.

Re: PunUpload V.1.1

Yeah.. its pointed to mysite/images/uploads.. and I know the permissions are working correctly because I used an upload script I found on the net and was able to upload a pic.. it was kinda basic and crappy tho.. didn't continue to use it.

But does anyone know what the equiv of chmod 7777 on a windows box would be? I just granted anonymous access and Gave permssions to the IWAM and the IUSR accounts for that directory..

20

Re: PunUpload V.1.1

What is this?

Notice: Undefined variable: submit in /.../uploads.php on line 23

Notice: Undefined variable: delete in /.../uploads.php on line 53

PunBB 1.2.1 and PHP 5.

21

Re: PunUpload V.1.1

Hmm, that would be html error, Gary13579 said he would fix it. Its nothing big, script should be working properly even with those errors.

22

Re: PunUpload V.1.1

plz help me...

An error was encountered
Error: Error getting file list.

23 (edited by ultime 2013-01-21 16:28)

Re: PunUpload V.1.1

Chazz wrote:

plz help me...

An error was encountered
Error: Error getting file list.

This means you did not install the database.

24

Re: PunUpload V.1.1

ultima

is this really stable yet???

25

Re: PunUpload V.1.1

cows wrote:

ultima

is this really stable yet???

Please use the following version, it should be a bit more stable.

http://punbb.org/forums/viewtopic.php?id=6484