REQUEST Panel Upload

Tayluur82

Active member
Joined
Dec 11, 2021
Messages
182
Awards
2
Offline
I've uploaded a few panels to my hostinger. The file manager where I hosted to was wiped out by malware. Can someone tell me the exact steps on how to upload a panel? I've tried a few from memory but can't seem to find the panel
 

bc12

Well-known member
Joined
May 24, 2021
Messages
213
Awards
4
Offline
The file manager where I hosted to was wiped out by malware.

That's pretty messed up!
Hostinger should be able to repair your file manager.

Can someone tell me the exact steps on how to upload a panel?

The alternative to using Hostinger's file manager would be to install some sort of file transfer software yourself. I'd recommend

Good luck!

I've tried a few from memory but can't seem to find the panel

That sentence confused me a bit...
Do you mean, you uploaded the panel but can't open it in a web browser?
Or, you can't find the panel software on the site here?
(Or, did you mean something else?)
 
Last edited:

ouga

New member
Joined
Feb 20, 2022
Messages
5
Awards
1
Offline
you need to install correctly php extention and apache
 

Tayluur82

Active member
Joined
Dec 11, 2021
Messages
182
Awards
2
Offline
Thanks for replying. What happend was I questioned Hostinger on why the football league website I have hosted on hostinger, was playing up. They had a look and deleted the file manager to my apps. My apps were hosted on my web address like they should be and all worked. But I can't remember the correct way to start from scratch. I have the panels saved to upload but can't remember exactly how I began.
 

bc12

Well-known member
Joined
May 24, 2021
Messages
213
Awards
4
Offline
Sorry, just fyi... I'm not trying to be a dick... ;) And I don't know it all, and definitely don't wanna sound like I'm being condescending or anything...
So... I hope none of this comes off like that... :) Just trying to be helpful....

Anyway... for clarification purposes...

I'm not sure what you mean by they "deleted the file manager to your apps"... A file manager is a application used to transfer files from your computer to your host.

Usually, the "file manager app" is located on your host's control panel somewhere? (cPanel maybe?)
Are you sure they deleted that app off your control panel? I'm guessing you could ask them to put it back if that's the case...

Maybe get Hostinger to "factory reset" your site to a blank slate to be safe if it's feasible. So you at least get a "Page under construction" or something loading when you visit it...

If you really have no file manager, and they won't put it back... You would have to follow the steps I mentioned above and install an alternative file transfer solution to your computer...

Or, did you mean they deleted the directory or folder your apps were stored in? If that's the case, just upload your files back there... My 'web page' folder is called public_html for instance... Log into your host's control panel, find the file manager app... It should be in there somewhere I'd think... and transfer your files... Otherwise, use the software I mentioned above and transfer the files that way....


More technical stuff follows... But you gotta get past uploading your files first. ;)

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

I don't use Hostinger, so I can't be very specific... but...

Like ouga said, make sure you have right right php version configured. I think a lot of panels use 7.2, or 7.4 maybe, but don't hold me to that... I'd avoid version 8 anyway...

Basically, you just upload the files to your host... But, again, like ouga said, it has to be configured properly... I thought Hostinger took care of that, but I could be totally wrong for sure... Wouldn't be the first time...

After that... some panels use "Source Guardian" or ionCube... so, those might need to be installed for some. Although that should be apparent when you try to visit the site. (ie: The page will usually say, I need sourceguardian or ioncube installed.)

Some dependencies I use are: (I dunno if I'm missing any or if all are needed...) As I have different setup and am just learning myself...

apt-get install php7.2-{cli,pdo,fpm,zip,gd,xml,mysql,cgi,sqlite3}
apt-get install php7.4-{cli,pdo,fpm,zip,gd,xml,mysql,cgi,sqlite3}
apt-get install php-curl php7.2-curl php7.4-curl php-gd

Proper permissions on files and directories always helps... .htaccess file?

Read the read.me file or .info or whatever may be the case for instructions. (I probably should have put that first, lol) RTFM... hehe

Anyway, good luck!
 

Tayluur82

Active member
Joined
Dec 11, 2021
Messages
182
Awards
2
Offline
Thanks for that response mate. Yeah the directory for where I hosted has gone. I used to click on the hosting, then file manager. I would see public_html. That isn't there anymore. When I click on file manager it's just blank inside.
 

bc12

Well-known member
Joined
May 24, 2021
Messages
213
Awards
4
Offline
Thanks for that response mate. Yeah the directory for where I hosted has gone. I used to click on the hosting, then file manager. I would see public_html. That isn't there anymore. When I click on file manager it's just blank inside.

Ahhh, okay... They might be directing you right into your public_html folder... Try creating a default index.html file there and see if you can open it when you visit the url.

I doubt simply creating the public_html folder would work, but it is worth a try...

Otherwise, if you have nothing important there now, it's not usually to much of a problem to just get them to reset it back to the way it was when you first got it...

That last option is probably the best as it would reset everything to normal I suspect...
 

Tayluur82

Active member
Joined
Dec 11, 2021
Messages
182
Awards
2
Offline
Yeah I tried to create the public_html but it just imported the public_html from one of my websites.
 
Top