Jump to content

crazybmanp

Members
  • Posts

    89
  • Joined

  • Last visited

Everything posted by crazybmanp

  1. the servers full... to be specific the /usr directory. i was going to upload a package for my smf board (i have well over 100 MB left) ...yea...this may need fixing...
  2. i want to add to my site google freind connect http://www.google.com/friendconnect/ but whenever i try, after i upload the files to the correct location (and yes, i did put everything in right) it tells me it cant find anything. anyone know why. i even waited untill the server was at 2 server load to prevent timeouts
  3. crazybmanp

    MEGA Downtime

    it seems like the thing i noticed has fixed itself. please disregard this message
  4. crazybmanp

    MEGA Downtime

    this is strange, i've noticed that heliohost goes down alot when i go on to update/test my site. could it be a script on my site? domain-http://gamer-hotspot.heliohost.org/ homepage (moved for cleaning)-http://gamer-hotspot.heliohost.org/home although maybe i'm just being paranoid, like i usually am.
  5. crazybmanp

    Server Downed

    i've had a remotely similar problem (although on a windows machine) check if the server is somehow overheating. the overheating of the different silicone pieces make charges drop off. these charges may be data or commands making segfaults and even stoping the os dead in its tracks.
  6. crazybmanp

    Server Downed

    well, it seems to be crashing less and less.
  7. i am helping a freind create a website and he signed up for an account username: zipline url: thezipline.heliohost.org he registered a few days ago and is bugging me why his site hasn't been activated so i am here to ask when he can expect it to be running
  8. i think its too early to pit it against anything, its the first release of a public beta.
  9. i've downloaded it and am using it right now, its pretty good. it seems to have problems with flash games. thats my only problem.
  10. I don't use Linux(but I'm planning on learning) but as far as i understand ./ is the same as linking to a file that is in the current directory such as for a link in html it would be /. thank you One more question, how would I access a file that is in a different directory on my site, say if I kept all the text files in one directory, say www.mysite.com/comments/?
  11. i am relatively new at php coding, i have the basics down though. i am writing a file for me and my freind who also run a website. we both want comments/ratings boxes and none of them that we found fit what we wanted, so i decided to make one myself. i don't know if its a problem with my coding or permissions with heliohost, but i want the code to open a text document for all the comments. this is the error i get: Warning: fopen(/coments.txt) [function.fopen]: failed to open stream: Permission denied in /home/bmanp/public_html/learning/commentsbox/comments.php on line 5 <?php //below put the file on the server $location="/coments.txt"; $avrgrtng=0; $file=fopen($location,"r"); ?> this is the coding i have so far, the only lines that need to be paid attention to are 3 and 5 in 3 we allow the webmaster to put in the location of the text file to be used for the comments box. in 5 we load the file so the script can read it so the question is: am i opening the file wrong /where would the text file be if it were in www.mysite.com/mysubdirectory/ or is there a conflict with permissions on the server (please note for any fixes for the permissions, this will be a code that will be copy&pasted on multiple pages on my site.
  12. well, i wanted to have the script in the header so i could easily impliment multiple boxes ps: i have the working code written. <html> <head><script LANGUAGE="JavaScript"> function formHandler(x){ var y=document.getElementById(x); var l=y.selectedIndex; var m=y[l].value; window.location= m; } /*instructions: insert the code that is in the header in the header part of your page, and the body code into your page where you want the box to appear you can add more options by adding more lines just like the existing ones. in order to support multiple drop-down boxes on one page, you can copy the select object and rename the ID tag to something else ex:site2 made by: crazybmanp*/ </SCRIPT> </head> <body> <select ID="site" size=1 onchange="formHandler(this.id)"> <option value="">Go to... <option value="http://gamer-hotspot.heliohost.org/blog">Blog <option value="http://gamer-hotspot.heliohost.org/forum/">Forum </select> </body> </html>
  13. right after i made this post i figured out how to do it, i belive the code is still acting up, but i think its the line that makes the browser navigate, i can fix that though.
  14. I searched google, and tried it several different ways myself, and it all failed. Could someone please help me understand how to use the ID attribute to get the value from the drop-down box. (you don't have to write the code, just help me understand)
  15. I don't exactly know, it is my forum that is mailing people, and i don't have any of the returned messages on hand.
  16. for some reason no scripts on my site can send e-mail. my forum verification letters do not get sent (i had to turn them off) and any of my other applications don't work, they get sent back to me at bmanp@gamer-hotspot.heliohost.org which is my main account (i do not use this one, i use crazybmanp) what is the problem, no details are included just that they could not be sent? the forum is a phpbb3.0 i kept the standard settings to use the local mail function
  17. So what would the code that stores the value in the variable url look like?
  18. tried with... firefox: drop down appeared, but does nothing ie: same ie 64 bit: same i don't have either opera or safari but i doubt if the gecko 3 engine (the heart of firefox) can't run it, anything else could. how would i get the value for an ID var URL = document.[the ID from form].[the id from site].options[document.[the ID from form].[the id from site].selectedIndex].value;
  19. how do you propose the code should be written, i've never heard of the ID attribute
  20. Actualy, the first part isn't a question. And i downloaded a javascript console for firefox, it did not come across any erros, but that could mean that it is not being called.
  21. actually, it doesn't work is pretty much what it is doing. the form produces the drop-down box, but when you change it, nothing happens.
  22. o, i forgot javascript is case sensitive, i will see if that fixes it
×
×
  • Create New...