Recent content by Daiphron

  1. D

    wrap/no-wrap?

    I have the following problem. I built a simple blog where I enter my text on one page and when I hit "save" it is written to the database and can be displayed on another page. Here is the crucial snippet: while($row = mysql_fetch_array ($r)) { print "<div class=\"blog_entries\">...
  2. D

    JS tracker

    I want to build a visitor tracker with JavaScript. That means that I would like a script on every page of a website that sends the IP of the user to the server and records, what page of the same website the user was on before/came from and what page he visits after. This is sort of a research...
  3. D

    suspension error

    On my account panel it says that my website was unsuspended but when I go to my url http://hawkandbear.x10hosting.com it still says that the account is suspended. When I enter my username to check the suspension reason I get the message "Error: This account is not suspended." How can this be fixed?
  4. D

    css question

    Hi, I am trying to create a webpage that is devided into subpages with css. This means that visitors would be on one and the same page but when the click a link on that page it would take them to a different section and it would look like they are on a different page. I have seen this before...
  5. D

    suspended for no good reason?

    Hi, my account was suspended with the reason that I have "No workinn [sic] website". How do they define "working website" here?! I am still in the process of building the website and learning php, html, css and mysql. I work on the site pretty much every weekend because I don't have time during...
  6. D

    Unsuspension Request for Daiphron

    cPanel Username: Daiphron Domain/Subdomain: http://hawkandbear.x10hosting.com How long your account has been up: about 3 months Suspension Reason: Another reason that is unlisted ----------------------------------------------------- Other Details:: My account was suspended with...
  7. D

    site update finished?

    Up until a few days ago there were constant updates on how far the process of copying the accounts was done. Now it only says that cory is finised with absolut on the front page of the acct login. Wasn't the order absolut > stoli > cossacks? So does that mean that he is only now starting with...
  8. D

    connecting to database

    I am trying to connect to my database using a php script. The crucial line is $dbc = mysql_connect ('localhost', 'username', 'password') where 'username' is the username I specified for the database and 'password' is the password I specified for that username. I get the error message Warning...
  9. D

    problem with phpmyadmin

    Since yesterday I am not able to open the phpmyadmin page. I am also not able to create new databases and the one I had created before this error occured disappeared, i.e. it does not show up under the mysql databases anymore. When trying to go to phpmyadmin I get this error message: phpMyAdmin...
  10. D

    centered content area

    Hi, I am trying to create a centered content area with CSS on my site. Pretty much just like this forum, actually. Could anyone explain how to do it? All I really want for now is an area in the center of the screen where all my content will go so the explanation need only be how to set up the...
  11. D

    CuteFTP

    Hi there, I read the "Read this thread before posting or get banned" thread and could not find any info to my issue. I am trying to connect to my files using CuteFTP but I can't seem to figure out how to do it. Is there anyone who uses CuteFTP and/or can esplain to me how to set it up so that I...
Top