Hello,
I'm unsure which section to put this, considering it may have multiple-issues, but the primary right now is regarding the theme.
So about probably a year ago I saved my site (except the database -- my fault) but I believe I have all the files relating to the site itself, just not the database. (https://i.imgur.com/dbAS8wC.png for reference)
That's okay. Recent events started back up and we are aiming to get the site back up. I don't have the database, I at least want to be able to put the template back on the new forums. As you see I have all the files that would make a "theme" a reality some issues:
1) I've noticed again that the themes and styles are in .css, while the files I have are php files which aren't supported. I suppose I could do <php> </php> in those files, any thoughts would be nice.
2) Once I try to edit a theme, it says the following: " Access to this resource on the server is denied!". I've tried editing the .htacess file by changing it's name and also doing this:
<IfModule mod_security.c>
# Turn off mod_security filtering.
SecFilterEngine Off
# The below probably isn't needed, but better safe than sorry.
SecFilterScanPOST Off
</IfModule>
Any sort of help to all of this would be appreciated. For reference, the new site is on the latest version of MyBB, i'm unaware what the site backup that I have saved is at. But overall, I'm aiming to get as much of those files/theme/icons/etc back onto the forums if possible.
I'm unsure which section to put this, considering it may have multiple-issues, but the primary right now is regarding the theme.
So about probably a year ago I saved my site (except the database -- my fault) but I believe I have all the files relating to the site itself, just not the database. (https://i.imgur.com/dbAS8wC.png for reference)
That's okay. Recent events started back up and we are aiming to get the site back up. I don't have the database, I at least want to be able to put the template back on the new forums. As you see I have all the files that would make a "theme" a reality some issues:
1) I've noticed again that the themes and styles are in .css, while the files I have are php files which aren't supported. I suppose I could do <php> </php> in those files, any thoughts would be nice.
2) Once I try to edit a theme, it says the following: " Access to this resource on the server is denied!". I've tried editing the .htacess file by changing it's name and also doing this:
<IfModule mod_security.c>
# Turn off mod_security filtering.
SecFilterEngine Off
# The below probably isn't needed, but better safe than sorry.
SecFilterScanPOST Off
</IfModule>
Any sort of help to all of this would be appreciated. For reference, the new site is on the latest version of MyBB, i'm unaware what the site backup that I have saved is at. But overall, I'm aiming to get as much of those files/theme/icons/etc back onto the forums if possible.