
03-27-2017, 11:55 AM
|
 |
Half-Ass Member
|
|
|
Join Date: Jun 2005
Cobra Make, Engine: ERA #732, 428FE (447 CID), TKO600, Solid Flat Tappet Cam, Tons of Aluminum
Posts: 22,025
|
|
Not Ranked
This is the java code that triggers my ads...
When I go to the "Today's Posts" page, this is the code on the page that downloads the advertisement trigger file that opens a new window on my browser. I can get it to work at will. It downloads that referenced file from cloudfront.net, which appears to be in base64, which brings in a larger file, and gives it a random name, with no extension. You can click on that cloudfront.net link and see it for yourself:
<script type="text/javascript" src="clientscript/ame. js" ></script>
<title>Club Cobra - Powered by vBulletin</title>
</head>
<body><script data-cfasync="false" src="//d3qk9u6c2k2cid.cloudfront.net/?cukqd=651512"></script>
|