ClickMaster Public FAQ

http://theclickmaster.net/

 

This is a general list of frequently asked questions and problems. If you have a question not listed here, contact the admin.

Can I use the text below on my website/forum?
How to use the PHP link list?
What does the "Auto-Tranfer to next link" do?
What exactly are the boxes besides the links on the list?
Do I have to report my clicks to the admin?
How is the link list sorted? Why is XYZ the first one on the list?
What if I dont want the list to appear ordered by number of clicks?
How can I see what I have done so far and what others have done?
How can I include the Click Count Banner in my forum signature, website, or email?
I clicked the whole list a few times and my Click Count Banner still says I have only one or two click. What is the problem?
Why do I always get an invalid ID when I try to click for someone even if I'm sure the ID is good?
How does the Stats Banner work?
How can I delete my ClickMaster account?

 

Can I use the text below on my website/forum?

Yes, or you can use a link to this page http://www.theclickmaster.net/pfaq.html

 

How to use the PHP link list?

  1. Go to http://www.theclickmaster.net/link.php?db=YourBDIdHere
  2. Click on the first link of the list
  3. Two windows will pop up
  4. The window you see on top is The KoC Recruit Center window
    The other one is the ClickMaster window where you put the information after clicking
  5. In the KoC Recruit Center window, click on the right number
  6. After your click you will see a confirmatoin message.
    Select with your mouse the text a part of this message. Select the part going from the name of the person to the word warmachine.
  7. Use your right-click mouse menu to copy the text or press CTRL-C on you keyboard
  8. Close the KoC Recruit Center window
  9. In the ClickMaster window click inside the textfield (a white rectangle)
  10. Use your right-click mouse menu to paste the text or press CTRL-V on you keyboard
  11. Choose YOUR OWN name from the member list
  12. If you want you can put a X into the checkbox labeled "Auto-Tranfer to next link"
  13. Click on the "Send Data" button

 

What does the "Auto-Tranfer to next link" do?

If you put a X in the checkbox:
Another KoC window will popup immediately after you click on the "Send Data" button. Continue then from instruction #5. After you have clicked all the persons, the window will say "This was the last link" and you are finished.

If you did not put an X in the checkbox:
After you click on the "Send Data" button, there will be a confirmation message and you can the close the window. You must now click the second link by yourself. As you continue, you will see that the checkboxes do automatically get an X each time you click the link beside them. When you arrive at the end of the list you are finished.

 

What exactly are the boxes besides the links on the list?

Those checkboxes do automatically get an X each time you click the link beside them. This has no special purpose, it is only to tell you which link you have already clicked.

 

Do I have to report my clicks to the admin?

Results are saved in a database for the admin to view. You dont have anything to do when you finished clicking.

 

How is the link list sorted? Why is XYZ the first one on the list?

Links are displayed in order of number of clicks starting with the person that made the most clicks. However admins have to sort the list manually. You will have to login with their user/pass. Then on the Edit Database page click on the "Update click ranks" link. Be careful you can only do this once every 6 hours.

 

What if I dont want the list to appear ordered by number of clicks?

If you want the traditional alphabetical sorting add the following to your linklist address &order=name

So your link would look something like
http://www.theclickmaster.net/link.php?db=YourDataBaseIdHere&
order=name

To make links appear in the same order as on the admins page add this instead &order=entry

In this case your link would be
http://www.theclickmaster.net/link.php?db=YourDataBaseIdHere&order=entry

 

How can I see what I have done so far and what others have done?

If you want to see how many times members have clicked so far, click on a link that says "View Click DataBase", at the very bottom of the link list. You may also use the Click Count Banner.

How can I include the Click Count Banner in my forum signature, website, or email?

Use the following link to get you personnal Click Count Banner.
http://www.theclickmaster.net/image.php?db=YourAlliancesDBID&user=YourName
You can get your alliance database id from the link your alliance uses to click (look for the db=???????? part). Your name has to be spelled exactly like it is on the Link List.

Example if the link list URL is: .../link.php?db=3d55j434. Then your Click Count Banner will be http://www.theclickmaster.net/image.php?db=3d55j434&user=YourName

On most forums, to include an image you have to use [img][/img] tags. To include the Click Count Banner in your signature this code will work:

[img]http://www.theclickmaster.net/image.php?db=3d55j434&user=YourName[/img]

NOTE: On some messageboards the PHP image will not display if you use the above code. In that case you will have to use this one instead:

[img]http://pics-world.net/banner/pixel.gif[/img]
[img]http://www.theclickmaster.net/image.php?db=3d55j434&user=YourName[/img]

NOTE: On some messageboards the .php file extension is not allowed. In that case, you can use the following code instead:

[img]http://www.theclickmaster.net/image.php?db=3d55j434&user=YourName&x=.jpg[/img]

To use the banner on a normal webpage use this html code:

<img src="http://www.theclickmaster.net/image.php?db=3d55j434&user=YourName">

 

I clicked the whole list a few times and my Click Count Banner still says I have only one or two click. What is the problem?

The problem is you did not select your own username from the drop-down combo list as described at instruction #11.

If you want to click for a user called Greg, for example, you dont select Greg in the dropdown list. You select YOUR OWN NAME. You have only to do this once, because it remembers your last selection (until you close your browser).

 

Why do I always get an invalid ID when I try to click for someone even if I'm sure the ID is good?

Probably you used a wrong ID when you added the members to the list. When adding a member's ID use only the last part of the link. For example, when the person's link is: http://www.kingsofchaos.com/recruit.php?uniqid=1a2b3c, use only 1a2b3c.

 

How does the Stats Banner work?

Use the following code to get a stats banenr for your ClickMaster account.
http://www.theclickmaster.net/stats.php?db=YourAlliancesDBID

You can get your alliance database id from the link your alliance uses to click (look for the db=???????? part).

Example if the link list URL is: .../link.php?db=3d55j434. Then your Click Count Banner will be http://www.theclickmaster.net/stats.php?db=3d55j434

On most forums, to include an image you have to use [img][/img] tags. To use the Stats Banner this code will work:

[img]http://www.theclickmaster.net/stats.php?db=3d55j434[/img]

NOTE: On some messageboards the PHP image will not display if you use the above code. In that case you will have to use this one instead:

[img]http://pics-world.net/banner/pixel.gif[/img]
[img]http://www.theclickmaster.net/stats.php?db=3d55j434[/img]

NOTE: On some messageboards the .php file extension is not allowed. In that case, you can use the following code instead:

[img]http://www.theclickmaster.net/stats.php?db=3d55j434&x=.jpg[/img]

To use the banner on a normal webpage use this html code:

<img src="http://www.theclickmaster.net/stats.php?db=3d55j434">

 

How can I delete my ClickMaster account?

To delete your account, log into the admin page then go to "Account Info". At the bottom of that page is a link that deletes your account.

DELETING AN ACCOUNT CAN NOT BE UNDONE!