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)

Goomzee 04-07-2009 11:40 AM

i installed this version in my forums
File Type: %1$s Donation System LITE V3.0.0.zip

but this only works for Paypal not others plz click below

http://www.mknexusonline.com/forums/index.php

and help me

AWJunkies 04-07-2009 03:53 PM

Quote:

Originally Posted by Goomzee (Post 1785687)
i installed this version in my forums
File Type: %1$s Donation System LITE V3.0.0.zip

but this only works for Paypal not others plz click below

http://www.mknexusonline.com/forums/index.php

and help me

Make sure you went to settings and turned them ON then put in email/ID etc for the payment method and it does work. Paypal is only one ON by default with a dummy email (email@domain.com) which will show warning if someone tries to pay.

anwar.abdullakh 04-08-2009 01:08 AM

New version is working perfect, thanks for the update.

Goomzee 04-08-2009 04:38 AM

Quote:

Originally Posted by AWJunkies (Post 1785839)
Make sure you went to settings and turned them ON then put in email/ID etc for the payment method and it does work. Paypal is only one ON by default with a dummy email (email@domain.com) which will show warning if someone tries to pay.

thankx but now i can't access my page where as i set permission but however it;s not working

AWJunkies 04-08-2009 03:34 PM

Quote:

Originally Posted by Goomzee (Post 1786338)
thankx but now i can't access my page where as i set permission but however it;s not working

Works perfectly fine to me as a guest I can see it clear as day and even clicked and could donate through moneybookers no problem.

Make sure you have usergroup permissions set correctly. Make sure when you doing permissions your not blocking out memberships. For instance say your admin has membership special group but you selected special group no access to donate in donate settings it will block that user even though he is admin.

Again looks perfectly fine to me check for yourself as guest so only issues is how you setup permissions.

AWJunkies 04-09-2009 01:47 AM

Common guys give some support click install and say thanks at least :) ahah.

yahoooh 04-09-2009 08:42 PM

is there away to add westernunion transfer money
so the user will click in link that show how to donate through westernunion
and then after he donate manually through thier office he will fill all info about his transfer :
first name (as he send through western union )
second name or last name
country
address
transfer money control number:
tel

of courese he will send the money to the same info i put about my first ,second name and my country and address

after he subit the form , i should to chick by myself through westernunion
and then if i recived the money i will mark the donation as recived

this is very good new features also in the same way may be transfer money to bank account work

, could u add this feature plz

AWJunkies 04-10-2009 12:25 AM

Western Union will not be put in LITE it will be in PRO on next update and is already in features list of to do along with about 10 more payment methods all IPN/API of course.

mknjhill 04-10-2009 09:21 AM

What do i look for so i can change its position on the forum?

AWJunkies 04-10-2009 08:35 PM

Quote:

Originally Posted by mknjhill (Post 1788096)
What do i look for so i can change its position on the forum?

I presume your talking about the bar table go to the bar settings
Example Demo

And for this setting:
Insert Donation Bar
Automatically insert Donation Bar below NavBarManually add the Donation Bar use the variable $dsl_bar

If you dont want it under navbar select NO and use $dsl_bar variable wherever you want it to show.

Doctor Death 04-14-2009 10:33 PM

Error on product import (with overwrite of previous version)


Quote:

Database error in vBulletin 3.8.2:

Invalid SQL:
INSERT INTO `vywddddh_phrase` VALUES('',-1,'dsl_navbar_hook_1','global','<td id="{1}" class="vbmenu_control"><a style="color:{2};" href="{3}">{4}</a><script type="text/javascript"> vbmenu_register("{1}"); </script></td>','vbulletin','AWJunkies',1239751795,'3.0.0');

MySQL Error : Duplicate entry 'dsl_navbar_hook_1--1-global' for key 2
Error Number : 1062
Request Date : Tuesday, April 14th 2009 @ 07:29:54 PM
Error Date : Tuesday, April 14th 2009 @ 07:29:55 PM
Script : http://www.ddddd.com/forums/admincp/...=productimport
Referrer : http://www.dddddd.com/forums/admincp...?do=productadd
IP Address : 70.333.33.132
Username : dddddddddddd
Classname : vb_database
MySQL Version : 4.1.22-standard

AWJunkies 04-16-2009 05:00 AM

Quote:

