Search results

  1. kbjradmin

    Unix Shell Password Prompt

    In a unix system, how do you prompt a person for their password, but not display it as they type?
  2. kbjradmin

    Unix Shell Password Check

    I am writing a script to lock a unix system but not logout. When the script is run, I want it to provide a prompt for the user to enter their password to unlock the system. How can I check this to make sure it is their password?
  3. kbjradmin

    Unix Shell Programming

    hi, i'm new at unix and am writing a program to classify data into data types (str, int, float); however, everytime i try to run it for debugging purposes, i get an error. the error is: ./data_type.bash: line 72: syntax error: unexpected end of file the program is: #!/bin/bash # # data_type...
  4. kbjradmin

    javascript help - window width

    i need a script that will determine the inner width of a browser window. i tried this winwidth=document.all?document.body.clientwidth:window.innerwidth; padding = (winwidth-1000)/2; document.write("<div style=\"position:absolute;top:25px;left:" + padding + "px;\">"); but it doesn't seem to...
  5. kbjradmin

    only main page, please review

    hi, i am working on a template site. i only have the main page so far, but what do you guys think? please post a review and vote in the poll. http://kbjr.x10hosting.com/templates/base
  6. kbjradmin

    help with WampServer

    i downloaded wampserver and installed it on my computer, but i can't figure out how to make it work. everytime i try to open localhost, it says it can't connect. please help.
  7. kbjradmin

    cannot view site or account details

    i tried to go to my site and it said there was a load error (specificly a network timeout). so i logged into the x10hosting home page to check the server status and when i logged in i got this message: An Error Has Occurred Although you've logged in successfully, there was an error retrieving...
  8. kbjradmin

    basic python help

    i am a student taking a python course, and for one of my assignments i have come up with this: ## assignmentOne.py ## requests input from the user and then prints out the result for a math equation. def main(): print "This program requests two inputs from the user, adds the values,"...
  9. kbjradmin

    PHP Help

    i am making a php page to make it easier to configure a contact form, but it doesn't want to work. i've been looking at this code for a long time, and am not getting very far. please help. http://kbjr.x10hosting.com/templates/unp_template/info/contact <?php $input_type = array()...
  10. kbjradmin

    can not upload files to account

    i can not upload files to my account using my ftp. this is the first time i have gotten this error. it says that there was a critical error and that the disk is full. i'm on stoli. the server stats say that there is nothing wrong. please help.
  11. kbjradmin

    image bufferring

    is there some way to pre-load or buffer the images in a website, before they are needed for use?
  12. kbjradmin

    feedback please

    its not finished yet, but please give me some feedback on the main page. http://kbjr.x10hosting.com/1024/
  13. kbjradmin

    Looking for Newly Formed Sites with Low Traffic

    hi, i'm starting up a new site. i have three spots on my page and am looking for low traffic sites for a link exchange. i know this seems kind of odd, but my site is pretty low traffic and think that us low traffic sites should work together. i will also pay for a link exchange with someone...
  14. kbjradmin

    Ads don't show up in FireFox

    I've inserted the code in my page ( http://kbjr.x10hosting.com/info/sponsors.php ) and it shows up in IE, but not in FF. please help. this is the code i added for the ad: <div class="x10ad"><script type="text/javascript" src="http://x10hosting.com/adserve.js?corporate"></script></div>
  15. kbjradmin

    php and mysql

    i have a five star rating system on my site (http://kbjr.x10hosting.com) and i would like to make a system that, instead of automatically selecting the "right" id value, i want to be able to choose it manually. can someone help? normally it uses $_GET['id'] to choose the id value. i want to be...
  16. kbjradmin

    Website Designers Needed

    hi, i am currently designing a site (currently at http://kbjr.x10hosting.com) where i will sell web templates and custom-made websites. i need website designers to build me website templates to display and sell on this site. these templates will probably go for amounts in the low hundreds ($100...
  17. kbjradmin

    multiple logins

    is there anyway on x10 to create a second login for a site so that i can have another person help me with my site?
  18. kbjradmin

    Five Star Rating System

    i have a star rating system on my site (still under construction) and i keep getting this same error: Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/kbjr/public_html/1024/includes/rating_functions.php on line 91 Warning: mysql_num_rows(): supplied...
  19. kbjradmin

    [REQ][250] Five Star Rating System

    i need a five star rating system that is easy to install. this will be used in multiple places on my website. this is worth 250¢ to anyone who can get me one. if you need more information, just leave a post here or send me a PM.
  20. kbjradmin

    External Font File

    Does anyone know, is it possible to use an external font file in a webpage?
Top