Search results

  1. descalzo

    Can I run scripts located within the public_html directory?

    1. Log into cPanel 2. If you are already logged in, close FileManager 3. Bottom of cPanel click on 'reset all interface settings' 4. Open FileManager 5. You will get a popup File Manager Directory Selection 6. Check off "Show Hidden Files" (you can check the second option too) 7. In your...
  2. descalzo

    Can I run scripts located within the public_html directory?

    Add to .htaccess : AddHandler cgi-script .cgi .py .pl .pm or whatever extensions you want treated as scripts. Include shebang line at top of script. Second question: No idea, but it doesn't sound good. Sounds like one of the links on one of your pages leads to a possibly questionable...
  3. descalzo

    Word Association

    play
  4. descalzo

    anyway to activate after account suspended

    If your account was suspended for inactivity... Follow the instructions
  5. descalzo

    Word Association

    Hang
  6. descalzo

    JS jQuery datepicker Help Needed

    while($row = mysql_fetch_array($result)) { echo "jQuery('#multimonth').dpmmSetSelected('".date("d/m/y", $row[1])."'); \n"; } When you run the page, open the source and see what this code snippet actually prints. That will help you find problems. (Debugging 101A) Also 'y' prints...
  7. descalzo

    HELP how to: Pass value from a form to iframe

    It's not really clear what you want to do. You have "index", you have payday.html. You have an iFrame. You want index.html with a submission form on it. Right? Submitting the form will send you to payday.html which will have an iFrame it in. Right? That iFrame will display the input from the...
  8. descalzo

    Word Association

    sly
  9. descalzo

    php if argument

    If all you did was change '=' to '==' you are going to have another problem. Put M and F in quotes.
  10. descalzo

    getting a php error when view a particular page

    1. He is not using Wordpress or IP Board 2. He is not having the problem on any other page on his site 3. The page in question calls a script he made.
  11. descalzo

    Word Association

    Tat
  12. descalzo

    Count to 200

    Re: Count to 50 26 is the number of sides of a rhombicuboctahedron.
  13. descalzo

    HTML Popup-like with previous page as background

    Do you have a link to show us exactly what you are talking about? Is it anything like the 'progress bar' that appears in the FileManager in cPanel when you click to edit a file?
  14. descalzo

    homosexuality ?

    Why should I care about what two consenting adults do in private? None of my business. The only time I am interested in the sexual tastes of a person is if I wish to have sex with said person.
  15. descalzo

    getting a php error when view a particular page

    Something in the script is using a lot of memory. Without seeing the code, there is no way to tell why.
  16. descalzo

    php if argument

    Add a line of code: to show what $Gender is.
  17. descalzo

    Connection timed out

    You could try CODE TO CREATE YOUR URL TO CALL REPLACE CODE LIKE THIS: $output = file_get_contents( $url ); WITH CODE LIKE THIS: $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url ); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); $output = curl_exec($ch)...
  18. descalzo

    Connection timed out

    Well, some admin should look into this. If the free servers are configured differently from each other, how can people know what is what?
  19. descalzo

    Connection timed out

    Wrong. Wrong. Wrong. This page uses this script: <?php $stuff = file_get_contents( 'http://api.erepublik.com/v1/feeds/citizens/2' ) ; echo " $stuff " ; ?> I am on Chopin.
  20. descalzo

    Word Association

    white
Top