Page 1 of 1

Is this script good for Vbulletin?

Posted: Mon May 04, 2015 12:04 pm
by markoroots
Hi there,
please guys, I need an information.
Is this software good for Vbulletin??

Re: Is this script good for Vbulletin?

Posted: Mon May 04, 2015 2:16 pm
by Klemen
Not sure what you mean? It's not something that is integrated directly into vBulletin if that's what you need.

Re: Is this script good for Vbulletin?

Posted: Mon May 04, 2015 4:00 pm
by markoroots
Hi Klemen and many thanks for your reply.
I don't know if I have made a caos but I hope not.
I have uploaded the CCount folder to my server where I had Vbulletin.
I also have launched the install of the CCount :? and have deleted the install folder.
Do I make wrong?? :?

Re: Is this script good for Vbulletin?

Posted: Mon May 04, 2015 5:51 pm
by Klemen
I hope you didn't overwrite any VBulletin files?

As long as you upload CCount files to a separate folder and follow installation steps in the readme.html file it should work normally.

Re: Is this script good for Vbulletin?

Posted: Mon May 04, 2015 8:17 pm
by markoroots
Yes I had to replace the old index.php file and it seem that all work again.
Do you know if is possible that the installation have modified others files in Vulletin?

Re: Is this script good for Vbulletin?

Posted: Tue May 05, 2015 7:16 am
by Klemen
Unfortunately I don't have experience with VBulletin and I don't know what the file names are.

What you can do is compare Vbulletin file names to the ones in CCount zip file and see if there are any clashes.

In the future make sure you install each script in it's own directory to make sure files from one script don't overwrite files from another one.

Re: Is this script good for Vbulletin?

Posted: Tue May 05, 2015 8:27 am
by markoroots
Hi Klemen and many thanks for your reply. :)
Ok I have follow your tips. Thanks. :)
Another thing I want know if possible.
With this script can I track code like this?

<!-- Begin CigClick Network Code -->
<script language="javascript"><!--//
var server_client_id = 1189;
var server_ad_channel = 1;
var server_publisher_channels = "";
var server_media_types = "text,hybrid";
var server_integrate_media_types = 0;
var server_ad_width = 728;
var server_ad_height = 90;
var server_ad_style = "728x90_as";
var server_code_version = "4";
var server_ad_color_border = "7E8AA2";
var server_ad_color_background = "F7FAE0";
var server_ad_color_headline = "7E8AA2";
var server_ad_color_body = "000000";
var server_ad_color_url = "666EBA";
var server_ad_random = 1;
//--></script>
<script type="text/javascript" src="http://adsby.cigclick.com/ads/display_ads.php">
</script>
<!-- End CigClick Network Code -->


Or if not, how can I track this code?

Re: Is this script good for Vbulletin?

Posted: Tue May 05, 2015 3:40 pm
by Klemen
CCount was design to count clicks on plain html links, you will need to find something else to count code block impressions (a SQL-based script if you get a lot of impressions).

Re: Is this script good for Vbulletin?

Posted: Thu May 07, 2015 10:22 am
by markoroots
Ok many thanks Klemen, :)
I will try to follow your tips for this.