My php file deleted automatically from c panel [closed] - php

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 5 years ago.
Improve this question
Hey friends in my hosting my base_facebook.php file is deleted continuously I talked with customer care he says that hosting antivirus detected your file as a virus but same file I tried to other hosting and it is fine what I do?
What is the problem in my file and how to fix this
Here is my file

That first piece of code in your base_facebook.php is malicious. Remove it!
EDIT
This file is needed for your facebook application(if any) to work! Either remove that piece of code(which I marked in red) from your file or replace the whole file. Based on the version number, it seems to be v3.1.1.
When searched for a copy of this file, I found this: https://github.com/uiri/feedview/blob/master/base_facebook.php
I think you are using an old Facebook SDK(v3.1.1), which I think they officially don't support(or its depreciated)

Related

Is there any way to fix this issue on dadicated server [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 8 days ago.
Improve this question
wordpress error image
My server uses Fastpanel which makes use of Nginx for the static content and then Apache for the dynamic content.
After enabling statistics caching to keep for 24hours
Then i noticed some weird behavior
Then i decided to disable that's how the error above in the image appear
I can't access admin area
I can't edit any post
But the website:
https://www.xclusivepop.com/ is loading
. please help me
I tried to disable nginx cache
Then website stop loading... then I turn it back it started loading but the admin Area I still can't access it and i can't edit or create new pos

Php code not working when i host it on netlify? [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 8 days ago.
Improve this question
https://master--fitnesspackage.netlify.app/ this is my webiste link.
When i host this on localhost server of Xaamp it works.
But when i host it live on netlify or other server.
The php code is not working .
For Eg when u will visit above link and click on Store Page Link it will download the file of store.php?
How should i solve this issue ?
I try Changing all file extension to .php but dosent work.
The file which have .php extension gets downloaded in my webite.

can you spot the mistake? [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 2 years ago.
Improve this question
this is the ui when running on my localhost
this is the ui when running on cpanel hosting
my question is, what is wrong with the ui? everytime i run my application on server, the sidebar always gone wrong
for little information, i use Laravel 5.6 and AdminLTE3 template.
the top navbar and the sidebar is at different .blade.php file. i combine them in master template that contains them (using #include) and the content of page (using #yield).
my master.blade.php
is there anything's wrong with my code, or, this is the bugs from adminLTE 3?
thanks for your help.
I was seen your web & I tried to understand your problem. I found 3 errors in console related to your css files. I think that problem happens because that css file errors. but i can't understand why it shown that errors in console. I attached snapshot of that error, see this below
enter image description here

php files are not working on server [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 5 years ago.
Improve this question
i am recently doing one project that i face issue php files not working on server cpanel.
error :
while php files are run shown below error
OUTPUT :
No input file specified.
The root cause of the error is that PHP cannot find the file the server is telling it to look for.
It must be an issue with the .htaccess or insufficient file permission.
Check the .htaccess file.
Check the permission of the file. If it does not have read permissions, add it.
Hope it helps.

Migrating a PHP 5.2 Website [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 7 years ago.
Improve this question
I'm currently working on a website for a client, but this website is running PHP version 5.2.17.
Can anyone recommend the best way to tackle this? I've experience in HTML/CSS/JS/JAVA with a basic understanding of PHP.
I'm thinking of rebuilding the website with a HTML5 framework and basically dumping this on top of the old PHP pages, integrating the MySQL database and passing through the links to not lose SEO, but ultimately do worry it may affect the site...
I've tried running a WAMP server but as it only goes as low as version 5.3 I get constant errors and the page displays without the CSS and has words overlapping etc.
Images attached.
The errors you are encountering are to do with files which are being included not being found. Check through the code and identify the files that are being requested, then locate those files and correct the file paths, if the files can not be restored then remove the include statements entirely or comment them out, make sure they have been removed from evrrywhere.

Categories