Originally Posted by Doctor Death (Post 1791368)
Error on product import (with overwrite of previous version)

Go to the product XML and search for:

PHP Code:

$columns_sql=$db->query_read("SHOW columns FROM `".TABLE_PREFIX."phrase`"); $columns_results=$db->num_rows($columns_sql); $time=time(); $vbstyles_sql=$db->query_read("SELECT styleid FROM ".TABLE_PREFIX."style"); while ($vbstyle=$db->fetch_array($vbstyles_sql)){$phrase="dsl_navbar_hook_".$vbstyle['styleid']; if ($columns_results==9){$db->query_write("INSERT INTO `".TABLE_PREFIX."phrase` VALUES('',-1,'".$phrase."','global','<td id=\"{1}\" class=\"vbmenu_control\"><a style=\"color:{2};\" href=\"{3}\">{4}</a><script type=\"text/javascript\"> vbmenu_register(\"{1}\"); </script></td>','vbulletin','AWJunkies',".$time.",'3.0.0')");}elseif ($rows_results==10){$db->query_write("INSERT INTO `".TABLE_PREFIX."phrase` VALUES('',-1,'".$phrase."','global','<td id=\"{1}\" class=\"vbmenu_control\"><a style=\"color:{2};\" href=\"{3}\">{4}</a><script type=\"text/javascript\"> vbmenu_register(\"{1}\"); </script></td>','vbulletin','AWJunkies',".$time.",'3.0.0',0)");}} 

And remove it and re-upload the XML.

I was trying to make all the hooks for you for all styles in case you didn't have them. Not a big deal at all just remove the code that does it from XML and walla will load fine.

Doctor Death 04-16-2009 11:32 PM

Quote:

Originally Posted by AWJunkies (Post 1792221)
Go to the product XML and search for:

PHP Code:

$columns_sql=$db->query_read("SHOW columns FROM `".TABLE_PREFIX."phrase`"); $columns_results=$db->num_rows($columns_sql); $time=time(); $vbstyles_sql=$db->query_read("SELECT styleid FROM ".TABLE_PREFIX."style"); while ($vbstyle=$db->fetch_array($vbstyles_sql)){$phrase="dsl_navbar_hook_".$vbstyle['styleid']; if ($columns_results==9){$db->query_write("INSERT INTO `".TABLE_PREFIX."phrase` VALUES('',-1,'".$phrase."','global','<td id=\"{1}\" class=\"vbmenu_control\"><a style=\"color:{2};\" href=\"{3}\">{4}</a><script type=\"text/javascript\"> vbmenu_register(\"{1}\"); </script></td>','vbulletin','AWJunkies',".$time.",'3.0.0')");}elseif ($rows_results==10){$db->query_write("INSERT INTO `".TABLE_PREFIX."phrase` VALUES('',-1,'".$phrase."','global','<td id=\"{1}\" class=\"vbmenu_control\"><a style=\"color:{2};\" href=\"{3}\">{4}</a><script type=\"text/javascript\"> vbmenu_register(\"{1}\"); </script></td>','vbulletin','AWJunkies',".$time.",'3.0.0',0)");}} 

And remove it and re-upload the XML.

I was trying to make all the hooks for you for all styles in case you didn't have them. Not a big deal at all just remove the code that does it from XML and walla will load fine.

I tried that and it still puked on install. Would it make sense to uninstall and reinstall new version or would that get rid of all my data?

Patrickftw 04-17-2009 07:12 PM

Is there a fix for this? I'm not sure why I'm getting it, I'd really like to use this.
Code:

Database error in vBulletin 3.8.1:

Invalid SQL:
SELECT dsl.*,dsl.mc_gross-awc.mc_fee AS amount,user.userid,user.username,user.avatarid,user.avatarrevision,avatar.avatarpath,NOT ISNULL(customavatar.userid) AS hascustomavatar,customavatar.dateline AS avatardateline FROM lpawcl_payments AS dsl LEFT JOIN lpuser AS user ON(dsl.userid=user.userid) LEFT JOIN lpavatar AS avatar ON(avatar.avatarid=user.avatarid) LEFT JOIN lpcustomavatar AS customavatar ON(customavatar.userid=user.userid) WHERE payment_status='Completed' AND item_number=1 AND date_format(from_unixtime(payment_date),'%m%y')='0409' ORDER BY payment_date DESC LIMIT 0,10;

