vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Major Additions - AWCoding- Donation System (https://vborg.vbsupport.ru/showthread.php?t=177437)

txsbmw 06-24-2008 07:04 PM

Just updated to 0.2.1 and switched it to show yearly. However instead of just showing the amounts for 2008, it is showing all donation amounts received from past years.

What am I doing wrong?

AWJunkies 06-25-2008 06:16 AM

Quote:

Originally Posted by txsbmw (Post 1558005)
Just updated to 0.2.1 and switched it to show yearly. However instead of just showing the amounts for 2008, it is showing all donation amounts received from past years.

What am I doing wrong?

I just looked at your site and it is showing just this year. I do not see a 2007 payment in there.

http://www.usmchangout.com/portal/ha...sl.php?do=list

AWJunkies 06-25-2008 06:22 AM

Quote:

Originally Posted by UaECasher (Post 1557837)
i want to change the text color of Goal Message thank you and how can i add A paypal "donate now" picture instead of the Text Donate now under the Bar

Thank you

Lite allows you to customize the donate now phrase. Please look at the setting for more info. PRO has 3 different images and text as well as a customization option. PRO V3 (in beta) allows for full customization of all goal related stuff (title,description,thank,bar,details,link) adn position them however you would like in the new goals module.

Global Phrase: dsl_bar_link
default: <a href="awc_dsl.php?do=donation">Donate Now</a>

txsbmw 06-25-2008 01:56 PM

Sorry, donation list is showing correctly but if you look at the donation bar that is what is showing incorrectly. It shows we have received like 700+ in donations for this year which you can see from the donation list is WAY off! LOL. I only wish we had received that much this year! LOL.

AWJunkies 06-25-2008 05:18 PM

Quote:

Originally Posted by txsbmw (Post 1558617)
Sorry, donation list is showing correctly but if you look at the donation bar that is what is showing incorrectly. It shows we have received like 700+ in donations for this year which you can see from the donation list is WAY off! LOL. I only wish we had received that much this year! LOL.

Now I see it :) Let me look at code and see what is up.

Weird code is identical for both list and bar not sure what is causing that. Downloading site version to see if it is same as mine. I do small fixes and updates preparing for next release so may have fixed it just not public ally released let me check.

Found problem :)

Go to Donation System LITE Menu/Bar Plugin and find this:

PHP Code:

            if ($DSL['setting']['dsl_bar_reset']=='1'){$dsl_bar_reset_time="AND date_format(from_unixtime(payment_date),'%m%y')='".date('my',time())."'";
                
$dsl_bar_reset_time_sub=" AND date_format(from_unixtime(paymenttransaction.dateline),'%m%y')='".date('my',time())."'";}
            elseif (
$DSL['setting']['ds_bar_reset']=='2') {$dsl_bar_reset_time="AND date_format(from_unixtime(payment_date),'%y')='".date('y',time())."'";
                
$dsl_bar_reset_time_sub=" AND date_format(from_unixtime(paymenttransaction.dateline),'%m%y')='".date('my',time())."'";} 

You will notice I accidentally put in PRO value and not LITE value for the second if statement.

Just search for this:
$DSL['setting']['ds_bar_reset']
and change too
$DSL['setting']['dsl_bar_reset']
It needs the "l" to signify lite :)

Vinyljunky 06-26-2008 03:48 PM

Dear All,

I have to admit that I am a big sceptic especially when it comes to having to spend my money!

I first installed the Lite version, was impressed so invested in the Pro version. Since doing so the donations on my site have significantly increased

I dont make a fortune but I do make a lot more than I did before :D

As with most forums users do not want to part with their cash and my site is certainly no exception.

However the AWC products make donating quick and easy for the users. The donate graphics look good quality and attract the eye. My users also seem to love the fact that they can see that 80% of the goal has been met. It makes them want to help get the 100% goal by donating.

Oh and the support given by AWC is exceptional!

So my advice to anybody who isnt sure is to go ahead and buy the Pro version!

Keep up the good work guys! :up:

Regards

VinylJunky - A happy customer

AWJunkies 07-01-2008 07:18 AM

V3 Pro software is coming out tomorrow. So I will have a new update for LITE soon. So stay tuned.

slabuda 07-02-2008 06:31 PM

Is there a way to get the code to make this show up on our homepage.

