vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Points for clicking (https://vborg.vbsupport.ru/showthread.php?t=78401)

Revan 03-19-2005 10:00 PM

Points for clicking
 
Requested by Abaweet69 here.

This mod allows you to configure links where an user is given a set amount of points per set interval seconds for clicking.
You can either choose to have the urls dynamic (IE it accepts the ?url= argument), thus generating multiple different links, or if you use only one, you can configure a set url.
The latter offers more security and ease of use, but if you need multiple different links, you would need the dynamic part.

Known issues about the dynamic part is that it removes everything in the url after '&'. If you need urls with & in it, you need to configure the url manually in the script.
More info in the attached .txt file.

???`S?LV?R???` 03-20-2005 12:18 AM

sounds like something that could be applied to banners right?

Revan 03-20-2005 12:30 AM

Yea, anything thats linkable ;)

Abaweet69 03-20-2005 04:37 PM

Revan - I can't thank you enough for filling my request
Do you have a paypal account? I'll be more than happy to send you $10 or so for helping me out :)

Lionel 03-20-2005 08:54 PM

This is a good idea, unfortunately it allows for only one click a day, regardless of how many different links you have. It would be nice to have one click allowed per link.

Revan 03-21-2005 01:03 PM

I am currently working on v2 of this, it will allow one click per actual link, and not globally :)
All that remains is to find a way to prevent "http://example.com" giving the user [amount] points, then "example.com", "www.example.com", "www.example.com/", "http://example.com/" all giving their own set of points.
:)

Lionel 03-21-2005 01:07 PM

Quote:

Originally Posted by Revan
I am currently working on v2 of this, it will allow one click per actual link, and not globally :)
All that remains is to find a way to prevent "http://example.com" giving the user [amount] points, then "example.com", "www.example.com", "www.example.com/", "http://example.com/" all giving their own set of points.
:)

what should you worry about that? Admin sets the link.

Revan 03-21-2005 01:16 PM

Yeah, but even though an user sees a link that goes "http://forum/redir_points.php?url=http://www.example.com", it is just too easy to right click the link, copy it, then enter it manually into the address bar, forming it however they want it ;)

This post just alerted me of something:
An user could just create any link he wants.... :ermm:

eXtremeTim 03-21-2005 06:16 PM

Here is what I would do. Take the address out of the equation. Create a db set where the user creates a the links and then well they are added to the db and given a numberid or a text id. Where they can be called and instead of say http:///blah they would see 1. Making it non forgable.


ex: http://forum/redir_points.php?url=1 or http://forum/redir_points.php?url=testsite

which would throw them to say http://www.thisisjustatest.com

Lionel 03-21-2005 07:22 PM

Quote:

Originally Posted by Revan
Yeah, but even though an user sees a link that goes "http://forum/redir_points.php?url=http://www.example.com", it is just too easy to right click the link, copy it, then enter it manually into the address bar, forming it however they want it ;)

This post just alerted me of something:
An user could just create any link he wants.... :ermm:

I don't get it... links should be in db, no? If you want multiple link that is the best way, I think...

Revan 03-21-2005 08:19 PM

Yeah DeMiNe0 said this too, but the thing is that if the image the hack is "connecting" to is dynamic (banner rotation for instance), it would be hard to make a DB of their links and get it to work with this.

hXc Radio 03-22-2005 11:14 AM

does this give the points to ushop? can it be used with any point sys like say vbpets or inferno rgb?

Phalynx 03-22-2005 02:53 PM

Usefull, thanks

Revan 03-22-2005 03:44 PM

Quote:

Originally Posted by hXc Radio
does this give the points to ushop? can it be used with any point sys like say vbpets or inferno rgb?

uCS. Hence why it is an addon of this hack ;)

kamu 04-02-2005 06:29 AM

I wonder if one could do it with the google adsense stuff?
They use java for displaying the html...

Any people good with java etc?
Code:

<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>


paul41598 05-31-2005 11:56 PM

Quote:

Originally Posted by kamu
I wonder if one could do it with the google adsense stuff?
They use java for displaying the html...

Any people good with java etc?
Code:

<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>


ya, I could really use the google adsense thing like Kamu mentinoed!

Stormwolf 06-10-2005 01:58 PM

Quote:

Originally Posted by Revan
I am currently working on v2 of this, it will allow one click per actual link, and not globally :)
All that remains is to find a way to prevent "http://example.com" giving the user [amount] points, then "example.com", "www.example.com", "www.example.com/", "http://example.com/" all giving their own set of points.
:)

Any word on this?

turkforum 07-05-2005 02:39 AM

Quote:

I wonder if one could do it with the google adsense stuff?
They use java for displaying the html...

Any people good with java etc?
It can be for adrite also..In this way, we can finally affort our forums cost by pay-per-clicks systems...

Abaweet69 07-08-2005 07:38 PM

Quote:

Originally Posted by paul41598
ya, I could really use the google adsense thing like Kamu mentinoed!

I believe google would put you on hold. You would be offering incentives to users that click the google ads, which you are not allowed to do

Attilitus 08-08-2005 04:38 PM

Yea that is DIRECTLY against the Adsense TOS and you would get pernamently banned from the program ASAP!

However, I have a top 100 button that uses anti-cheat technology that won't allow you to merely enter in the address. Somehow it redirects anyone who enters the address into the address bar (or uses a redirect)... only clicking on the link will bring you to the right place. Here is the URL

http://www.xtremetop100.com/in.php?site=1122596524

How would I get that to work? (Try entering it into the address bar manually to see what I mean)

csidlernet 08-19-2005 09:26 AM

Thanks!

Mijae 09-28-2005 03:55 PM

Any update on this?


All times are GMT. The time now is 04:43 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01210 seconds
  • Memory Usage 1,763KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (22)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete