Jump to content

techmex

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by techmex

  1. Domain: techmex.heliohost.org Username: techmex Database: techsmex (with the extra s) I'm still using host: localhost if that makes a difference, I don't know if that's changed I haven't changed anything in weeks so I definitely haven't altered anything, I can give my password and stuff, there's nothing particularly secretive it's just a university project Cheers Lee I've tried changing my user password but that hasn't worked
  2. My website was working, but then an upgrade took place the other day and now it is saying that there is "No such file or directory" My username is techmex, I can give any other information or passwords required to the admins Thanks Lee
  3. Thank you so much, that's perfect! It will receive virtually no requests as it's just a proof of concept for uni, but it's working like a charm It's a SatNav for a local map with multiple floors incase you would like to take a look (doubt it very much but hey!)
  4. techmex techmex.heliohost.org johnny
  5. The site uses 8015 unfortunately: http://gaia.glyndwr.ac.uk:8015/courses_alpha.htm I can't ask them to change it as its a university website
  6. It's only for a small uni project, it grabs timetables from their site so it isn't particularly intensive I've rewritten the part that grabs the timetables and it stores them in a database, but it would be nice if I could use live timetables
  7. Ahh that's my issue then port 8015, will have to find a host that allows it Thanks
  8. I am trying to use cURL but am just getting 500 errors Has cURL been disabled? Here is the code I am using: $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, 'http://gaia.glyndwr.ac.uk:8015/courses_alpha.htm'); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); $site = curl_exec($ch); curl_close($ch);
  9. My site was working (albeit slowly) about 5 days ago Now I can't log into FTP and techmex.heliohost.org says that it can't be found, even though it was working It was only a university project so nothing illegal or controversial was on there It is/was on the johnny server
×
×
  • Create New...