Search results

  1. droctoganapus86

    cpanel timeout

    i want to log in on Cpanel, but I am getting a timeout chrome says this: Error 118 (net::ERR_CONNECTION_TIMED_OUT) url: https://chopin.x10hosting.com:2083/login/?login_theme=cpanel
  2. droctoganapus86

    OAuth authentication php

    Hello, does anyone know a tutorial about OAuth where it is possible to have multiple providers (like Facebook, Twitter, Google, etc...)? Most of the tutorials are focussed on either Facebook or Twitter. Kind regards, Tom
  3. droctoganapus86

    What do you guys think of my music hosting website (revised)?

    try using a sans-serif font like arial. It might look a lot better. Also, style the comments a little bit more.
  4. droctoganapus86

    asp.net ajax

    I know, but I have a different host for ASP.Net
  5. droctoganapus86

    asp.net ajax

    I want to make something, where the browser gets a message from the server, displays that and then moves along. The problem is, I don't know where to start or what to search for. I can use asp.net with visual basic, or javascript/jquery. Or both, if necessary. tl;dr : server says beep ->...
  6. droctoganapus86

    metro interface

    I am not that much of a html hero... i'll just go and mess around
  7. droctoganapus86

    metro interface

    so what you're saying is basically: mess with borders, or make a copy of the tile in the required size and display that?
  8. droctoganapus86

    metro interface

    I am trying to build something like the metro interface. I have several tiles, which i would like to get bigger on mouseEnter, and get smaller on mouseLeave. I've tried jquery Animate, but that messes up the float properties. anyone who could push me in the right direction? also...
  9. droctoganapus86

    Website Updated! Check it out!

    You might want to add some style to the :hover selector. Could be just a slightly lighter shade of the color you use, for example. It improves the experience of the menubar
  10. droctoganapus86

    jquery script

    I am trying to make a script with jquery. The function is to add an additional <li> to an <ul> I have lots of <ul>'s, and i want to target a specific one. How is the best way to do this? I have this (simpliefied) html. The target <ul> is the one coming right after the "links" div <div...
  11. droctoganapus86

    Review and comment!

    Multifunctional website, facebook integrated Please review my site and place your comments: http://www.epicpwnz0r.co.cc/ I am especially curious about the facebook part.
  12. droctoganapus86

    can't get it to align up

    you shouldn't use align=" ", because that is deprecated. Instead, use css: text-align for text to align left, center, right or justify. You can use float to align <div></div> to the left or right. A common trick to align something in the middle is to use: margin: 0px auto; As for the layout...
  13. droctoganapus86

    CSS on Chopin

    now I get "The page you are looking for is temporarily unavailable. Please try again later." error.
  14. droctoganapus86

    CSS on Chopin

    On my website I use some CSS-files, and one of them is bugging me out. I can change it and then save it, no problem. I can acces the file manually and all the changes are there. But my website does not seem to do anything with the changes, it just uses the old version. Is it just me or are...
  15. droctoganapus86

    php classes help

    I have made a script, but it has become so big, that i want to convert it to a class. But I really don't understand how that works with variables and functions. Basically: How do i make a class out of this? I have this code : <div id="fb-root"> <?php echo $fb->status; if ($fbuser)...
  16. droctoganapus86

    jquery UI & jQuery

    ok, my question wasn't as smart as i thought. but my problem is fixed now, thanks to descalzo.
  17. droctoganapus86

    jquery UI & jQuery

    Hello, i have a slight problem with the jqury UI and some jquery code. i have a couple of checkboxes, i want that when you click the first checkbox, the others are unchecked, and vica verca. I have this html : <div class="buttonset"> <input name="all" id="all" type="checkbox"...
  18. droctoganapus86

    Pear

    i'm trying to make a sowehow safe login script, and i heard pear is nice
  19. droctoganapus86

    Pear

    do we have support for pear on x10hosting? pear is a php library
  20. droctoganapus86

    mysql login

    $row = mysql_fetch_assoc(mysql_query("SELECT id,usr FROM tz_members WHERE usr='{$_POST['username']}' AND pass='".md5($_POST['password'])."'")); this line of code is giving me this error : Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in...
Top