MySQL Error  : Unknown table 'awc' in field list
Error Number  : 1109
Request Date  : Friday, April 17th 2009 @ 01:02:26 PM
Error Date    : Friday, April 17th 2009 @ 01:02:26 PM
Script        : http://mysite.com/awcl_dsl.php?do=list
Referrer      :
Classname    : vB_Database
MySQL Version : 4.1.20


AWJunkies 04-17-2009 07:58 PM

Quote:

Originally Posted by Patrickftw (Post 1793492)
Is there a fix for this? I'm not sure why I'm getting it, I'd really like to use this.
Code:

Database error in vBulletin 3.8.1:

Invalid SQL:
SELECT dsl.*,dsl.mc_gross-awc.mc_fee AS amount,user.userid,user.username,user.avatarid,user.avatarrevision,avatar.avatarpath,NOT ISNULL(customavatar.userid) AS hascustomavatar,customavatar.dateline AS avatardateline FROM lpawcl_payments AS dsl LEFT JOIN lpuser AS user ON(dsl.userid=user.userid) LEFT JOIN lpavatar AS avatar ON(avatar.avatarid=user.avatarid) LEFT JOIN lpcustomavatar AS customavatar ON(customavatar.userid=user.userid) WHERE payment_status='Completed' AND item_number=1 AND date_format(from_unixtime(payment_date),'%m%y')='0409' ORDER BY payment_date DESC LIMIT 0,10;

MySQL Error  : Unknown table 'awc' in field list
Error Number  : 1109
Request Date  : Friday, April 17th 2009 @ 01:02:26 PM
Error Date    : Friday, April 17th 2009 @ 01:02:26 PM
Script        : http://mysite.com/awcl_dsl.php?do=list
Referrer      :
Classname    : vB_Database
MySQL Version : 4.1.20


That was my bad this ONLY effects list view in NET not gross income format. Fixed now uploaded to zip

AWJunkies 04-17-2009 07:59 PM

Quote:

Originally Posted by Doctor Death (Post 1792906)
I tried that and it still puked on install. Would it make sense to uninstall and reinstall new version or would that get rid of all my data?

Ok what you need to do is go to product edit and change version to 3.0.0 save then upload XML as override and your all good. The initial error you got was at the end of install it just didnt get to load new templates and plugins so by bypassing the version # you will not reinstall 3.0.0 but just install plugins and templates.

Doctor Death 04-18-2009 05:39 PM

Quote:

Originally Posted by AWJunkies (Post 1793515)
Ok what you need to do is go to product edit and change version to 3.0.0 save then upload XML as override and your all good. The initial error you got was at the end of install it just didnt get to load new templates and plugins so by bypassing the version # you will not reinstall 3.0.0 but just install plugins and templates.

Done. Worked. Thanks.

Now if I could get the paid version to work I would be happy.

AWJunkies 04-18-2009 07:45 PM

Quote:

Originally Posted by Doctor Death (Post 1794037)
Done. Worked. Thanks.

Now if I could get the paid version to work I would be happy.

You forget to load Donation System and only loaded Back-End. Pmed you on FC.

crazylegs 04-19-2009 10:38 AM

These are the best installation instructions that I've dealt with for a plugin yet, and I'm a tech writer, so I really appreciate that stuff. The install went smooth as butter. Great software!

AWJunkies 04-19-2009 04:48 PM

Quote:

Originally Posted by crazylegs (Post 1794348)
These are the best installation instructions that I've dealt with for a plugin yet, and I'm a tech writer, so I really appreciate that stuff. The install went smooth as butter. Great software!

Thanks so much enjoy the mod.

MrAgent 04-20-2009 02:57 PM

So on my vbadvanced page (site home) the donate link just points to my forum page, but doesnt actually do anything when you click on it.
And there are no modules on the main page for donations.

www.osswg.com

AWJunkies 04-20-2009 05:46 PM

Did you install the addon for vbadvanced which is included in zip?

Make sure it is installed even though you do not or not going to use sidebar or centerbar as it adds variables for drop menu as well as mainbar

kensaurus 04-22-2009 08:08 AM

installed this, works well.
so a guy in my forum tried donating $10 and his name showed up in the list
BUT
the donation bar still says $0 out of $100 goal....
any help>

