Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #21  
Old 06-04-2005, 04:44 AM
Cloudrunner's Avatar
Cloudrunner Cloudrunner is offline
 
Join Date: May 2003
Location: Butte, MT
Posts: 635
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Trana
Patience is a virtue for those who like the status quo.

We're excited about this well needed hack, can you blame us?

Thanks again.
not really...lol

I'm stuck on the currency selector code at the moment, but hope to have the problem resolved tomorrow...

edit: I've finished the currency selector. It now runs a daily cron to update the exchange rates automatically to today's exchange rates, and then it converts the donation price to the user's selected currency automatically so that the user can pay in their currency and you will still get the amount you request in your currency.

Just to show that I'm not totally slacking off (this has become my one and only thing to work on over the last week or so...bear with me..), here's another screeny...

Been working on the AdminCP interface...

This is the front page of the donations admin...of course I am open to suggestions...
Attached Images
File Type: jpg currency_selector.jpg (47.2 KB, 0 views)
File Type: jpg admin.jpg (51.0 KB, 0 views)
Reply With Quote
  #22  
Old 06-05-2005, 06:32 AM
Snake's Avatar
Snake Snake is offline
 
Join Date: Mar 2005
Location: Cleveland, OH
Posts: 3,832
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Excellent. What a good news for me today. Keep it up man.
Reply With Quote
  #23  
Old 06-05-2005, 07:16 AM
mcyates mcyates is offline
 
Join Date: Jan 2003
Location: Middlesbrough, Cleveland
Posts: 798
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yes this is fantastic, hurry up though lol!!
Reply With Quote
  #24  
Old 06-05-2005, 09:54 AM
Mickie D Mickie D is offline
 
Join Date: Jun 2002
Posts: 430
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

very nice hack

does this use CURL ?

and when its finished will it have the auto add a gif or something to the users postbit ?

how will it intergrate into the members that already have donated via subscriptions ??

see i have a specific usergroup that is called contributed and i use template conditionals to show a donated gif for members (post bit) maybe you could use the same instead of it being complicated just add a conditional to your install txt and make your script once VEREFIED is passed to the script the script will add a user secondery group to a contributed/donated usergroup (tounge twisted sorry).

but i like this alot i can keep track of my donations alot better than browseing paypal all the time and checking emails against users


Regards
Mickie D
Reply With Quote
  #25  
Old 06-05-2005, 12:58 PM
Cloudrunner's Avatar
Cloudrunner Cloudrunner is offline
 
Join Date: May 2003
Location: Butte, MT
Posts: 635
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mcyates
yes this is fantastic, hurry up though lol!!
I'm going as fast as I can on it

Quote:
Originally Posted by Mickie D
very nice hack
Thank you, but it's still a work in progress, that's why I haven't yet released it.

Quote:
Originally Posted by Mickie D
does this use CURL?
No need for CURL, just a simple fgets(); and regexp explode to get the daily exchange quotes, and the system itself is using standard $_POST variables bounced between your server and PayPal's verification server to not only give notification, but to make sure that now spoofing is being done from the outside the servers (i.e. someone tries to inject variables to the program, but paypal's server will see this as erroneous data, and give a response of invalid...thus protecting you from possible hack attempts).

Quote:
Originally Posted by Mickie D
and when its finished will it have the auto add a gif or something to the users postbit?
The current plan is to have the users be marked as a contributor, and based on that setting have the memberlist, postbit, and profile show that they have contributed, I haven't quite figured out how I want to implement this yet, but I am working on that side of the house as soon as I finish with the admin panel.

Quote:
Originally Posted by Mickie D
how will it intergrate into the members that already have donated via subscriptions?
Unfortunately, integrating it with previously subscribed purchases will make it very difficult to setup to do that automatically since historical transactions are difficult to code for on an individual basis from PayPal. So I have added the ability to mark a member as a contributor without the need for a transaction, all you have to do is input their username, and total donations, the system will do the rest.

Quote:
Originally Posted by Mickie D
see i have a specific usergroup that is called contributed and i use template conditionals to show a donated gif for members (post bit) maybe you could use the same instead of it being complicated just add a conditional to your install txt and make your script once VEREFIED is passed to the script the script will add a user secondery group to a contributed/donated usergroup (tounge twisted sorry).
That would require an extra step on the part of the admin in creating a secondary usergroup to do this, and I'm trying to keep extraneous code modifications, and side-bar database INSERTS down to a minimum, so using the current system it only requires that a user be "marked".

Quote:
Originally Posted by Mickie D
But i like this alot i can keep track of my donations alot better than browseing paypal all the time and checking emails against users.
The entire reason I'm bringing this back up folks

)O( Cloudrunner )O(
Reply With Quote
  #26  
Old 06-05-2005, 06:08 PM
artonex artonex is offline
 
Join Date: Mar 2005
Location: UK
Posts: 121
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hey Cloudrunner i cant wait for the release of this, hope it comes soon
Reply With Quote
  #27  
Old 06-05-2005, 07:58 PM
Cloudrunner's Avatar
Cloudrunner Cloudrunner is offline
 
Join Date: May 2003
Location: Butte, MT
Posts: 635
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TheWebJunkie
hey Cloudrunner i cant wait for the release of this, hope it comes soon
Alright, as of now we are in Alpha Final. As long as no bugs raise their ugly heads we'll be going Beta by Friday.
Reply With Quote
  #28  
Old 06-05-2005, 08:16 PM
w00tworld w00tworld is offline
 
Join Date: May 2005
Location: sussex, England
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Now this looks like the sort of modification I have been seeking, I hope all gos well with your testing Cloudrunner and look forward to making use it
Reply With Quote
  #29  
Old 06-05-2005, 08:52 PM
dsboyce8624 dsboyce8624 is offline
 
Join Date: May 2005
Location: New Jersey
Posts: 413
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

As a tester of this, I'd just like to say that CR is working very hard, and it looks like things are going very well.

Now if I only had people interested in donating to my site!!!!

:banana:
Reply With Quote
  #30  
Old 06-06-2005, 12:15 AM
jugo jugo is offline
 
Join Date: Feb 2004
Location: Reading your emails.
Posts: 573
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Dude...you are gonna make ALOT of people very happy.

WOW!!!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:00 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.04756 seconds
  • Memory Usage 2,292KB
  • Queries Executed 14 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (9)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (2)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete