Search results

  1. C

    perl

    Hi everyone, My site, http://ixedix.x10hosting.com was mostly written in perl. Now it is all broken, because "My little brother uploaded a proxy" *LAUGH* Do I have to re-write all my code in PHP ?
  2. C

    That cgi-bin mystery

    Hello everyone, For two weeks now, my scripts (Perl and PHP) are being blocked, apparently because they are in my cgi-bin directory. I just thought that it was the right place for them when using POST and GET methods. So my question is this : can such scripts be in another directory and still...
  3. C

    Little PHPlot problem

    Hi everyone, Please take a look at this : http://ixedix.x10hosting.com/MathRec/ (fourth problem) and at : http://ixedix.x10hosting.com/MathRec/plotit.php (invoked by clicking "See a plot here" on the above page). Why is the y_title rendered incorrectly ? In "time (seconds)", the i...
  4. C

    Site works, still no FTP or cPanel

    Thanks Brandon, but no-go... On FTP I use host name : ftp.ixedix.x10hosting.com user ID : rocambol@ixedix.x10hosting.com password : the one that worked two weeks ago. My FTP client calls 69.175.120.122. and I get an authorization failure. Same on cPanel, with proper username and...
  5. C

    Site works but no cpanel or ftp

    Hi overworked admins, My site http://ixedix.x10hosting.com is working fine now, but both FTP and cPanel accesses are denied. ping gives me 69.175.120.122, which is starka. network-tools returns 69.175.6.102 rain.x10vps.com as the last hop. username : rocambol Any hope for me ...
  6. C

    Finding and deleting duplicate image files

    Hi everyone, I want to find (and optionally delete) duplicate images in my directories. I already have written a Perl program (here : http://ixedix.x10hosting.com/findsame.htm ) that lists JPG files of the same size, as possible candidates for manual deletion. To make the deletion...
  7. C

    Can't close my thread

    Maybe this is not the right place to post this, but the "thread tools" menu item doesn't work correctly with my browser. Can an admin close this thread for me ("PHP help", by cerbere), and perhaps ask for a simpler way to close a thread to the programming team ?
  8. C

    PHP help

    Hi everyone, Please look at these two pages first : http://ixedix.x10hosting.com/MathRec/ (fourth problem) http://ixedix.x10hosting.com/MathRec/plotit.htm What I want to do on the second page is to plot the function (time versus landing point) with default values, and allow the...
  9. C

    Perl Tk::Photo help

    Hi everyone, I'm trying to use the Tk::Photo class, but the documentation is very scarse. All I can find is http://search.cpan.org/dist/Tk/pod/Photo.pod with it's strange syntax like $widget->Photo(?name??, options?) and no examples of use at all. The following code works, but I...
  10. C

    PHP GD extension gone ?

    Happy to see that the Absolut transfer is a success; thank you Corey and everyone else who worked their asses off to do it. Only one glitch : the GD (graphics) extension to PHP is not working anymore... I get this on all GD functions : Fatal error: Call to undefined function...
  11. C

    Tick marks

    Plotting data is easy, but putting tick marks (with values) on the horizontal and vertical axises is harder. Plotting an arbitrary part of an arbitrary dataset (x and y values) is what I want to do, generating ticks accordingly. The function to do this should take as input : - low ...
  12. C

    How can I turn off my site temporarily ?

    When doing maintenance or modifications to my site, I'd like to lock it up for a short period (1-4 hours), maybe with a page that says "Back at 16:00 h GMT" and allows me to enter a password so I can do my testing. This is easily done in the public_html/index.htm page, but how can I lock...
  13. C

    Site not responding on absolut

    Hi there, My site, http://ixedix.x10hosting.com/ (free ad-free deal) ceased responding about 36 hours ago. Now I only get a 403 Forbidden page with the message "You don't have permission to access / on this server.". Account page is normal (unsuspended), cPanel and FTP access are...
  14. C

    I need a simple encryption algorithm

    Hi folks, I want to encrypt a short (10-100 chars) string into a new string of the same length, using a key of, say, 8 chars, then decrypt it using the same key. The original string and key contain only hexadecimal characters ("0".."9", "A".."F"). So should the encrypted string too...
  15. C

    More info about the rand() function ?

    Hello everyone, I want to generate random integers in Perl, to be used as array indexes. Let's say my array size is 10, so I want to get evenly distributed integers between 0 and 9. If I use $index = int(rand(10)); is there a chance (however slight) that I will eventually get 10...
  16. C

    Is there a list of installed Perl modules ?

    Hi folks, I am a newbie here, teaching myself Perl scripting. I wonder if there is a list of the installed Perl modules (and the underlying binary libraries) that I can use here. My main interest is web graphics, and I was happy to find that GD is supported. After seeing what a...
  17. C

    Why can't I post in the forums ?

    Hello everyone, I am a new user of x10 (free ad-free deal), very satisfied with the overall service and performance it provides. But... all the forums (except this one) tell me I can't post new threads, can't reply, etc. Can someone help me out ? My cPanel user name : rocambol Forums...
Top