Hostboard 04-22-2009 02:34 PM

Most likely they selected to keep the donation as an "Anonymous Donation "

I beleive that the list is UG specific thus why you can see them.

crazylegs 04-22-2009 10:21 PM

The installation went very smoothly. The settings were a cinch, and it is in fact taking donations. For some reason, though, it hasn't recorded the transactions that have happened. This includes the donation bar not updating (still at 0) as well. Any suggestions?

I'm using a skin mod for the site, but I can't understand how that is causing an issue, if it is.

AWJunkies 04-22-2009 11:00 PM

Make sure the transactions show as COMPLETE. So go to awcoding lite->transactions->search->look at the transactions if they do not say status complete it will not show on bar total. So make sure if it is not verified verify it if it is real payment. Remember LITE does not have IPN/API PRO does so it is not all automatic.

crazylegs 04-23-2009 02:57 AM

For some reason the first donation wasn't recorded at all. We just got our second donation, though, and it showed up in transactions. It seems to be ok now. Thank you for the quick response.

kensaurus 04-23-2009 05:56 AM

******** April 22nd, 2009 paypal Completed 0.69

he was the first donator, but donation bar did not update...
so the first donator does not get recorded on the donation bar?

AWJunkies 04-23-2009 08:30 PM

Quote:

Originally Posted by kensaurus (Post 1797200)
******** April 22nd, 2009 paypal Completed 0.69

he was the first donator, but donation bar did not update...
so the first donator does not get recorded on the donation bar?

It is showing but did not increase above or to 1% because the .69 cents does not take it that high. .69 cents to your goal amount I bet does not =1% if it did then your goal would have to be $69 which I doubt is your goal amount.

kensaurus 04-24-2009 12:48 PM

0.69 is the fee to paypal lol
i understand the % part, he donated $10 but :

We have received a total of $0 in donations towards our goal of $200

get it?

crazylegs 04-24-2009 03:17 PM

A second donation was made today, but that too isn't showing up. So far, the only one that has shown of the three total is one for $15 that I needed to confirm. Once I did that, the donation bar updated for that one user.

I reviewed my settings again, but I still don't see what the problem could be. Any ideas? Could it be the anonymous donator issue, mentioned in a post above?

EDIT:...I just confirmed that there were no donations made anonymously. Help!

AWJunkies 04-25-2009 07:38 AM

Quote:

Originally Posted by kensaurus (Post 1798087)
0.69 is the fee to paypal lol
i understand the % part, he donated $10 but :


We have received a total of $0 in donations towards our goal of $200


get it?

Contact me on IM (yahoo,MSN,skype,AIM) As should have 0 issues if payment is for your time allotted as in if you have goal set for monthly the payment was this month and is confirmed as completed period it should be in goal bar. So I need to take a look at this point cause ti does not add up and nobody else is having this issue nor can I reproduce it.

Quote:

Originally Posted by crazylegs (Post 1798198)
A second donation was made today, but that too isn't showing up. So far, the only one that has shown of the three total is one for $15 that I needed to confirm. Once I did that, the donation bar updated for that one user.

I reviewed my settings again, but I still don't see what the problem could be. Any ideas? Could it be the anonymous donator issue, mentioned in a post above?

EDIT:...I just confirmed that there were no donations made anonymously. Help!

Make sure you do not have PDT or payment AUTO return setup in paypal as this will effect post of payments back to site.

But please check browsers they are using. I tested Fx, IE, Opera no issues I presume they may be using chrome and this is reason why. SO let me know there browser and if you can test and see if same issue arises. As again just tested all browsers no issues at all on many servers and many sites configs.

I would hit me up as well on IM (AIM, Yahoo, MSN, Skype) As I can solve this within minutes of looking and running few tests to see what it is.

O_Dog 04-26-2009 10:58 AM

When i try and Import Product i get the following error, This happend when i try upgrade so i un-installed it and database files and i still get the error ??? what have i done wrong :confused:

Quote:

Database error in vBulletin 3.8.2:

Invalid SQL:
INSERT INTO `VB_awcl_settings` VALUES('dsl', 'main', 'dsl_copyright', '<br /><div align="center"><a href="http://www.allwheelcoding.com">Donation System LITE</a> ? 2008 by Adam Ellis</div>', 'hidden', 0);

