Topic: PunUpload V.1.1
--
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → PunUpload V.1.1
I want this for 1.2.1
I want this for 1.2.1
Me too
Anyone tested it in 1.2?
I modded cuteseal's mod.. works great
## 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?
yeah id like it for 1.2.1 if any one is up for porting it or something
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.
I am also working on a version for 1.2.1. Should be released later this week.
I am also working on a version for 1.2.1. Should be released later this week.
superb!
Yes.. I think im not the only one who is waiting very patiently on an upload mod
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.
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.
Please, if you are going to rewrite this mod, fix it.
Learn what register_globals is, and code like its OFF.
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.
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..
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.
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..
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.
Hmm, that would be html error, Gary13579 said he would fix it. Its nothing big, script should be working properly even with those errors.
plz help me...
An error was encountered
Error: Error getting file list.
plz help me...
An error was encountered Error: Error getting file list.
This means you did not install the database.
ultima
is this really stable yet???
Please use the following version, it should be a bit more stable.
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → PunUpload V.1.1
Powered by PunBB, supported by Informer Technologies, Inc.