-
Posts
803 -
Joined
-
Last visited
-
Days Won
11
Everything posted by Bailey
-
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!
-
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
-
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
-
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!
-
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
-
Woah, seems you have a lot of resources, thank you for all this information. Also, I'll be sure to accept the promotion if it's ever offered! Thanks, Bailey
-
Hello all, I know of the images for load over at www.heliohost.org/load/server_load_j.gif www.heliohost.org/load/server_load_t.gif But curious of all other stats that are internally generated, I have some over at status.bailey.cf but I was wondering if there are any more as I realise that's external! Thanks, Bailey
-
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!
-
Krydos, what would you like us to write on the article? Im willing to spend a bit of time on it but was wondering weather you are able to give me a few points to start me off! Thanks, Bailey
-
Hello, I'm not an admin but they (moderators) will escalate it to the root admin. May I ask why you need this exactly? Bailey
-
Add it as on addon domain through cpanel.
-
Hello, What are the current versions of Django and Python on tommy? Thanks!
-
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.
-
If you are on tommy the server is down anyway but should be fixed soon, If you're on Johnny it may have high load. I believe it's due to a lightning strike where the servers are located!
-
I doubt the provider will have it cached due to me being able to view it, try opening it in private(incognito) tab. Also, make sure you go to evezers.cf not just refresh the queued page! In other words, Open a new tab and go directly to http://evezers.cf
-
Clear your cache, evezers.cf works fine for me!
-
I know you are probably told this all the time but if you are connecting to it through a program that you have coded yourself make sure that you close the connection even if there is an error within the program. That's what people tend to miss, the connection is still open if the program is closed.
-
What apache version do you have installed on Tommy? Thanks.
-
Yes please as that's the domain I use, thank you.
-
it works at bailey.heliohost.org but it doesn't work at bailey.cf, any ideas why?
-
Thank you thought Id already requested it.
-
Hello, Anyone have any ideas as why my ASP.NET 4.5 website doesn't work over at this link? Thanks in advance.
