Keeping track of productivity without trading script

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • X37375787
    • Sep 2026

    #1

    Keeping track of productivity without trading script

    Is it possible to keep track of productivity for certain trades without using a trading script? I am talking hardlinks here.

    Apache module perhaps?

  • shermo

    #2
    Originally posted by Equinox
    Is it possible to keep track of productivity for certain trades without using a trading script? I am talking hardlinks here.

    Apache module perhaps?

    Nice thread. I've been wondering the same thing!

    Comment

    • bluff
      Too lazy to set a custom title
      • Jan 2004
      • 6253

      #3
      Originally posted by shermsshack

      Nice thread. I've been wondering the same thing!
      should definately be possible, but I've never heard of it

      Comment

      • X37375787

        #4
        I bet Sleazy could share spill some holy water out of his well of wisdom here.

        Comment

        • X37375787

          #5
          c'mon coders/tgp owners, share the wealth.

          Comment

          • hudson
            Confirmed User
            • Jul 2003
            • 2948

            #6
            Originally posted by Equinox
            Is it possible to keep track of productivity for certain trades without using a trading script? I am talking hardlinks here.

            Apache module perhaps?

            well, you would just have to record the outs something like:

            http://www.url.com/link?out=http://www.out.com/

            and record the ins via your logs. Then get a script to calculate ins/outs

            Comment

            • shermo

              #7
              Originally posted by Equinox
              c'mon coders/tgp owners, share the wealth.
              Maybe it's their little secret. I have no skim, but a few blind links. I'd like to track the non-skimmed galleries and get rid of the link syntax so the page will be more SE friendly.

              Comment

              • TDJ
                Confirmed User
                • Nov 2003
                • 146

                #8
                Incoming links really arent an issue, you can count productivity using a SSI.

                Outgoing links present the problem. A true hard-link will make no further query to your server telling it that a hit was made (uses the same code as an exit popup). There might be some hahahahahahahahahaha hack that executes on exit to hit your server though i dont know of any.

                Im interested to know if anyone has solved this one, as it really affects all of our PR capability to be running through scripts instead of hard links.

                Good question!

                Comment

                • hyper
                  Confirmed User
                  • Mar 2002
                  • 5294

                  #9
                  cgi
                  http://www.hotscripts.com/CGI_and_Pe...ing/index.html

                  php
                  http://www.hotscripts.com/PHP/Script...ing/index.html

                  Comment

                  • shermo

                    #10
                    Great find hyper! And no link syntax in front of the links is necessary?

                    Comment

                    • hyper
                      Confirmed User
                      • Mar 2002
                      • 5294

                      #11
                      Originally posted by shermsshack

                      Great find hyper! And no link syntax in front of the links is necessary?
                      dont know sherm, you have to look script by script.
                      you might have to always have to put somekind of link syntax if your counting outgoing clicks, because you will need to dump the info into mysql somehow

                      Comment

                      • hyper
                        Confirmed User
                        • Mar 2002
                        • 5294

                        #12
                        i found this to using .htaccess
                        then you can track it in your regular stats program

                        http://www.webmasterworld.com/forum39/274.htm

                        Comment

                        • X37375787

                          #13
                          actually I know how to do this, Lane came up with a fuckin smart solution a while back, I'd just need someone to code it for me ;-)

                          This would even run the best hitbot into tears.

                          Comment

                          • shermo

                            #14
                            Originally posted by hyper
                            i found this to using .htaccess
                            then you can track it in your regular stats program

                            http://www.webmasterworld.com/forum39/274.htm
                            Good read Hyper... These all seem like doable solutions. I appreciate the searches, as well as the Insurnce search you did for me the other day. You're a class act!

                            Also...Equinox...If you find somebody to code this solution, please let me know. I'm very interested as well.

                            Comment

                            • X37375787

                              #15
                              Originally posted by shermsshack

                              Good read Hyper... These all seem like doable solutions. I appreciate the searches, as well as the Insurnce search you did for me the other day. You're a class act!

                              Also...Equinox...If you find somebody to code this solution, please let me know. I'm very interested as well.

                              will do

                              Comment

                              • Libertine
                                sex dwarf
                                • May 2002
                                • 17860

                                #16
                                A real quick solution if you open links in a new window:

                                Just use a jscript that catches clicks and onclick reloads a pixel-sized image that is actually a php script that counts the click.
                                /(bb|[^b]{2})/

                                Comment

                                • X37375787

                                  #17
                                  Originally posted by punkworld
                                  A real quick solution if you open links in a new window:

                                  Just use a jscript that catches clicks and onclick reloads a pixel-sized image that is actually a php script that counts the click.

                                  that's exactly how it werks

                                  Comment

                                  Working...