TCPDF library, file tcpdf_fonts.php missing after uploading - server

When i upload TCPDF library files to live server, the file tcpdf_fonts.php from tcpdf/include folder dissapears .. any idea of why ?

The file tcpdf_fonts.php has been blaklisted by the hosting company.
Requesting for include it in a whitelist (solved).

Related

How do I export a website made in Dotcms?

I'm trying to save one of my websites (with all its files) to my pc so i can upload it to another server. I've tried using Httrack and wget but with both I only got a small part of the images and most of it was scattered in a new folder called contentAsset. could someone please help me out?
dotCMS can publish your site statically - set up a static Push Publishing endpoint and then right click and publish your site to it. dotCMS will write out your site and assets statically to a folder under the /assets directory.

How to Uploading my files to a webserver?

I uploaded my files to the webserver hostgator, using cyberduck. all the files uploaded. But one of my html pages and its scss file could not be found. The scss files got converted to css so that's not the issue. I tried reloading them but the same thing happened.
To specif files you can get upload the file through cPanel's File Manager
How to Upload a File Using File Manager
To upload a file through cPanel's File Manager, please do the following:
1 Login to cPanel.
2 Under Files, click File Manager.
3 Select Web Root and Show Hidden Files, then click Go.
4 Click to open the folder to which you'd like to upload files.
5 Click Upload from the top toolbar.
6 Click Browse (some web browsers will have Choose File instead).
7 Select the file on your computer that you wish to upload.
8 Once the file has been selected, it will automatically upload. You may select additional files while uploads are in progress.
more detailed information: https://support.hostgator.com/articles/cpanel/how-to-upload-a-file-using-the-file-manager

Where do I put cpanel backup files on www folder?

I am using lamp to test a cpanel backup on ubuntu 16.04.
The website is a prestashop 1.4 bunch of folders.
enter image description here
As you can see in the image, there are many folders within folders. What do I put on www folder to show up on localhost?
I added the "public html" folder in it but it says 404 not found.
Assuming you have everything routed properly in php and you have your config setup accordingly, you should put all of it in your www folder.
Put all of your files in www, then start your webserver and try to open products.php (per example) in your browser.

Emailing Yii project via gmail

Has anyone ever managed to email a Yii project (zipped) via gmail or any email client. Gmail keeps picking up an "executable file" whenever I try to email the zipped folder.
Thanks in advance
You can try to use password protected archive, to prevent scanning content of your archive by google.
Also you ca try to delete 'yiic' and 'yiic.bat' files from '/framework' directory
Just change extension to something else, for instance project.zip into project.dat
The executable file is yiic.bat. just delete yiic.bat file and mail...
install project without yiic.bat file by yiic file as
php yiic.php webapp appName
Use Google Drive, the best & free way to transfer upto 10GB of data.
You can learn more about it at:
Google Drive
Wikipedia

How to unzip, zipped XML file in iPhone?

I am developing an application in which I am getting a zipped XML file from web service.
Now I need to unzip it and I have to parse it. How can I unzip an XML file coming from web service??? Is it necessary to save unzipped file (after unzipping) before taking it to parse or is there a code which gives unzipped file directly without saving it to documents directory?
Code for this is helpful.
Thanks in advance..