www.consilioetarmis.net

The homepage is a PHPportal and uses blocks. I can create a HTML or PHP block and display it inline with all the other blocks.

TheProphet 07-03-2008 04:32 PM

I can't buy it atm from your website.... so how do i get the pro now :D

AWJunkies 07-03-2008 05:54 PM

Quote:

Originally Posted by TheProphet (Post 1565956)
I can't buy it atm from your website.... so how do i get the pro now :D

I was changing servers over the past 2 days all done now. V3 is being released to current purchasers today. Tomorrow I will have purchasing back open with V3 available. Sorry for delays on this and any inconvenience it might have caused.

AWJunkies 07-03-2008 05:55 PM

Quote:

Originally Posted by slabuda (Post 1565108)
Is there a way to get the code to make this show up on our homepage.

www.consilioetarmis.net

The homepage is a PHPportal and uses blocks. I can create a HTML or PHP block and display it inline with all the other blocks.

Yes anything is possible. Things is that would be a PRO feature to integrate with that phpportal system not a lite. Hit me up on www.allwheelcoding.com in the chatbox and we can chat there.

Sym0n 07-05-2008 10:27 AM

Hi Adam,
I'm just wondering if you can tell me how to resolve a minor problem we are having with your add-on following a server move that required a DB import for VB.

After the import, and not just with your add-on I hasten to add, all £ symbols changed to a black diamond with a white ? in it. I've been able to resolve this for most of the forum but I've no idea where to look in your add-on to force it back to a £. Any ideas?

I've attached screen shots in case I've not explained myself well. I'm pretty sure from what I've been able to research that the problem is due to the MySQL connection collation and collation in the actual database too following that used during the import.

Thanks for any help,

Sy

Soup^Dragon 07-05-2008 07:21 PM

i seem to be having a slight problem with the notifications and the auto update of the donate bar. neither are working. They were when i first installed but now i have to confirm every donation manually. any ideas?

TheProphet 07-06-2008 04:07 PM

Your page "Purchase Pro" is redirecting still to a 404

http://www.allwheelcoding.com/awc_ps...ase&product=DS

DieselMinded 07-06-2008 04:27 PM

Its not Ready until Monday , I have the new software running on my site and its AMAZING so many setting you can take all day setting it up just how you want

Ncturnal 07-07-2008 12:05 AM

I'm getting a SQL error when I attempt to transfer payments from Paypal Donations for 3.5.0. I omitted some of the error that had names and email addresses. It referred to a specific transaction. When I deleted that specific transaction and retried the transfer it generated the same error message with the next transaction. Any ideas? Also, I was looking to purchase Pro but the product pages don't work on your site.

Code:

mySQL query error: INSERT INTO awc_dsl_payments (method,txn_id,userid,verify_sign,first_name,last_name,payer_business_name,address_name,address_street,address_city,address_state,address_zip,address_country,address_status,payer_email,payer_id,payer_status,business,receiver_email,receiver_id,item_name,item_number,quantity,invoice,notify_version,memo,tax,option_name1,option_selection1,option_name2,option_selection2,payment_date,parent_txn_id,txn_type,payment_type,payment_status,pending_reason,reason_code,mc_gross,mc_fee,mc_currency,mc_handling,mc_shipping,settle_amount,settle_currency,exchange_rate,case_id,case_type,case_creation_date) VALUES ('Paypal','2GH31384Y66404812','268','AFcWxV21C7fd0v3bYYYRCpSSRl31AA4qWuN2U-I53JRh4WSb291ynz4t',

','0.00','','','','',1135656831,'','web_accept','instant','Completed','','','20.00','0.88','USD','0.00','0.00','0.00','','0.0000','','','')

mySQL error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 't even know if the donate button is ready but I don't mind pitching in. Keep up ' at line 1
mySQL error code:
Date: Sunday 11th 2008f May 2008 08:03:02 PM


kniveswood 07-07-2008 11:25 AM

Is this included in V3 PRO? :)

Quote:

Originally Posted by kniveswood (Post 1552425)
Can the PRO version be made to set a different "expiry" time for the donator group for each $X?

For example: $5 gives you 1 month in donator group. $10 gives you 2 months. $20 gives you 4 months, etc.

From what i understand from the description, there can only be one fixed time regardless of the amount donated.


