Integrate phpBB3?

Post your Click counter digestion problems here
Post Reply
gr33n
Posts: 2
Joined: Fri Oct 11, 2013 4:54 pm

Integrate phpBB3?

Post by gr33n »

Script URL:
Version of script: PHP Click Counter 1.2
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Include phpBB3
Write your message below:

Hello :)
This sript is very good!
I have a problem.
I would like to use this script in phpBB3, but not work.
If I use this code in template:

Code: Select all

<script language="Javascript">ccount_display('1');</script>
When my site empty.

How Can I integrate this script in phpbb3 forum?

Thank you!

I add the picture link, because I can't speak English well
Before
Image

After add script
Image
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Re: Integrate phpBB3?

Post by Klemen »

This means you are breaking some of the code (HTML or PHP) with adding the code.

Try adding the code to a different spot so you don't break other code.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
gr33n
Posts: 2
Joined: Fri Oct 11, 2013 4:54 pm

Re: Integrate phpBB3?

Post by gr33n »

Thank you for reply!
Yes, I add this code template FOOTER, and work it.
Unfortunately, I need use code on this site.

How it should be done differently?

It is possible that this script using jquery?
http://code.jquery.com/jquery-1.8.3.min.js
Post Reply