MySQL Error : Duplicate entry 'dsl_copyright' for key 1
Error Number : 1062
Request Date : Sunday, April 26th 2009 @ 12:47:27 PM
Error Date : Sunday, April 26th 2009 @ 12:47:27 PM
Script : http://www.tds-clan.co.uk/admincp/pl...=productimport
Referrer : http://www.tds-clan.co.uk/admincp/pl...?do=productadd
IP Address : ########
Username : O_Dog
Classname : vB_Database
MySQL Version : 5.0.67-community

AWJunkies 04-26-2009 07:29 PM

what version where you upgrading from? 1.0.0?? You should not get that error unless you had addons and you uninstalled wrong. Like uninstalled DS but left addon etc. Need to uninstall addons first then DS or it will keep some tables that the addons need. That is only way I could see this error popping up. SO make sure to uninstall addons as well and always before doing the core. But anywho hit me up and I can help you directly take me 30 seconds. Again guys hit me up if you have issues which you shouldnt but if you do contact me directly. Just make a post on here contacting you and i will look out for it. As it will take minutes rather then back and forth for maybe days to try to connect over messages in this thread.

But anywho very easy fix hit me up.

O_Dog 04-26-2009 07:34 PM

Thanks for the reply, My website ended up going realy bad due to conflicts with loads off other mods i had added so i just used impex and started fresh, This time only going to add mods thats realy needed :D

Cheers,

O_Dog.

AWJunkies 04-27-2009 01:04 AM

Quote:

Originally Posted by O_Dog (Post 1799502)
Thanks for the reply, My website ended up going realy bad due to conflicts with loads off other mods i had added so i just used impex and started fresh, This time only going to add mods thats realy needed :D

Cheers,

O_Dog.

No problem so presume it loaded fine and all gravy then.

O_Dog 04-27-2009 02:55 PM

Yea it work like a dream no problems at all, But i managed to get my old website back up and running and am going to use it agian and thats where i had the sql errors i could do with you having a 30 second look at it because i have no idea where to look in fixing this


Quote:

Database error in vBulletin 3.8.2:

Invalid SQL:
INSERT INTO `VB_awcl_settings` VALUES('dsl', 'main', 'dsl_copyright', '<br /><div align="center"><a href="http://www.allwheelcoding.com">Donation System LITE</a> ? 2008 by Adam Ellis</div>', 'hidden', 0);

MySQL Error : Duplicate entry 'dsl_copyright' for key 1
Error Number : 1062
Request Date : Sunday, April 26th 2009 @ 12:47:27 PM
Error Date : Sunday, April 26th 2009 @ 12:47:27 PM
Script : http://www.tds-clan.co.uk/admincp/pl...=productimport
Referrer : http://www.tds-clan.co.uk/admincp/pl...?do=productadd
IP Address : ########
Username : O_Dog
Classname : vB_Database
MySQL Version : 5.0.67-community

LCN2007 04-27-2009 03:52 PM

I am very interested in this mod and might even buy the pro version, i was wondering is there a way that i can place a duplicated button on another site besides my own and still have it add and tally the totals on my site?

AWJunkies 04-27-2009 07:32 PM

Quote:

Originally Posted by LCN2007 (Post 1799975)
I am very interested in this mod and might even buy the pro version, i was wondering is there a way that i can place a duplicated button on another site besides my own and still have it add and tally the totals on my site?

Each domain is independent whether it is LITE or PRO unless your talking subdomains etc. But issue is user and login stuff. The user database would have to be same on both databases gets quite complicated. So to answer your question no can't just throw a link from multiple domains to a single domain unless you do a few things.

LCN2007 04-27-2009 08:54 PM

Quote:

Originally Posted by AWJunkies (Post 1800117)
Each domain is independent whether it is LITE or PRO unless your talking subdomains etc. But issue is user and login stuff. The user database would have to be same on both databases gets quite complicated. So to answer your question no can't just throw a link from multiple domains to a single domain unless you do a few things.

What would those be? i just want one other domain to beable to tally on the same database? Even if its under a default name.


All times are GMT. The time now is 04:06 AM.

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.02711 seconds
  • Memory Usage 1,881KB
  • 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
  • (2)bbcode_php_printable
  • (20)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