sinisterpain 07-07-2008 07:46 PM

Quote:

Originally Posted by kniveswood (Post 1569007)
Is this included in V3 PRO? :)

Please direct all Pro questions to www.allwheelcoding.com as per vb rules we can not have discussions about it here.

Thanks
Sinisterpain

AWJunkies 07-08-2008 02:56 AM

Quote:

Originally Posted by kniveswood (Post 1569007)
Is this included in V3 PRO? :)

YES in V3 PRO just released. Well in 10 minutes doing mass PM to purchasers and Emails out to purchasers and site registered people. SO you can purchase in next 20 min or so.

AWJunkies 07-08-2008 02:57 AM

Quote:

Originally Posted by Ncturnal (Post 1568572)
I'm getting a SQL error when I attempt to transfer payments from Paypal Donations for 3.5.0. I omitted some of the error that had names and email addresses. It referred to a specific transaction. When I deleted that specific transaction and retried the transfer it generated the same error message with the next transaction. Any ideas? Also, I was looking to purchase Pro but the product pages don't work on your site.

Code:

mySQL query error: INSERT INTO awc_dsl_payments (method,txn_id,userid,verify_sign,first_name,last_name,payer_business_name,address_name,address_street,address_city,address_state,address_zip,address_country,address_status,payer_email,payer_id,payer_status,business,receiver_email,receiver_id,item_name,item_number,quantity,invoice,notify_version,memo,tax,option_name1,option_selection1,option_name2,option_selection2,payment_date,parent_txn_id,txn_type,payment_type,payment_status,pending_reason,reason_code,mc_gross,mc_fee,mc_currency,mc_handling,mc_shipping,settle_amount,settle_currency,exchange_rate,case_id,case_type,case_creation_date) VALUES ('Paypal','2GH31384Y66404812','268','AFcWxV21C7fd0v3bYYYRCpSSRl31AA4qWuN2U-I53JRh4WSb291ynz4t',

','0.00','','','','',1135656831,'','web_accept','instant','Completed','','','20.00','0.88','USD','0.00','0.00','0.00','','0.0000','','','')

mySQL error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 't even know if the donate button is ready but I don't mind pitching in. Keep up ' at line 1
mySQL error code:
Date: Sunday 11th 2008f May 2008 08:03:02 PM


This issue is NON existent in PRO V3. V3 also imports manually added donations in 3.5. I will fix for LITE sometime next week.

AWJunkies 07-08-2008 02:59 AM

Quote:

Originally Posted by TheProphet (Post 1568255)
Your page "Purchase Pro" is redirecting still to a 404

http://www.allwheelcoding.com/awc_ps...ase&product=DS

the page URL is different now as Product System got updated to V3

AWCoding Back-End
http://www.allwheelcoding.com/awc_ps...=purchase&id=2
Donation System
http://www.allwheelcoding.com/awc_ps...=purchase&id=3

AWJunkies 07-09-2008 05:23 PM

I will be updating LITE by next week sorry for delays been finishing V3 PRO.

Zacarias 07-10-2008 12:44 AM

A user just made a donation, I got the paypal e-mail and everything..

But the mod doesn't even know about it. Nothing in Admin CP, nothing in list, absolutely nothing.

AWJunkies 07-10-2008 01:57 AM

Quote:

Originally Posted by Zacarias (Post 1571528)
A user just made a donation, I got the paypal e-mail and everything..

But the mod doesn't even know about it. Nothing in Admin CP, nothing in list, absolutely nothing.

I presume 1 thing and 1 thing only and has been mentioned many times in this thread. If you have paypal redirect after payment ON you need to turn it OFF. This is in paypal profile payment settings. If you DON't have this ON then it seems your users are just closing the window after payment which is not likely because there is no new window poping up so kinda forces them to click and go back to your site. But again there should be a unconfirmed payment sitting in transactions no matter what. So could be a settings thing.

Mrdby 07-10-2008 09:42 PM

lol give us a discount..lol

ALil'Hope 07-11-2008 08:33 AM

I'm not getting any notice when someone chooses their amount and clicks donate. Not anywhere.

AWJunkies 07-13-2008 07:25 AM

Quote:

Originally Posted by ALil'Hope (Post 1572624)
I'm not getting any notice when someone chooses their amount and clicks donate. Not anywhere.

Hit me up and I will do test payment.

sinisterpain 07-13-2008 11:22 AM

Please also click installed so you will recieve info on updates to the product.

Texas1911 07-14-2008 05:17 AM

Thanks, I have installed this as a replacement for the other script I was using. This one is much more professional and clear cut. I appreciate it.

AWJunkies 07-14-2008 09:20 AM

Quote:

Originally Posted by Texas1911 (Post 1574748)
Thanks, I have installed this as a replacement for the other script I was using. This one is much more professional and clear cut. I appreciate it.

Thanks buddy let me know if you need any help

Texas1911 07-14-2008 03:37 PM

Adam, when I click on the Paypal link it simply refreshes the screen.

http://www.texasguntalk.com/forums/a...hp?do=donation

I removed the Benefits box since I couldn't find the field to edit it.

Any ideas?

Forgot to add, this is 3.7.2

- Alan

AWJunkies 07-14-2008 07:39 PM

it is HOW you removed the benefits. How did you remove it? did you turn it OFF or did you remove from code?

It is a js error the setting to turn ON/OFF the benefits is same location where you edit the details has a CLICK TO EDIT in description of setting.

Texas1911 07-14-2008 08:13 PM

Quote:

Originally Posted by AWJunkies (Post 1575307)
it is HOW you removed the benefits. How did you remove it? did you turn it OFF or did you remove from code?

It is a js error the setting to turn ON/OFF the benefits is same location where you edit the details has a CLICK TO EDIT in description of setting.

Roger, I got it working. Thanks!

I had deleted it manually, when all I needed to do was check "No". I just couldn't find the setting.

StepOnFrog 07-15-2008 12:15 AM

Hi,

Do I need to have any particular PayPal account to accept payments via this MOD, such as a merchant account, or can I just leave my current PayPal account as the bog-standard one I use to buy things on eBay?

See, I expect to be charged by PayPal for processing Credit and Debit card payments as donations on my forum, but what I don't want is to have to pay for extra PayPal services that are used in conjunction with this MOD.

Thanks.
step

Texas1911 07-15-2008 07:41 PM

Quote:

Originally Posted by StepOnFrog (Post 1575528)
Hi,

Do I need to have any particular PayPal account to accept payments via this MOD, such as a merchant account, or can I just leave my current PayPal account as the bog-standard one I use to buy things on eBay?

See, I expect to be charged by PayPal for processing Credit and Debit card payments as donations on my forum, but what I don't want is to have to pay for extra PayPal services that are used in conjunction with this MOD.

Thanks.
step

Step,

I use my normal Paypal account.

- Alan

AWJunkies 07-15-2008 08:57 PM

Quote:

Originally Posted by StepOnFrog (Post 1575528)
Hi,

Do I need to have any particular PayPal account to accept payments via this MOD, such as a merchant account, or can I just leave my current PayPal account as the bog-standard one I use to buy things on eBay?

See, I expect to be charged by PayPal for processing Credit and Debit card payments as donations on my forum, but what I don't want is to have to pay for extra PayPal services that are used in conjunction with this MOD.

Thanks.
step

You don't have to have premier or business account for this LITE version or PRO but you do get a LOT of benefits by having premier or business in PRO as everything is automatic using IPN.

Vinyljunky 07-16-2008 09:29 AM

Quote:

Originally Posted by Texas1911 (Post 1574748)
Thanks, I have installed this as a replacement for the other script I was using. This one is much more professional and clear cut. I appreciate it.

I stopped using the "other mod" a while ago, I agree that this one is much better. In fact its in a different league :up: and the support is the best around!

I highly recommend purchasing the Pro version as it is even better :)

I'd also recommend using a Paypal Pro account because it automates everything for you :D

Regards

VinylJunky

unicorn2433 07-19-2008 08:13 PM

If you try lite version and like, how hard is it to update to pro afterward?

unicorn2433 07-19-2008 08:43 PM

oops see post above

sinisterpain 07-20-2008 12:08 PM

Its straight forward if you read the install instructions. Also you have the option in admincp to transfer all curent donations over. Go here and read about the options. :)


All times are GMT. The time now is 10:30 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.02039 seconds
  • Memory Usage 1,856KB
  • 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
  • (1)bbcode_php_printable
  • (17)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete