Jump to content

Bailey

Helpers
  • Posts

    803
  • Joined

  • Last visited

  • Days Won

    11

Posts posted by Bailey

  1. Hello,

     

    I dont know why you are getting annoyed because the admins do a very good job at accommodating everyones needs, and updating to a newer version of something is never a bad idea 🤷‍♂.

     

    I think the idea for the file with all the modules is a good idea however some are only used once and never used again meaning that it just takes up extra space and may break on newer versions of software.

     

    Thanks,

    Bailey

    • Like 1
  2. Well without being too pacific, a small (about 100x100) extra small, so just a logo, (about 50x50) then one big image thats about (1000x1000) that can be scalable. I know this sounds like strange requests but could they possibly be round. Id prefer if they we sent square but still look presentable with a round border, like my main image over at https://bailey.cf

     

    Thanks,

    Bailey

    • Like 1
  3. Have you got a small logo that be suitable for a footer if I was to include within the footer over at Bailey.cf?

     

    Im happy to include a "Powered by HelioHost" and then link to your website if that's easier but I will (when I get round to it) write an in-depth article on your site but need to finish development first!

     

    Thanks!

    • Like 1
  4. Hello Wolstech,

     

    I've gotten as far as installing but can't seam to set up the localhost aspect of it. Being a web developer I obviously know about localhost but can't get my head around using Django to do it . And I know a lot about PHP but I'm currently doing my Computer Science GCSE and the AQA exam board uses python so I feel that, aswell as a new experience, it will help with me get to know and help with me using python in my exam.

     

    And with help, once I've got the localhost/environment setup I should be fine but it's getting that started!

     

    Thanks,

    Bailey

  5. Hello,

     

    Has anyone got any good tutorials or any help they could offer, I want to learn Django as Im secure with python but I cant seem to get Django setup! I want to start and rewrite my website ...again from php.

     

    Ive seen the one on the wiki but couldnt get my head around it.

     

    Thanks in advance,

    Bailey

  6. Ahhh okay thanks!

     

    I'm honestly suprised at this answer because if it's amount of information, you really do seem to know the place! And yes I think I was most curious about Ashoat as he has pinned things from 2005/6 but then seemed to have disappeared but I had no idea he was the founder. Congrats for him, this is a really helpful idea!

     

    I know that this may not be in the best interests of Xaav but I would remove their root access for now unless they come back as they could be a target for a hack, unless I'm mistaken on how the root admin works...

     

    Thanks again for your help,

    Bailey

     

    Also, what do Moderators and Root Admins actually do behind the scenes?

     

    Thanks!

  7. Hello,

     

    Bit of a random question but I have noticed that when looking through the forms there are many moderators/root admins that seem to be inactive, this is a bazar question but just wondered why...

     

    Is it because they just don't use HelioHost anymore?

     

    Thanks,

    Bailey

  8. That re-writes to a file that doesnt exist thats why it doesnt work, you need to to go to quotes/view/1 not 1.html because its looks for the html file 1 in the directory /view/

     

     

     

    RewriteRule ^blog/article/([A-Za-z0-9-\+]+)/?$ /index.php?Page=blogarticle&id=$1 [NC,L,QSA]

     

    [NC] Means no case

    [L] means last - dont check against other RewriteRules!

     

    ^quote/view/([A-Za-z0-9-\+]+)/?$ /index.php?Page=view&id=$1

     

    $1 will pass the whatever comes after view/... or what is placed within ([A-Za-z0-9-\+]+) as a php variable id this means you can use php to load up the required page! For example, my website over at http://Bailey.cf uses only one index page but complex rewriterules to make it how it seems!

  9. Hello all,

    Can I please have the ip for the actually Tommy server as I would like to setup a custom Downtime alert when the actually server goes down!

     

    Also, could i have any custom ports etc.

    Thank you.

×
×
  • Create New...