Search results

  1. as4s1n

    Windows services broken

    I downloaded a game from a supposedly reputable source and I found several problems with my computer afterwards. Several services aren't working properly, I don't know how many aren't working but a few that I do know are: Wireless/wire adapter, sound and probably most importantly, system...
  2. as4s1n

    Javascript Validation

    I am writing a validation script and I need it not to go to the page which it would if the form was correct when it isn't. I think it has something to do with the action attribute of the form element, however, I've already used return false JS: function validateForm(help) { var...
  3. as4s1n

    PHP error report script - PDO::prepare not working

    I have a script set up so that if there is an error on any page a PM is sent directly to me. The only problem is, that whenever there is an error I always get the same error: Fatal error: Call to a member function prepare() on a non-object in home/sikuneh/public_html/inc/SL_modules.php on...
  4. as4s1n

    Javascript mouseoffset problem - Box that is offset stays in the same place

    I am making a hover-offset menu and I got it mostly working. However, when you hover over the roots (links for each menu) the menu pops up, but unforutnately, the same place which is fine for root1, but when you get to root3 you can't get to the menu. I think the coordinates I get are of the...
  5. as4s1n

    I cannot get to my subdomain. It always returns "404 error"

    I tried to get to my subdomain technologyBlog.sikuneh.x10hosting.com but it returned a 404 error page. I don't know how long it has been down but I need it back up. My domain is http://technologyBlog.sikuneh.x10hosting.com Thanks in advance.
  6. as4s1n

    jQuery hover menu - Nothing works

    I am working on a hover menu using jQuery. For some reason nothing seems to work. What I want it to do is when you hover over the anchor tag the ol that is after it will expand revealing the contents of that subject header and retract when it is mousedout. I have no idea what is wrong. JQuery...
  7. as4s1n

    Subdomain dissappeared

    Whenever I try to go to my subdomain http://technologyBlog.sikuneh.x10hosting.com/ I always get redirected to this page http://technologyblog.sikuneh.x10hosting.com/cgi-sys/defaultwebpage.cgi and these error messages appear: If you are the web site owner, it is possible you have reached this...
  8. as4s1n

    jQuery thumbnail viewer - Reopens div when already open

    I am working on a thumbnail viewer and it's mostly complete. However, when the user opens it and then clicks on the same thumbnail, or any other for that matter, it reopens the div. I am using the $.animate() function to set the height and width from 0 to the image height. HTML: <div...
  9. as4s1n

    JQuery sliding menu - Remember which link was clicked

    JQuery sliding menu - Remember which root a link that was clicked was in Hello, I am working on a jQuery sliding menu on my site. It is working just fine, although, when someone clicks on a link to go to a new page regardless of which page they go to it always expands the first root div...
  10. as4s1n

    jQuery gallery - array of info not showing

    I am working on a gallery for my website. This gallery has images (thumbnails) that you hover over and down below it shows a bigger picture and on the right side it shows information about the picture, or rather, it should. When I hover over the thumbnail it shows a picture but I can't seem to...
  11. as4s1n

    Private Message form - friends list

    On my write message (PM) form I want the users to click on a link and a window would pop up with all their friends names' inside. I want them to click on a checkbox next to their name for all the friends they want to send it to and when they close it (via button on the bottom) the names are...
  12. as4s1n

    PHP registration script - Username check does not work

    I wrote a script for a registration page and all of a sudden it just stopped working. Whenever I try something it either reads "Username is taken" even when it isn't and if it doesn't show anything I get either an error (on a separate file) that tells me "Invalid parameters, incorrect number of...
  13. as4s1n

    MySQL distinct keyword - How do you retrieve each unique value?

    I was looking at the distinct keyword in the SQL statement and I was wondering how you would get each individual columns. My guess was this: $sth = $dbh->query("SELECT distinct colName FROM table"); $i=0; while($row=$sth->fetch()) { $colVal.$i = $row[$i]; echo $colVal.$i...
  14. as4s1n

    CSS div height - auto doesn't go to end and absolute wrecks footer position

    On my website I have a right column that, if someone is logged in, shows their recent posts. However, the auto setting doesn't go to the end of page, which is what I would like, and if I set it to absolute then the footer with the 'clear:both' property makes it hover just after the right column...
  15. as4s1n

    500 internal server error - showing up randomly

    Occassionally, when I load up my website and click on any link, it will send me to a page that looks like this: (Attach 1) I was wondering if this was my fault or if not, to bring this to the attention of the admins in case it is an easy fix. Also I get an occassional 503 'Service...
  16. as4s1n

    Internet Explorer Hacks

    As everybody knows how horrible I.E. is at parsing websites, I have a problem. For some reason, when I load up my page in FF3/GC4.1.x.x.x the header near the top left of the page looks exactly how I want it to, with 5px of padding on each side giving a nice gap between each side. But, when I...
  17. as4s1n

    PHP task scheduling

    I have a question about scheduling tasks. If I have a task scheduled on a PHP page, but that page is never called/referenced, would it still run at the scheduled time?
  18. as4s1n

    PHP PM send message help

    I am working on a PM system for my website, not unlike the one on the forums, and I ran into a big problem I just can't figure out what it is. Form: <form action="index.php" method="post"> <table border="0"> <tr> <td>To:</td><td><input type="text" name="toUser" size="50" /> * Separate...
  19. as4s1n

    PHP mysqli_real_escape_string PDO equivilent

    I was wondering whether PDO had a function equivilent of the mysqli_real_escape_string to prevent SQL injections, or is there some specific code to prevent SQL injections which would mirror the effect of the mysqli_real_escape_string()?
  20. as4s1n

    Please review my site

    My site is a user submission site and I want to see how good others think it looks and see what needs improvement. URL: http://sikuneh.x10hosting.com/New%20SL/
Top