Jump to content

Editing PHP pages


kevinritt

Recommended Posts

I have a website that uses snippetmaster to allow the client to change text on their own. There is a problem uploading images - it only seems to allow images already on the server to be uploaded ond not the computer from which the person is working. So my question is:

Is there something else I could use to give them the ability to edit content? Snippetmaster seemed to be ok but the problems are becoming more frequent. Any suggestions would be great - thanks

Link to comment
https://forums.phpfreaks.com/topic/152810-editing-php-pages/
Share on other sites

Look into making your own site editor i made this on my site so i could change things on the fly.

I made a file tree which grabs all files and folders in /root directory and display them as a link to

fileview.php?file=../folder/file.php then fileview.php $_get['file']; and open the file in write mode explode it into a array and echo it into a textarea then submit it to fileedit.php?file=......  and write the file boom your done

 

DO NOT ALLOW USERS ACCESS TO THIS PAGE AND DO NOT ALLOW THE EDITING OF FILES CONTAINING DATABASE OR SESSION VARIABLES BECAUSE IF IT GETS MESSED UP YO UCANT STAY LOGGED IN TO FIX PROBLEM
Link to comment
https://forums.phpfreaks.com/topic/152810-editing-php-pages/#findComment-802621
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.