Jump to content

sagnik

Members
  • Posts

    483
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by sagnik

  1. I've no idea that how to fix it. Can you do it for me?
  2. No problem, you can as many as you have, I would love to help you. Well, can you post your code here?
  3. Thanks sir. I'll try it, if it doesn't work I'll let you know.
  4. Now I've fixed the redirects. Now you can test the page.
  5. If you do the above a connection to MySQL database will be opened. You don't need to do anything else.
  6. Sir, today I've checked again, but I have not got the error you are saying.
  7. How you did it? The hosting provider advised to set the Nameservers of my domain to their Nameservers.
  8. You can open a connection to MySQL by doing: $db=mysqli_connect($host,$user,$pwd,$db);Then use the variable to your script. I need to see the code to say anything.
  9. Okay thanks. I choose the second option.
  10. The first error is occurring because it may be depended on the MySQL connection variable. If you could open the connection to mysql successfully, it should disappear. Otherwise, if it's not depended on mysql variable then, probably you are calling a function of a class without initializing the class.
  11. cPanel allows users to create subdomains, I want to create a subdomain "cdn.whatsnew.cf" and point it to another hosting provider as HelioHost is limited to disk space I need a website which allows much disk space, which will store my members images/contents in another host. And I need to point the subdomain using "NS" record only. Is there any way to do it?
  12. Loading failed for the <script> with source “http://tatoeba.ga/iwbx-assets/js/jquery-2.1.1.min.js”. iwbx-assets:2 Loading failed for the <script> with source “http://tatoeba.ga/iwbx-assets/js/bootstrap.min.js”. iwbx-assets:2Bootstrap requires jquery and bootstrap.js is loaded to work.But the problem with your website is every request to any URL of your website is being forwarded/rewritten to "/index.*". Rewrite your URLs correctly in your .htaccess file.
  13. What does it means? What type of device? If you meant the WebCam, then I don't have an Webcam on my PC so I'm using my Android phone as Webcam with DroidCamX to test the QRCode scanner. And I've not got the error before.
  14. LSI means Latent Semantic Indexing. It's introduced in 2013 by Google (not sure about the year). Coming to your question, LSI Keywords is a SEO element, which is increasing constantly. LSI Keywords might be a set of some meaningful keywords or a sentence, the both must be based on a main keyword. For example, I've a keyboard/website named "Whatsnew" which is my main keyword, and my LSI Keywords can be "what's new on the internet"/"what's new online shopping", etc. And then include the keywords in keywords meta tag. LSI Keywords helps Google to better understand your website when submitting your website to Google for crawling.
  15. Yeah! I got it. The error is shown in Google Chrome. But I don't understand why the script is not accessible in chrome when Firefox is getting the script properly. Here is my .htaccess of "cdn.sgnetworks.cf": <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^ver-[0-9]+.[0-9]+.[0-9]+(.*)$ $1 [L,NC] RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php?/$1 [QSA,L] RewriteBase / RewriteOptions InheritDown </IfModule> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" Header set Access-Control-Allow-Credentials "true" Header set Access-Control-Max-Age "86400" Header set Access-Control-Allow-Methods "GET" Header set Access-Control-Allow-Headers: x-requested-with </IfModule>Okay, I fixed that now. Actually Chrome doesn't allows Cross-Origin Service Workers and I fixed it but still it's not working. You can check it here: https://m.whatsnew.cf/test.php
  16. Well I couldn't see such an error. Only I'm seeing is an Warning: navigator.mozGetUserMedia has been replaced by navigator.mediaDevices.getUserMediaAnd I'm using Mozilla Firefox.
  17. sagnik

    Absolute Paths

    In "/", "/orders","/profile","/accounts", etc.
  18. sagnik

    Absolute Paths

    Actually, I've a file called "header.php" in "E:/home/wn/public_html/mobile/global" directory which I has to include in every pages/scripts. So when I upload my website, I has to change the path to "/home/sgn/public_html/wn/mobile/global/header.php". That's what I don't like.
  19. What happens everytime I upload my website to Tommy server is I've to change the included scripts path in PHP which I've to find.
  20. I've not seen the error before. Anyway it looks like the script is not accessible outside the domain. I hope I've got it right!
  21. Oh, now I understand.
  22. Okay. But I want to know why you want to install IIS when HTTPD is better than IIS.
  23. But you can install Apache HTTPD instead of IIS as it is to install as well as it supports PHP very well. And also it's easy to use (restart, start, stop) using Apache Service Monitor.
  24. Can I get an account on Lily? If yes, how much disk space I will get on Lily? If I get an account on Lily, it will be good for me as I've to change the paths from Windows path to Linux of included php scripts every time I upload the scripts to my live server. I'm developing my website in Windows with HTTPD 2.4, PHP 7.2. So I hope don't need to change lot of codes in my scripts.
×
×
  • Create New...