Jump to content
[MUST READ] Forum Rules ×

All Activity

This stream auto-updates

  1. Yesterday
  2. Please sign up and file a support ticket at https://support.ifastnet.com/
  3. Dear Sir/Madam, My website was entirely developed for legal project purposes and does not contain any illegal activities. I have put significant effort and time into building this platform. However, the suspension of the website has deeply impacted me both financially and emotionally. All my hard work has become inaccessible in an instant. I kindly request that you restore full access to my website. I want to emphasize once again that the content is completely legal and was created solely for project development purposes. If this is not possible, I humbly ask for temporary access (e.g., for 1-2 hours) to back up my data and code. The planned features, such as a free proxy retrieval page, were also designed within legal boundaries. I believe the suspension of my website might be due to a misunderstanding, and I hope you can show understanding in this matter. I sincerely ask for your support and understanding. Restoring access to the website is of great importance to me, and I would be truly grateful if you could fulfill this request. Thank you, [enver atilla]
  4. Last week
  5. Not sure what you mean Check out XERA or the API linked in the footer of the MOFH homepage. Create an iFastNet account and get an affiliate link Security system
  6. My suggestion for now is: browse the forum.
  7. Hello guys, I may feel stupid asking this, but how do I get started with this MOFH? I have set up my domain, they have approved it as well. But I see guys here have good sites, and everything is working fine. But how do I set up my site? I am making design on WordPress but; How to put correct links to packages etc. How to make a user area for customers How to refer them to Premium hosting? Also my site shows "?i=1" at the end of site URL. Why is it so? I am using a test domain for now, and if I learn how it all works, I'll switch to main domain. I do have interest in hosting business.
  8. Earlier
  9. Hi there! I have design for you. Download: https://github.com/myownfreehost-templates/pw.baby CSS - Bootstrap v.5.3 Demo: http://pw.baby hosting.zip
  10. Uhh? The outcome is use another domain
  11. Interesting topic, just curious about the outcome :)
  12. my bad my brain was afk i meant MOFH
  13. Not exactly. MOFH uses a totally custom thing that iFN made a half hearted attempt to make compatible with WHMCS. It never really worked, nobody used it (why use a paid WHMCS subscription with a free hosting service), and it was never updated.
  14. iFastNet is not InfinityFree. And its not really old cPanel, its something completely different, and it never really worked all that well with WHMCS either
  15. right now xera is considered dead and its getting updates from the community https://github.com/mahtab2003/Xera/issues/49
  16. it uses the newer version of CPANEL/WHM while inf free uses the old version so it wont work along with what tinkerman said it has never worked
  17. I just upgraded from Infinityfree to Ifastnet but my domain no longer has a valid ssl certificate and the control panel keeps giving me errors as I try and reinstall one
  18. location / { if (!-e $request_filename){ rewrite ^(.*)$ /index.php break; } if (!-e $request_filename){ rewrite .*$ /index.php?/$1 break; } } 试试看这个nginx.conf
  19. Why do you have a GoGetSSL badge when you are using ZeroSSL?
  20. It's due to the anti bot security system in place
  21. my-pwa: index.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>index.html</title> <link rel="manifest" href="manifest.json"> <script> if ('serviceWorker' in navigator) { window.addEventListener('load', () => { navigator.serviceWorker.register('sw.js') .then(reg => console.log('Service worker registered!', reg)) .catch(err => console.error('Error registering service worker', err)); }); } </script> </head> <body> <h1>Welcome to my Progressive Web App!</h1> <p>This is a basic example of a PWA with a manifest and a service worker.</p> </body> </html> manifest.json { "name": "My PWA", "short_name": "My PWA", "start_url": "/", "display": "standalone", "icons": [ { "src": "https://cdn-icons-png.flaticon.com/512/16/16410.png", "sizes": "192x192", "type": "image/png" }, { "src": "https://cdn-icons-png.flaticon.com/512/16/16410.png", "sizes": "512x512", "type": "image/png" } ] } sw.js self.addEventListener('install', event => { console.log('Service worker installed'); }); self.addEventListener('activate', event => { console.log('Service worker activated'); }); self.addEventListener('fetch', event => { console.log('Intercepting fetch request for:', event.request.url); }); It s a simple PWA that it works in my XAMPP: but in http://azucarados.byethost4.com/my-pwa/?i=1 Manifest: Line: 1, column: 1, Syntax error. 😣
  22. 我安装在了网址根目录。我遇到的问题是,安装界面,输入数据库账号密码安装成功后,点击重定向,他会自动重定向到/admin/regeister,但是这个目录是404 Not Found,同时在宝塔看网站目录也是没有admin这个文件夹。
  23. I used the recommended PHP 8.1 and MySQL 3.7, but when I got to the last step of the installation, I clicked on redirect to /admin and it said 404, I didn't find the name admin in the website directory I used the recommended PHP 8.1 and MySQL 3.7. But when I got to the last step of the install, I clicked on redirect to the /admin interface and it showed 404 and I couldn't find anything in the website directory for admin directory
  24. I tried to use this but my account was randomly deleted
  1. Load more activity
×
×
  • Create New...