Search results

  1. S

    CORS

    Thank you for the reference. However, I still need a little help: - It says to add a line to the .conf or .htaccess file. Where do I find these files? - It gives terminal commands. How do I open the terminal for this server? - It says module mod_headers is required. How do I ensure that...
  2. S

    CORS

    I am experimenting with using PHP as an API. However, I am getting CORS errors. How do I configure my domain to accept CORS?
  3. S

    Auto-Generated Content

    Please elaborate.
  4. S

    Auto-Generated Content

    This is a testing ground for me at the moment. My first thought initially is an API, but I may try other things at a later time. I just want to make sure I do not accidently get myself banned by doing something that happens to be against the ToS.
  5. S

    Auto-Generated Content

    The Terms of Service prohibit "Auto-Generated Content", but any PHP script will automatically generate content and PHP scripts are allowed. The ToS gives a short list of examples, but it is not clear what criteria this examples are pointing to. Could someone clarify what is meant by this?
  6. S

    Server-side Scripting

    Thank you. I created a database and it logged me in automatically. A note for others: I was making this harder than necessary. All that is needed to run a PHP script is to upload a .php file to the public_html folder. phpMyAdmin is only necessary for managing MySQL databases.
  7. S

    Server-side Scripting

    I want to start into server-side scripting. On this platform, it appears PHP is the language of choice. I believe this means I have to log into the phpMyAdmin site, but I do not know what Username and Password it is looking for.
  8. S

    Adding SSL Certificate

    I just tried it again now and it worked. I have no idea what changed. Domain is scotwatson.x10.mx & www.scotwatson.x10.mx
  9. S

    Adding SSL Certificate

    Hi! This is my first time here. I am trying to add an SSL cert to my site. I decided I want a "Let's Encrypt" certificate, so I selected "Get automatic certificate from ACME provider." Yet, when I click "Save", I get the error message "Cannot execute your request Weekly rate limit of 200 for...
Top