Re: Wanted - Other software
- From: "Adem" <adembaba@xxxxxxxxxx>
- Date: 14 Dec 2006 00:35:33 -0700
Danijel Tkalcec [RTC] wrote:
Hi Danijel,
This is one of RTC SDK Demos (free in a precompiled version), which
can be found with full Delphi source code in the "Demos /
WebStress_Client" folder of the commercial RTC SDK package. Having
the source code would allow you to emulate any Browser by sending
additional browser-specific information to the Server, which would
make your hits look as if they came from a real Browser. The only
problem are IP addresses. If the counter your friend uses counts
only requests coming from different IP's, you will need to use
an Internet Proxy which will forward the request through a
different IP address.
I have tried the compiled demo so far and not a single hit was
registered. I have no idea how important is the headers sent by
the broser though [I had tried that with wget but that didnot
do anything either.]
Here are 2 pieces of JS code on each page. I wonder if that would
be the culprit.
<head>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
<script type="text/javascript">
_uacct = "SOME_ACCOUNT_NUMBER";
_udn = "wordpress.com";
urchinTracker();
</script>
</head>
<body>
<script src="http://stats.wordpress.com/w.js?1" type="text/javascript"></script>
<script type="text/javascript">
_admin = false;
_blog = "SOME_OTHER_ACCOUNT_NUMBER";
_user = "0";
_site = 'wordpress.com';
_subd = 'SOME_SUBDOMAIN_NAME';
fzd();
</script>
</body>
Incidentally, IP address problem is easier to solve by using the
TOR network [ http://tor.eff.org/ ]
Any ideas?
.
- Follow-Ups:
- Re: Wanted - Other software
- From: Iman L Crawford
- Re: Wanted - Other software
- From: Danijel Tkalcec [RTC]
- Re: Wanted - Other software
- References:
- OT: Wanted - Other software
- From: Adem
- Re: Wanted - Other software
- From: Danijel Tkalcec [RTC]
- OT: Wanted - Other software
- Prev by Date: [ANN] Updates of DDServer and DDObjects available
- Next by Date: Re: Wanted - Other software
- Previous by thread: Re: Wanted - Other software
- Next by thread: Re: Wanted - Other software
- Index(es):
Relevant Pages
|