Did someone get SwiftClicks to work?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Overload
    Confirmed User
    • Jul 2005
    • 3185

    #1

    Did someone get SwiftClicks to work?

    well, i installed the free version, but my stats
    show zeros all the way ... probably caused by the
    crons ... i get this error message:

    root@dedicated [/home/domains/www.+++.net/cgi-bin/sclite]# perl crond.cgi
    Unrecognized character \x7F at crond.cgi line 1.
    root@dedicated [/home/domains/www.+++.net/cgi-bin/sclite]# ./crond.cgi
    Content-type: text/html


    wtf? ... does this script work on plain html files
    in the first place or do i need a .php for this? i am lost

    thanks in advance and all the best

    OL' - BraveD.
    There aren't enough faces and palms on this planet for an appropriate reaction to religion.
  • GrouchyAdmin
    Now choke yourself!
    • Apr 2006
    • 12085

    #2
    try perl -w

    Comment

    • Overload
      Confirmed User
      • Jul 2005
      • 3185

      #3
      Originally posted by GrouchyAdmin
      try perl -w
      ehh, as in what? putty.exe?
      There aren't enough faces and palms on this planet for an appropriate reaction to religion.

      Comment

      • Overload
        Confirmed User
        • Jul 2005
        • 3185

        #4
        um ... looks like it simply doesnt work heh?
        There aren't enough faces and palms on this planet for an appropriate reaction to religion.

        Comment

        • Overload
          Confirmed User
          • Jul 2005
          • 3185

          #5
          rats ... wtf ... now i get:

          /bin/sh: line 1: 26824 Segmentation fault ./crond.cgi >/dev/null 2>&1

          i hate this crap
          There aren't enough faces and palms on this planet for an appropriate reaction to religion.

          Comment

          • GrouchyAdmin
            Now choke yourself!
            • Apr 2006
            • 12085

            #6
            As it works as 'crond.cgi', or appears to, read the first line of the file.

            It'll be like:

            #!/usr/bin/perl -w ...

            Use that from your crontab to start it.

            You might need to change your ulimit, too.

            Comment

            Working...