You are the first one that has replied a post since I have signed up in this forum. Where are the users?
Try to download a simple uploader manager, install in your server.
To integrate the script with admin panel, you just need to edit admin.php file, find a place inside the “Add News†form, and place a link to other script, you can put your uploader script to open in a pop-up window, so you can easy upload your files inside the admin panel, when you are posting.
To make the uploader script add a link in the “Story†or “Short Story†form, you’ll need to add a javascript system, and interact then with PHP. Your PHP script need to send a variable to javascript, this variable will contain the link to the uploaded image, and tags [image]link here[/image]. I’m sorry, but I’m not sure how to interact PHP with javascript to do this, but I have other solution, make your uploader script show a link with the tags, like this:
Code:
[img]your link here[/img]
First try to put the link in a variable, named $imagelink, for example.