PDA

View Full Version : Major Additions - AWCoding- Donation System


Pages : 1 [2] 3 4

AWJunkies
06-11-2008, 03:46 AM
Hello,

is it possible to make different Links for Donations?

Donation Link 1, Donation Link 2 and Donation Link 3, and every Link goes to a different Donation Option in which i can give different Benefits from the Donation.

This is Donation System Goal coming in V3 of the PRO software. It will be included in Donation System purchase and not separate like current add-ons. Actually Donation System CMPS and Donation System Awards will be included in V3 Donation System. Be released in a week or so.

AWJunkies
06-11-2008, 03:47 AM
i don't know why i m having SQL error


mySQL query error: SELECT * FROM awc_dsl_settings

mySQL error: Table 'indiatvf_vb3.awc_dsl_settings' doesn't exist
mySQL error code:
Date: Tuesday 10th 2008f June 2008 07:51:01 PM

For some reason it did not create the table at XML load. This has ONLY happened one other time. In which you have to manually add the table with the XML data. I could not figure out what was causing it on this other guys server and doubt I can find it on yours. It is a RARE instance with over 3000 downloads since birth and only 2 people getting the issue. So please if you need help manually adding it let me know I can post the exact info to add table within your mysql>sql> code add section.

SaPh[i]R
06-11-2008, 05:24 AM
Waou Fantastic ! Thanks

vitrag24
06-11-2008, 03:58 PM
reply plz
https://vborg.vbsupport.ru/showpost.php?p=1545282&postcount=243

AWJunkies
06-11-2008, 04:09 PM
reply plz
https://vborg.vbsupport.ru/showpost.php?p=1545282&postcount=243

I already did:
https://vborg.vbsupport.ru/showpost.php?p=1546355&postcount=249

vitrag24
06-11-2008, 04:38 PM
I already did:
https://vborg.vbsupport.ru/showpost.php?p=1546355&postcount=249

thx 4 reply.
Then which 300+ features in pro?
i would like to know.

AWJunkies
06-12-2008, 03:50 AM
thx 4 reply.
Then which 300+ features in pro?
i would like to know.

This is LITE support only PRO can not be discussed here per VBulletin rules. Please go to www.allwheelcoding.com and I can chat with you in chatbox about some of the stuff PRO related. Thanks and sorry for the inconvenience.

Vinyljunky
06-12-2008, 08:43 AM
Works like a charm and well coded :up:

VinylJunky

chatzworld
06-12-2008, 10:02 AM
Hi

I recived a donation but it did not update on the bar and had to manualy enter it :(

AWJunkies
06-12-2008, 04:09 PM
Hi

I recived a donation but it did not update on the bar and had to manualy enter it :(

It has been gone over many many times. LITE will always add the payments to table and adminCP no matter what but as unconfirmed. There are only two ways from here ti gets confirmed. ONE by you manually confirming it. TWO the user clicks the redirect back to your site link at the end of the checkout process. MAKE SURE TO HAVE AUTO REDIRECT OFF IN PAYPAL.com SETTINGS. This will cause it to go back to your site without running my script to auto confirm and send out messages etc.

kru89
06-13-2008, 05:43 AM
Hey Coder plz i need help bro manually adding plz help me on it thank you

Thank you so much for your help


For some reason it did not create the table at XML load. This has ONLY happened one other time. In which you have to manually add the table with the XML data. I could not figure out what was causing it on this other guys server and doubt I can find it on yours. It is a RARE instance with over 3000 downloads since birth and only 2 people getting the issue. So please if you need help manually adding it let me know I can post the exact info to add table within your mysql>sql> code add section.

UltraFanatics
06-13-2008, 11:35 AM
Are you referring to PRO or LITE? Please all PRO questions on www.allwheelcoding.com and all LITE questions on this thread.

PRO has awards system LITE does not.

There are settings to what you ask.


Lite mate, everything works perfect for me on this. All I wanted to know is that after a month when new donations start again if they loose there status etc and back to normal so they need to donate again.

AWJunkies
06-13-2008, 04:50 PM
Hey Coder plz i need help bro manually adding plz help me on it thank you

Thank you so much for your help

No problem I will post it and all you will have to do is change TABLE_PREFIX to your real table prefix in mysql. So if I put INSERT TABLE_PREFIXawc_dsl_payments. Just change TABLE_PREFIX to whatever yours is. Pretty simple then just copy and paste the code into mysql and run it or put it into a file and upload it whatever your more comfortable with. I will provide it a little later today I have to head out this second and be back in few hours then will create it for you.

AWJunkies
06-13-2008, 04:52 PM
Lite mate, everything works perfect for me on this. All I wanted to know is that after a month when new donations start again if they loose there status etc and back to normal so they need to donate again.

In LITE it is a permanent change. There is no change back to original usergroup before the donation group or put back to X group you select. You can also set the TIME to move them back: 1 month, 2 months, 1 year, etc. That is a PRO feature ONLY.

UltraFanatics
06-14-2008, 05:04 PM
How much is pro then mate?

I need the above badly.

AWJunkies
06-14-2008, 05:16 PM
How much is pro then mate?

I need the above badly.

You have to go to www.allwheelcoding.com for any PRO related stuff sorry VB rules.

Make sure to fill in the values for XXXXXXXXX, your URL with a leading / and forum name and dateformat. ALSO replace ".TABLE_PREFIX." with your table prefix.

Now here is the SQL for manual add in MYSQL:
CREATE TABLE IF NOT EXISTS `".TABLE_PREFIX."awc_dsl_settings` (`dsl_copyright` varchar(255) NOT NULL default 'DO NOT REMOVE',`dsl_enable` tinyint(1) NOT NULL default '1',`dsl_cantuse` varchar(100) NOT NULL, `dsl_name` varchar(100) NOT NULL default 'XXXXXXXX',`dsl_home` varchar(255) NOT NULL default 'XXXXXXXXX',`dsl_dateformat` varchar(100) NOT NULL default 'XXXXXXXXX',`dsl_currency` varchar(3) NOT NULL default 'USD',`dsl_currency_symbol` varchar(3) NOT NULL default '$',`dsl_dropmenu` tinyint(1) NOT NULL default '1', `dsl_type` tinyint(1) NOT NULL default '2',`dsl_suggested` varchar(255) NOT NULL default '1.00,5.00,10.00,20.00,50.00,100.00',`dsl_minamoun t` varchar(20) NOT NULL default '1.00',`dsl_benefits` tinyint(1) NOT NULL default '1', `dsl_pp_test` tinyint(1) NOT NULL default '0',`dsl_pp_email` varchar(100) NOT NULL default 'xxx@yyy.zzz',`dsl_pp_image` varchar(100) NOT NULL default 'http://', `dsl_pp_verify` tinyint(1) NOT NULL default '1', `dsl_bar_en` tinyint(1) NOT NULL default '1',`dsl_bar_cansee` varchar(100) NOT NULL default '2,5,6,7',`dsl_bar_insert` tinyint(1) NOT NULL default '1', `dsl_bar_locs` varchar(100) NOT NULL default 'index,forum',`dsl_bar_float` tinyint(1) NOT NULL default '0',`dsl_bar_goal` int(20) NOT NULL default '100', `dsl_bar_sub` tinyint(1) NOT NULL default '0',`dsl_bar_note` tinyint(1) NOT NULL default '1',`dsl_bar_thank` tinyint(1) NOT NULL default '1', `dsl_bar_link` tinyint(1) NOT NULL default '1',`dsl_list_en` tinyint(1) NOT NULL default '1',`dsl_list_cansee` varchar(100) NOT NULL default '2,5,6,7',`dsl_list_dropmenu` tinyint(1) NOT NULL default '1', `dsl_ugp_en` tinyint(1) NOT NULL default '0', `dsl_ugp` varchar(100) NOT NULL,`dsl_ugp_type` tinyint(1) NOT NULL default '0',`dsl_ugp_display` tinyint(1) NOT NULL default '1',`dsl_ugp_affected` varchar(100) NOT NULL default '2',`dsl_ns_en` tinyint(1) NOT NULL default '1',`dsl_ns_sender` varchar(100) NOT NULL default '1', `dsl_ns_dn_en` tinyint(1) NOT NULL default '1',`dsl_ns_dn_rec` varchar(100) NOT NULL default '1', `dsl_ns_dt_en` tinyint(1) NOT NULL default '1')

INSERT INTO `".TABLE_PREFIX."awc_dsl_settings` (dsl_copyright) VALUES ('<br /><div align=\"center\"><a href=\"http://www.allwheelcoding.com\">Donation System</a> ? 2008 by Adam Ellis</div>')");


You have to do the INSERT or it will not load all the defaults etc. So make sure to run the CREATE table first then the insert code. Should work. All I did was remove the VB variables that grabbed URL, time format, and one other thing. So you will have to manually fill them out. Make sure to do it RIGHT away or site will error out. I put XXXXXXX where you need to fill out the variable.

If you need more info or help on this let me know

AWJunkies
06-16-2008, 05:40 PM
Your all fixed now enjoy

|Jordan|
06-16-2008, 11:12 PM
Does this mod work with paypal's IPN ? If so, how do i enable it?

AWJunkies
06-17-2008, 12:16 AM
Does this mod work with paypal's IPN ? If so, how do i enable it?

PRO uses IPN and is ALL AUTOmatic you do nothing and sit back and enjoy the money coming in.

LITE is NOT. It does have an automatic system to it but the users need to click the link back to your site to work. Otherwise you have to manually confirm the payments and it will send out everything for you and make changes.

UltraFanatics
06-17-2008, 06:19 PM
Your all fixed now enjoy

Me?

AWJunkies
06-17-2008, 11:49 PM
Me?

No it was the guy who needed the manual SQL insert. What did you need? I thought you where getting PRO so you had that feature you wanted?

dancue
06-18-2008, 05:12 AM
All we need is for this system to automatically tap into bill gates bank account and auto donate to our sites.

Is that feature offered in PRO?

AWJunkies
06-18-2008, 05:17 AM
NO but I can make that happen ahahah :) (eheheheh)

kniveswood
06-18-2008, 08:49 AM
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.

AWJunkies
06-18-2008, 05:31 PM
Donation System Awards does what you want. Except the longer time per donation amount. I will think about adding that in DSAW in next release. Few people have asked for it so I will do it. Thanks for the request.

jiffylb1
06-19-2008, 08:42 PM
after upgrading to the pro and all steps were follwoed i now get the forum page white.
I started to back track and removed everything that i had place din my forum for the donation system and that did not help.
I am now on yoryu guys mercy. The system the lite worke dthen the upgard after paying 25 and 15 messed up my hole forum..
I need help my forum is now offically down.
www.clearwaterbiker.biz

the portal is fine and the gallery and forum is down

Battle_Ring
06-19-2008, 10:53 PM
I have my goal set for 60, someone just donatred enough to put me over $60 now it says

We have received a total of $66 in donations towards our Monthly goal of $60

1

It says 1 instead of percentage reached

AWJunkies
06-20-2008, 12:49 AM
after upgrading to the pro and all steps were follwoed i now get the forum page white.
I started to back track and removed everything that i had place din my forum for the donation system and that did not help.
I am now on yoryu guys mercy. The system the lite worke dthen the upgard after paying 25 and 15 messed up my hole forum..
I need help my forum is now offically down.
www.clearwaterbiker.biz

the portal is fine and the gallery and forum is down

This was your error and we are dealing with it and this is for LITE support not PRO please remember that. You had installed Donation System LITE then installed V1 PRO software!!!!!! NOT V2 of my software. And you did not even install it correctly in FTP you had Payment System which is a V1 software long gone and you didn't load AWCoding Back-End. The Vbportal and old V1 have conflicts but V2 does not because I had to add a conditional statement for VBportal, and few other softwares. We are already fixing this issue. I cleaned out your FTP of everything LITE and V1 and randoms you had and loaded all fresh V2.0.2 stuff. But we still need to clear out plugin catch in VB to do that you know what I have to do waiting on your Email back with info. Then you will be all fine and dandy.

AWJunkies
06-20-2008, 12:54 AM
I have my goal set for 60, someone just donatred enough to put me over $60 now it says

We have received a total of $66 in donations towards our Monthly goal of $60

1

It says 1 instead of percentage reached

That is already fixed in next release I accidentally put the settings value instead of the phrase value for the print out. Because the old V1 had a settings type system for the output. Since next release is still a ways off till I finish V3 pro which is going Beta by monday. Here is fix:

LINE 398 from donationsystemlite.xml FIND:
if ($DSL['setting']['dsl_bar_thank']){$DSL['bar']['thank']=$DSL['setting']['dsl_bar_thank'].'<br />';}

REPLACE WITH:
if ($DSL['setting']['dsl_bar_thank']){$DSL['bar']['thank']=$vbphrase['dsl_bar_thank'].'<br />';}

All done :)

UaECasher
06-24-2008, 03:31 PM
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

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
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/hangout/awc_dsl.php?do=list

AWJunkies
06-25-2008, 06:22 AM
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
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:

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.datel ine),'%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.datel ine),'%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
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
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.php?do=purchase&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.

mySQL query error: INSERT INTO awc_dsl_payments (method,txn_id,userid,verify_sign,first_name,last_ name,payer_business_name,address_name,address_stre et,address_city,address_state,address_zip,address_ country,address_status,payer_email,payer_id,payer_ status,business,receiver_email,receiver_id,item_na me,item_number,quantity,invoice,notify_version,mem o,tax,option_name1,option_selection1,option_name2, option_selection2,payment_date,parent_txn_id,txn_t ype,payment_type,payment_status,pending_reason,rea son_code,mc_gross,mc_fee,mc_currency,mc_handling,m c_shipping,settle_amount,settle_currency,exchange_ rate,case_id,case_type,case_creation_date) VALUES ('Paypal','2GH31384Y66404812','268','AFcWxV21C7fd0 v3bYYYRCpSSRl31AA4qWuN2U-I53JRh4WSb291ynz4t',

','0.00','','','','',1135656831,'','web_accept','i nstant','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? :)

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
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
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
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.

mySQL query error: INSERT INTO awc_dsl_payments (method,txn_id,userid,verify_sign,first_name,last_ name,payer_business_name,address_name,address_stre et,address_city,address_state,address_zip,address_ country,address_status,payer_email,payer_id,payer_ status,business,receiver_email,receiver_id,item_na me,item_number,quantity,invoice,notify_version,mem o,tax,option_name1,option_selection1,option_name2, option_selection2,payment_date,parent_txn_id,txn_t ype,payment_type,payment_status,pending_reason,rea son_code,mc_gross,mc_fee,mc_currency,mc_handling,m c_shipping,settle_amount,settle_currency,exchange_ rate,case_id,case_type,case_creation_date) VALUES ('Paypal','2GH31384Y66404812','268','AFcWxV21C7fd0 v3bYYYRCpSSRl31AA4qWuN2U-I53JRh4WSb291ynz4t',

','0.00','','','','',1135656831,'','web_accept','i nstant','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
Your page "Purchase Pro" is redirecting still to a 404

http://www.allwheelcoding.com/awc_ps.php?do=purchase&product=DS

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

AWCoding Back-End
http://www.allwheelcoding.com/awc_ps.php?do=purchase&id=2
Donation System
http://www.allwheelcoding.com/awc_ps.php?do=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
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
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
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/awc_dsl.php?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
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
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
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
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 (http://www.allwheelcoding.com) and read about the options. :)

AWJunkies
07-20-2008, 06:45 PM
If you try lite version and like, how hard is it to update to pro afterward?

Yes it is very easy and wont loose any donations.

calumn
07-20-2008, 07:49 PM
Hey, I love the mod and am running it at www.computalk.net

The main forum is at www.computalk.net/forum.php

I was wondering how I can remove all the donation links from the top menu/navigation bit? I only want to have the donation bar in the footer that I have already and add a link in the portal, but I don't want the link in the top.

I can't find an option to remove it and I can't find it in the templates.

Elpie
07-23-2008, 06:23 AM
I had installed this on my test site and just love it. However, when I installed on the live forum I have hit an error.
In admincp, going to the settings gives me a 404 not found error.
All files were uploaded correctly (double checked) and xml installed after files were in place.
The only difference with the two forum setups is that one uses the default admincp and the live one uses a different admincp name.
Is this what is causing the 404 on /awc_dsl_admin.php?do=dsl_main ???

AWJunkies
07-23-2008, 06:51 PM
I had installed this on my test site and just love it. However, when I installed on the live forum I have hit an error.
In admincp, going to the settings gives me a 404 not found error.
All files were uploaded correctly (double checked) and xml installed after files were in place.
The only difference with the two forum setups is that one uses the default admincp and the live one uses a different admincp name.
Is this what is causing the 404 on /awc_dsl_admin.php?do=dsl_main ???

Shouldn't matter at all. Will be going over and releasing a new Version for LITE here in the next week or so maybe earlier. I finished V3 of PRO so will update LITE. Make sure you have file awc_dsl_admin.php is in the correct place in your changed name folder in FTP. Seems you may have put it in admincp but your admincp is some other name. Need to put it in that admincp folder that is set on your site.

EHSkaRMa
07-25-2008, 01:51 AM
I love this mod, and I have it on all my sites. The problem is I use custom styles and the navbar button is acting weird. I get the same results if I add it manually, or set it in the cp. Please help lol, because this is the best mod Ive ever added. I use the style graphite from extremepixels, and I attached the image. Thank you for this mod.

AWJunkies
07-25-2008, 06:12 AM
Custom styles will require changing the hook to match style. Next version of LITE it is very easy to do this. Working on it now. Should be done by monday. But may not release till Aug 1st.

You need to go to Plugin -Donation System LITE- Bar and Menu and you will see a:
// EDIT THE BELOW HOOK blah blah blah
Just edit that line below to match your style. Seems you use a different id for that style that is all you need to change.

KevinL
07-25-2008, 06:33 AM
What if you have multiple styles?

**Edit...never mind. It's way to early in the morning! haha

Thanks

EHSkaRMa
07-25-2008, 07:19 PM
Custom styles will require changing the hook to match style. Next version of LITE it is very easy to do this. Working on it now. Should be done by monday. But may not release till Aug 1st.

You need to go to Plugin -Donation System LITE- Bar and Menu and you will see a:
// EDIT THE BELOW HOOK blah blah blah
Just edit that line below to match your style. Seems you use a different id for that style that is all you need to change.

Sounds good, I can wait until then. This mod is great, so its worth it. I cant get it right no matter what I change the hook to.

AWJunkies
07-25-2008, 07:26 PM
I will have full instructions for you guys when next release is out. PRO version has already had new system since V2 we are on V3 now. FYI if you like LITE check out PRO :)

Next version of LITE:
vBAdvanced CMPS: SideBar and CenterBar (PRO feature Added to LITE)
vBExperience: Points integration (PRO feature Added to LITE)
Total code revision to V3 standards but will be called official V1 of LITE since versions have been in 0.X.0 series'.

Sym0n
07-26-2008, 10:46 AM
Hi Adam,
Can you let me know if there is a cure for my problem post 292 (https://vborg.vbsupport.ru/showpost.php?p=1567264&postcount=292) and I can't wait for V1 of LITE to roll out!

Thanks

Sy

sinisterpain
07-26-2008, 12:58 PM
Hi Adam,
Can you let me know if there is a cure for my problem post 292 (https://vborg.vbsupport.ru/showpost.php?p=1567264&postcount=292) and I can't wait for V1 of LITE to roll out!

Thanks

Sy

What are you getting in the admincp under Donation System Lite->main settings->Please select the currency symbol that corresponds with your country? Is the symbol selections showing there?

AWJunkies
07-28-2008, 04:46 AM
I am almost done with next release of LITE. It will be released on August 1st, 2008.

Sym0n
07-28-2008, 12:50 PM
What are you getting in the admincp under Donation System Lite->main settings->Please select the currency symbol that corresponds with your country? Is the symbol selections showing there?
Hi,
It's the same weird black diamond symbol with a white ? in it. The second attached file to my 292 post is a screenshot from within the ACP.

Ta

Sy

sinisterpain
07-28-2008, 09:18 PM
Try re-uploading the awc_dsl_admin.php to the admincp folder on your webserver

AWJunkies
07-29-2008, 08:33 AM
Hi,
It's the same weird black diamond symbol with a white ? in it. The second attached file to my 292 post is a screenshot from within the ACP.

Ta

Sy

You say I seemed to import the mod from VB X to Vb X? and transfer from server X to server X? Not sure the exact scenario but I would reinstall the mod after all the stuff you just did and see if that fixes.

yingzhou
07-29-2008, 10:13 AM
useful mod. Thanks!

AWJunkies
07-31-2008, 01:44 AM
Release version: 1.0.0
Release Date: 1st August 2008
CHANGED: Entire Code to V3 PRO standards (Complete Code revision)
CHANGED: No Avatar Image
CHANGED: AdminCP and entire Back-End
CHANGED: Settings Control and access
CHANGED: Transactions Control and access
ADDED: Can Edit notification messages
ADDED: Paypal Image selectable for LINK to donate
ADDED: Extra- Donation System LITE for vBExperience
ADDED: Extra- Donation System LITE for vBAdvanced CMPS
ADDED: Tons of files
ADDED: AWCoding Back-End System for LITE
CHANGED: DropMenu system
CHANGED: Donation Bar Hook System (Add a new phrase hook to match each style)
REMOVED: Tons of images
REMOVED: Payment types available
CLEANED: Up the entire code and made it faster and less load on server (if there was any to begin with)
PREPARED: Code for more software (Product System LITE, Subscription System LITE, and a lot more)
AND: SO MUCH MORE...

Thanks for the support,
Adam Ellis (AWJunkies)

PS:
Styles and hooks for DropMenu Hook:

Create a new phrase (http://www.yourdomain.com/admincp/ph...eldname=global)
A) Phrase Type = GLOBAL
B) Product = VBulletin
C) Varname = dsl_navbar_hook_X (X= the ID of the style, look at dsl_ navbar_ hook_ 1 for an example)
D) Text = Hook Data (look below for examples)

Examples:
Legend: {1}= ID for drop down menu {2}= Color for title {3}= URL link {4}= Title

Default: dsl_ navbar_ hook_ 1
<td id="{1}" class="vbmenu_control"><a style="color:{2};" href="{3}">{4}</a><script type="text/javascript"> vbmenu_register("{1}"); </script></td>

#1
<td><img src="http://forum.X.com/images/centura/misc/nav_div.gif" alt="" /></td><td id="{1}" class="h_nav"><a style="color:{2};" href="{3}">{4}</a><script type="text/javascript"> vbmenu_register("{1}"); </script></td>

#2
<td width="89" height="26" valign="top" id="{1}"><a style="color:{2};" href="{3}" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image20','','http://forum.X.com/images/ogenzen/fluid/don2.png',1)"><img src="http://forum.X.com/images/ogenzen/fluid/don1.png" alt="TORRENT" name="Image20" width="89" height="26" border="0" /></a><script type="text/javascript"> vbmenu_register("{1}",true); </script></td>

#3
<td id="{1}" width="78" height="34" class="css_nav"><a style="color:{2};" href="{3}">{4}</a><script type="text/javascript"> vbmenu_register("{1}",true); </script></td>

#4
<td id="{1}" class="nav_menu_control"><a style="color:{2};" href="{3}">{4}</a><script type="text/javascript"> vbmenu_register("{1}"); </script></td>

#5
<td id="{1}" class="navbar"><a style="color:{2};" href="{3}">{4}</a><script type="text/javascript"> vbmenu_register("{1}"); </script></td>

#6
<span id="{1}">
<a style="color:{2};" href="{3}" accesskey="5" onmouseover="document.images.donatelink.src='images/voodoo/misc/donate_over.png'" onmouseout="document.images.donatelink.src='images/voodoo/misc/donate.png'"><img src="images/voodoo/misc/donate.png" id="donatelink" alt="" /></a></span><script type="text/javascript"> vbmenu_register("{1}",true); </script>

#7
<td><img src="http://forum.X.com/images/enlighten/misc/nav_div.gif" alt="" /></td><td id="{1}" class="h_nav"><a style="color:{2};" href="{3}">{4}</a><script type="text/javascript"> vbmenu_register("{1}"); </script></td>

Mrdby
07-31-2008, 02:43 AM
so just upload the product? i see new files in here. So don't upload them?

AWJunkies
07-31-2008, 03:17 AM
Sorry when upgrading it is not an upgrade as this is a official new series so they do NOT interfere with each other. So install the new version 1.0.0 and go to adminCP>AWCoding Software LITE>Transactions>Transfer>AWCoding> DONE! Then delete previous series of LITE and all files associated with it.

Make sure transactions transferred over before deleting old version. Again this is a new series so it does not interfere and is a totally new system then the old.

Playa82
07-31-2008, 04:22 AM
thank you for the new release, will see if this version works for me

AWJunkies
07-31-2008, 04:38 AM
thank you for the new release, will see if this version works for me

I need to know right away if ANY issues for any reason arise EVER. I am a perfectionist.

Playa82
07-31-2008, 05:30 AM
I need to know right away if ANY issues for any reason arise EVER. I am a perfectionist.

That's nice. because Donation System LITE V 0.2.1 wasn't working at my site...

I still got Donation System LITE V 0.2.0 installed

AWJunkies
07-31-2008, 05:48 AM
That's nice. because Donation System LITE V 0.2.1 wasn't working at my site...

I still got Donation System LITE V 0.2.0 installed

Well this is a new series based off PRO V3 system so shouldn't have any issues at all.

Phalynx
07-31-2008, 07:16 AM
Thanks for integration into vBExperience!

AWJunkies
07-31-2008, 08:28 AM
Thanks for integration into vBExperience!

No problem :)

Diggazz
07-31-2008, 09:04 AM
I have 0.21 installed and working except the donation bar when the target is reached

However Installed new version as a seperate install as noted so I could transfer donations list and the new install produces the following error ( both donate and donations list)


Fatal error: Cannot redeclare class BASE in /var/virtual/web/w1579/html/forums/awcodinglite/functions/base.php on line 10

AWJunkies
07-31-2008, 04:08 PM
Seems you will have to turn OFF old version of LITE before install they can not be ran side by side. Will look into this right now.

Again solution is just TURN OFF previous version of LITE while your doing the transfer over.

steve1966
07-31-2008, 04:51 PM
I use the pro version but i have clicked Nomination because this is a good free system

Playa82
07-31-2008, 04:55 PM
Drop Menu

doesn't show up...

AWJunkies
07-31-2008, 05:14 PM
Drop Menu

doesn't show up...

https://vborg.vbsupport.ru/showpost.php?p=1501796&postcount=4

I will add this info to install guide and change first post and thread first post because I maxed out 20000 characters in both posts and had to go to a third post. So I will just put basic info on post and thread first post and link to install guide as the guide is over 50000 characters with all the info. So best to do that so you guys read it. Easier for me to update info as well just through a link and not always having to change manually here. So give me a bit to do this. But the answer to your question is in post #4 for custom styles.

Playa82
07-31-2008, 05:18 PM
https://vborg.vbsupport.ru/showpost.php?p=1501796&postcount=4

I will add this info to install guide and change first post and thread first post because I maxed out 20000 characters in both posts and had to go to a third post. So I will just put basic info on post and thread first post and link to install guide as the guide is over 50000 characters with all the info. So best to do that so you guys read it. Easier for me to update info as well just through a link and not always having to change manually here. So give me a bit to do this. But the answer to your question is in post #4 for custom styles.

doesnt work

AWJunkies
07-31-2008, 05:36 PM
doesnt work

Posting more info now it uses Vb3.7 hooks so you style may not have them and you will need to add them or manually add link. Doing the info for this now. Here are the hooks:

$template_hook[navbar_buttons_left]
$template_hook[navbar_buttons_right]

If you do not have this in your style header/navbar then you need to add them for style to be vb3.7 compliant or use the manual ADD code to place it where you want OR select the After FAQ and see if that works in settings. Has 4 options to hook to your navbar/header. So make sure to test them all.

Playa82
07-31-2008, 05:56 PM
installed 0.2.0 now, this one works for me. sorry, but thanks for helping

AWJunkies
07-31-2008, 06:02 PM
installed 0.2.0 now, this one works for me. sorry, but thanks for helping

I can help you install just have to hit me up. Highly do not recommend being on an earlier version and is not supported.

I can help you in a matter of 20 seconds. Just hit me up in one of the 8 ways to contact me. AIM, SKYPE, MSN, YAHOO, EMAIL, PM (here and on main site), or chatbox on main site. Etc and so on :)

Playa82
07-31-2008, 06:04 PM
^^^^ i tried it, version 0.2.1 doesnt work for me, too. its ok with 0.2.0 it works and thats good

AWJunkies
07-31-2008, 06:10 PM
^^^^ i tried it, version 0.2.1 doesnt work for me, too. its ok with 0.2.0 it works and thats good

As I said before this is a SERIES update no code is the same it is a complete code re-write revision. So V0.X.X is not the same code at ALL to V1.0.0. Again will take me 20 seconds to help you if you hit me up. But again totally up to you. If it works it works and your happy that is all that matters.

Playa82
07-31-2008, 06:11 PM
If it works it works and your happy that is all that matters.

yep, that's true

AWJunkies
07-31-2008, 06:16 PM
CUSTOM STYLES
Styles and hooks for DropMenu Module:

Create a new phrase (http://www.yourdomain.com/admincp/ph...eldname=global)
A) Phrase Type = GLOBAL
B) Product = VBulletin
C) Varname = dsl_navbar_hook_X (X= the ID of the style, look at dsl_ navbar_ hook_ 1 for an example)
D) Text = Hook Data (look below for examples)

Examples:
Legend: {1}= ID for drop down menu {2}= Color for title {3}= URL link {4}= Title

Default: dsl_ navbar_ hook_ 1:
<td id="{1}" class="vbmenu_control"><a style="color:{2};" href="{3}">{4}</a><script type="text/javascript"> vbmenu_register("{1}"); </script></td>

#1:
<td><img src="http://forum.X.com/images/centura/misc/nav_div.gif" alt="" /></td><td id="{1}" class="h_nav"><a style="color:{2};" href="{3}">{4}</a><script type="text/javascript"> vbmenu_register("{1}"); </script></td>

#2:
<td width="89" height="26" valign="top" id="{1}"><a style="color:{2};" href="{3}" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image20','','http://forum.X.com/images/ogenzen/fluid/don2.png',1)"><img src="http://forum.X.com/images/ogenzen/fluid/don1.png" alt="TORRENT" name="Image20" width="89" height="26" border="0" /></a><script type="text/javascript"> vbmenu_register("{1}",true); </script></td>

#3:
<td id="{1}" width="78" height="34" class="css_nav"><a style="color:{2};" href="{3}">{4}</a><script type="text/javascript"> vbmenu_register("{1}",true); </script></td>

#4:
<td id="{1}" class="nav_menu_control"><a style="color:{2};" href="{3}">{4}</a><script type="text/javascript"> vbmenu_register("{1}"); </script></td>

#5:
<td id="{1}" class="navbar"><a style="color:{2};" href="{3}">{4}</a><script type="text/javascript"> vbmenu_register("{1}"); </script></td>

#6:
<span id="{1}"><a style="color:{2};" href="{3}" accesskey="5" onmouseover="document.images.donatelink.src='images/voodoo/misc/donate_over.png'" onmouseout="document.images.donatelink.src='images/voodoo/misc/donate.png'"><img src="images/voodoo/misc/donate.png" id="donatelink" alt="" /></a></span><script type="text/javascript"> vbmenu_register("{1}",true); </script>

#7:
<td><img src="http://forum.X.com/images/enlighten/misc/nav_div.gif" alt="" /></td><td id="{1}" class="h_nav"><a style="color:{2};" href="{3}">{4}</a><script type="text/javascript"> vbmenu_register("{1}"); </script></td>

The system uses default VB 3.7.x hooks in header/navbar named: $template_hook[navbar_buttons_left] and $template_hook[navbar_buttons_right]. If you do not have these hooks in header/navbar add them OR manually place:
{$AWCL['dropmenu']['header']} where you would like it to display.

Upgrading
Load Software then transfer donations from OLD version to NEW then delete old software. So install the new version 1.0.0 and go to adminCP>AWCoding Software LITE>Transactions>Transfer>AWCoding> DONE! Then delete previous series of LITE and all files associated with it.

Make sure transactions transferred over before deleting old version. Again this is a new series so it does not interfere and is a totally new system then the old.

Mrdby
07-31-2008, 06:18 PM
Sorry when upgrading it is not an upgrade as this is a official new series so they do NOT interfere with each other. So install the new version 1.0.0 and go to adminCP>AWCoding Software LITE>Transactions>Transfer>AWCoding> DONE! Then delete previous series of LITE and all files associated with it.

Make sure transactions transferred over before deleting old version. Again this is a new series so it does not interfere and is a totally new system then the old.

im lost sir... still upload the other files right?

AWJunkies
07-31-2008, 06:22 PM
im lost sir... still upload the other files right?

https://vborg.vbsupport.ru/showpost.php?p=1501763&postcount=2

Basically turn OFF current version of LITE previous V1.0.0 (Do not delete yet just turn OFF)
Install all the new files from V1.0.0 FTP to server
Install Product V1.0.0 and any extras you want in extras folder
Transfer donations from previous V1.0.0 (instructions in install guide, the above link, or post #2)
Then delete old version of LITE previous V1.0.0 and go through all settings and if you have a custom style follow the above link, or post #2, or install guide with instructions on this.

Mrdby
07-31-2008, 06:39 PM
ekkk i messed up.. lol i already uninstalled the previous.. but i'm a little confused on the new phrase. Do we have to do this??

CUSTOM STYLES
Styles and hooks for DropMenu Module:

Create a new phrase (http://www.yourdomain.com/admincp/ph...eldname=global)
A) Phrase Type = GLOBAL
B) Product = VBulletin
C) Varname = dsl_navbar_hook_X (X= the ID of the style, look at dsl_ navbar_ hook_ 1 for an example)
D) Text = Hook Data (look below for examples)

AWJunkies
07-31-2008, 06:41 PM
ekkk i messed up.. lol i already uninstalled the previous.. but i'm a little confused on the new phrase. Do we have to do this??

CUSTOM STYLES
Styles and hooks for DropMenu Module:

Create a new phrase (http://www.yourdomain.com/admincp/ph...eldname=global)
A) Phrase Type = GLOBAL
B) Product = VBulletin
C) Varname = dsl_navbar_hook_X (X= the ID of the style, look at dsl_ navbar_ hook_ 1 for an example)
D) Text = Hook Data (look below for examples)

Only if you have custom styles. As it is impossible to code for all styles. If you have default style then you don't need to do this UNLESS you default style is not style ID#1.

Hit me up in any messenger system and I can help you directly. Only takes a matter of seconds for me to help so may be easier then playing post back.

Mrdby
07-31-2008, 06:41 PM
Get on aol man and help me..lol you helped me before..I might just buy pro today io you help me.lol

AWJunkies
07-31-2008, 06:44 PM
Get on aol man and help me..lol you helped me before..I might just buy pro today io you help me.lol

I am always on 20 hours a day :)

Mrdby
07-31-2008, 06:46 PM
you aren't now..lol

AWJunkies
07-31-2008, 07:15 PM
I sure am also where did you go?

Mrdby
07-31-2008, 08:42 PM
sorry..i'm about to hit you on AIM.

Mrdby
08-01-2008, 12:41 AM
thanks

Diggazz
08-01-2008, 10:12 AM
Thanks that worked

AWJunkies
08-01-2008, 02:24 PM
No problem enjoy!

burntire
08-01-2008, 09:30 PM
Disregard.

Got it working.

Sym0n
08-02-2008, 02:58 PM
Try re-uploading the awc_dsl_admin.php to the admincp folder on your webserver

You say I seemed to import the mod from VB X to Vb X? and transfer from server X to server X? Not sure the exact scenario but I would reinstall the mod after all the stuff you just did and see if that fixes.

Basically my host moved us servers and I had to import my database on to the new server as they made a hash of it and lost me three days of data. After doing so all the pound symbols ? and copyright ? started appearing as the weird black diamond with the white ?. I've managed to sort it for all future posts but previous ones are still showing it. Thought it was limited to posts only but it looks like it's happened to your product too. :(

Anyway I thought I'd give deleting it all and re-installing from fresh with v1, but sadly the diamonds are still appearing. :(

And I've also run into another problem where as I can't get the Donate link to show on my custom style, and I'll be honest that I don't understand the instructions on how to fix it. Think I know lol.

Anywho with the v0.2.1 you made some changes to the style for me and gave me the following code.

$vbulletin->templatecache['header']=str_replace('vbphrase[faq]</a>','vbphrase[faq]</a>$dsl_link_menu2',$vbulletin->templatecache['header']);
SAVE IT
that is your hook
$dsl_link_menu2='<a id="navbar_dsl" href="'.$DSL['setting']['dsl_home'].'awc_dsl.php?do=donation">'.$vbphrase['dsl_navbar'].'</a><script type="text/javascript"> vbmenu_register("navbar_dsl",true);</script>';

Any chance of an idiots guide?

Ta

Sy

AWJunkies
08-02-2008, 06:11 PM
Hit me up I will do it for you :)
$dsl_link_menu2 = the hook I made for you previously and hook location the above thing. I will do it all for you hit me up again :) Also need to check char set in your mysql and so on. Will get you all sorted out just need to hit me up always here.

Mrdby
08-03-2008, 12:44 AM
how many have the pro version?

anuanu
08-03-2008, 08:44 AM
So i tried to get this on the navbar like it was before but i believe i didnt wrong or somthing...So ill let you know what i did and you can let me know what i did wrong


1. Installed mod set all settings to my liking. Noticed wasnt on navbar. Came back here look at some threads. So i that thing you said about the phrase.

2. Created new Phares with the following:
Phrase type=Global
Product=vBulletin
Varname = dsl_navbar_hook_12
Text= <td id="12" class="nav_menu_control"><a style="color:Green;" href="www.oonclan.com">test title</a><script type="text/javascript"> vbmenu_register("12"); </script></td>



3. Refreshed, still dont see it on my navbar. This is were you step in and tell me im an idiot and fix my problem :)

GoTTi
08-03-2008, 02:41 PM
ok i did the upgrade. i uploaded the files and imported with overwrite, and it just made a duplicate install of the mod, didnt upgrade so i had to remove both mods and reinstall it fresh. is it suppose to do that?

AWJunkies
08-03-2008, 07:24 PM
So i tried to get this on the navbar like it was before but i believe i didnt wrong or somthing...So ill let you know what i did and you can let me know what i did wrong


1. Installed mod set all settings to my liking. Noticed wasnt on navbar. Came back here look at some threads. So i that thing you said about the phrase.

2. Created new Phares with the following:
Phrase type=Global
Product=vBulletin
Varname = dsl_navbar_hook_12
Text= <td id="12" class="nav_menu_control"><a style="color:Green;" href="www.oonclan.com">test title</a><script type="text/javascript"> vbmenu_register("12"); </script></td>



3. Refreshed, still dont see it on my navbar. This is were you step in and tell me im an idiot and fix my problem :)

:) you dont fill IN the {1} etc with info it is auto populated by the software. Need to remove 12 and put {1} and remove Green and put {2} etc. Follow the examples to the T. Other then that seems fine.

AWJunkies
08-03-2008, 07:25 PM
ok i did the upgrade. i uploaded the files and imported with overwrite, and it just made a duplicate install of the mod, didnt upgrade so i had to remove both mods and reinstall it fresh. is it suppose to do that?

Stated many times this is a series upgrade not a version upgrade so it is a completely new software. Treat old versions as if you have CYB or 3.5mod on and loading mine and transferring donations from the old mod to new. Think of it like that :) Upgrade instructions are in install guide as well as on page #2 of this thread.

Mrdby
08-03-2008, 08:11 PM
will upgrade to pro next week. :)

Binoy
08-04-2008, 05:17 AM
hi i just instaleld this hack.. everything is working fine except for the donation drop down in navbar..

it is working very well in default skin, but not working in another skin which I have installed.

please help

AWJunkies
08-04-2008, 06:21 AM
hi i just instaleld this hack.. everything is working fine except for the donation drop down in navbar..

it is working very well in default skin, but not working in another skin which I have installed.

please help

https://vborg.vbsupport.ru/showpost.php?p=1501763&postcount=2

:)

anuanu
08-04-2008, 06:49 AM
:) you dont fill IN the {1} etc with info it is auto populated by the software. Need to remove 12 and put {1} and remove Green and put {2} etc. Follow the examples to the T. Other then that seems fine.


ok so i put it back to how you said...however when i refresh I still dont see it on the navbar. Maybe im doing something else wrong?

AWJunkies
08-04-2008, 08:10 AM
hit me up on a messenger and I can help you. Make sure to read ENTIRE post #2. You may not have 3.7 hooks in which you will need to change your hooks to after faq or manually add where you want it to show.

anuanu
08-04-2008, 04:58 PM
I would love to contact you however that would be very hard for me to do as im in another country right now were all i get is WiFi and at best its a 15kbps connection. However i am willing to do what ever you tell me :P

Mrdby
08-04-2008, 06:14 PM
it's time..lol where you at? I'm ready to buy pro.

AWJunkies
08-04-2008, 06:57 PM
it's time..lol where you at? I'm ready to buy pro.

Anytime today go to site.

AWJunkies
08-04-2008, 06:58 PM
I would love to contact you however that would be very hard for me to do as im in another country right now were all i get is WiFi and at best its a 15kbps connection. However i am willing to do what ever you tell me :P

I am usually on 20 hours a day so hit me up in any of my messengers doesn't matter the time.

anuanu
08-05-2008, 03:45 AM
Thanks AWjunkie you fixed my problem, I would gladly let you all know what he did but i dont even know lol

It was something about missing hooks :P

EDIT: yea read through the PRo version and i think im going to get it. The only thing that will change my mind at this point is if its price is to high :P

AWJunkies
08-05-2008, 08:16 AM
Thanks AWjunkie you fixed my problem, I would gladly let you all know what he did but i dont even know lol

It was something about missing hooks :P


EDIT: yea read through the PRo version and i think im going to get it. The only thing that will change my mind at this point is if its price is to high :P

NP your style did not have the 3.7 hooks which is not a big deal like the instructions say. Add them yourself OR select After FAQ in the selector on location to add dropmenu OR OR you can just add the variable manually like instructions say on post#2 and in install guide.

Thanks for purchasing PRO as well :)

Mrdby
08-05-2008, 09:50 AM
log on aol sir

AWJunkies
08-06-2008, 05:55 AM
log on aol sir

Glad to have helped you. Let me know if you need anymore help

AWJunkies
08-07-2008, 01:38 AM
Don't forget to click INSTALL guys.

Parabellum
08-09-2008, 11:18 PM
What would be the Portal Output Global Variable so that the "Donate" link can be shown on the main portal page? Right now it only shows on the forum.

Thanks for this great mod! :)

AWJunkies
08-10-2008, 02:13 AM
What would be the Portal Output Global Variable so that the "Donate" link can be shown on the main portal page? Right now it only shows on the forum.

Thanks for this great mod! :)

Just install the Extra software for vBAdvanced CMPS and it will auto add them for you. If you want to manually do it:
AWCL

EvilJohn
08-10-2008, 04:09 AM
I thought about adding this mod. But after looking at. I thought no it would be a waste of my time. I knew I needed the pro version ASAP. I skipped the freebie and went with the pro version. I am so happy with this mod and coder. Support is excellent. Trust me I know. I screwed up my forums by installing a pro upgrade wrong. I am talking about messing my forums up big time. LOL Adam was Jonny on the spot to help me fix it. I am not talking about posting what to do. I am talking about hands on help. He is always ready to help you.

I used to manually move users to different user groups based on their donation level. No more its all done automatically. I used to have to move them back down in user groups with no donation in a year. No more its all done automatically

I am telling you the pro version is found gold, awesome, rocks, simple to use, frees you up to do other things. I used to have to post when funds were low in our account to drum up donations. No more.

This month I set one goal module for VBblog software $60.00 on Aug 1st, and 2nd goal for $100.00 Web site and server costs. Both goals were reached by Aug. 5th. Today on Aug. 9th my website and server costs goal is doubled what is needed. Take out the $25.00 dollars someone donated in my name. Thats still 225.08 in 9 days. :P One of the donations was a created subscription. Don't waste your time with a freebie. Get on board For The Win.

Thank you so much for your hard work Adam. I look forward to the new pro V3 upgrade.

Edit: Check my goals out here http://evilrtcw2.com/forums/index.php?

Simon Lloyd
08-10-2008, 03:40 PM
I'd like to install this, i have the mod by Cybernetec which seems fine but i wanted a button in the space next to where it says welcome....you last visited...does yours do that?

I haven't launched my forum yet as i have no idea what i'm doing i have no html or php experience, how would i remove Cyb's mod in favour of yours?

Be gentle ;)

Regards,
Simon

AWJunkies
08-10-2008, 07:15 PM
I'd like to install this, i have the mod by Cybernetec which seems fine but i wanted a button in the space next to where it says welcome....you last visited...does yours do that?

I haven't launched my forum yet as i have no idea what i'm doing i have no html or php experience, how would i remove Cyb's mod in favour of yours?

Be gentle ;)

Regards,
Simon

Please provide pictures of what you mean near last visits etc everyones style is different and need to know exactly what you mean. So do a snapshot and show me what you mean.

Now to transfer from CYB it is very easy. My software does not interfear with his at all. So you can be running both at same time while you transfer over and test them both side by side. Now if you have donations within CYB that you want to transfer to my software all you do is: AdminCP>AWCoding Software LITE>Transactions>Transfer>Select CYB and done !!!

Then you can delete CYB whenever you want or disable it.

sinistergaming
08-10-2008, 07:19 PM
im getting this database error when trying to import the xml product.

Database error in vBulletin 3.7.2:

Invalid SQL:
INSERT INTO `vbphrasetype` VALUES('awclsettings', 'AWCoding Settings LITE', 3, '', 0);

MySQL Error : Column count doesn't match value count at row 1
Error Number : 1136
Request Date : Sunday, August 10th 2008 @ 04:06:03 PM
Error Date : Sunday, August 10th 2008 @ 04:06:03 PM
Script : http://sinistergaming.com/admincp/plugin.php?do=productimport
Referrer : http://sinistergaming.com/admincp/plugin.php?do=productadd

Simon Lloyd
08-10-2008, 08:00 PM
Hi, thanks for the response, your write up seems to do everything that Cyber's does and i really want that donate button in the navbar (picture attached), i haven't opened my site to the public yet as i am still trying to get things as i want but i have zero experience with html and php.

Regards,
SImon
btw version 3.7.2 pl1

AWJunkies
08-11-2008, 03:01 AM
im getting this database error when trying to import the xml product.

What version VB seems you have 3.5 is this correct???

AWJunkies
08-11-2008, 03:03 AM
Hi, thanks for the response, your write up seems to do everything that Cyber's does and i really want that donate button in the navbar (picture attached), i haven't opened my site to the public yet as i am still trying to get things as i want but i have zero experience with html and php.

Regards,
SImon
btw version 3.7.2 pl1

Mine does a lot more then his and PRO does 10x more :/ You can't even compare them. One is a hack/mod and one is software. You seem to be talking about a donation bar/goals module. Yes mine has it and has images you can select or customize the link to image you want.

Simon Lloyd
08-11-2008, 04:52 AM
Mine does a lot more then his and PRO does 10x more :/ You can't even compare them. One is a hack/mod and one is software. You seem to be talking about a donation bar/goals module. Yes mine has it and has images you can select or customize the link to image you want.
Great thanks for taking the time to reply, i will upload it later today (takes me that long 'cos i'm a little old and a little dim!) and post back, can you let me know the cost of the pro? because if its within my pocket i'll buy and upload that rather than the hack!

Regards,
SImon

AWJunkies
08-11-2008, 06:34 AM
Great thanks for taking the time to reply, i will upload it later today (takes me that long 'cos i'm a little old and a little dim!) and post back, can you let me know the cost of the pro? because if its within my pocket i'll buy and upload that rather than the hack!

Regards,
SImon

Can't talk about PRO on vB so go to my site and you can find out more. www.allwheelcoding.com Ask me any questions in chatbox or contact me through 5 different messaging systems or PM etc and so on. On the internet 20 hours a day and pride myself on customer service.

Simon Lloyd
08-11-2008, 09:14 AM
Can't talk about PRO on vB so go to my site and you can find out more. www.allwheelcoding.com Ask me any questions in chatbox or contact me through 5 different messaging systems or PM etc and so on. On the internet 20 hours a day and pride myself on customer service.Wow! will do!

Mrdby
08-11-2008, 09:22 AM
I Suggest You Guys Get Pro!!!!! It's Great!!!!

txsbmw
08-11-2008, 01:33 PM
Just upgraded to the 1.0.0 version, transfered all donations, but I have 2 problems, when you click on donate I get this:

Fatal error: Cannot redeclare class BASE in /home/usmchan/public_html/portal/hangout/awcodinglite/functions/base.php on line 10

And on the donation bar I have:

We have received a total of URRENCYSYMBOL%DONATIONTOTALn donations towards our yearly goal of URRENCYSYMBOL%GOAL

What did I miss or do wrong?

AWJunkies
08-11-2008, 09:44 PM
Just upgraded to the 1.0.0 version, transfered all donations, but I have 2 problems, when you click on donate I get this:



And on the donation bar I have:



What did I miss or do wrong?

Answer #1
That is because you still have OLD version non V1.0.0 ACTIVE and still installed. You need to DELETE old version OR deactivate it.

Answer #2
Same thing as above that donation bar is OLD version not V1.0.0 as those %currency% etc are old version new version is {1} etc so that is not the latest version 1.0.0

If you have already deleted old version please re-upload the XML as upgrade and you will be fine.

txsbmw
08-11-2008, 10:15 PM
Ok I uninstalled the old one and it took care of problem #1. But not the problem with the donation bar, so I re uploaded the XML and still no such luck, still get:

We have received a total of URRENCYSYMBOL%DONATIONTOTALn donations towards our yearly goal of URRENCYSYMBOL%GOAL

sinisterpain
08-11-2008, 10:40 PM
Ok I uninstalled the old one and it took care of problem #1. But not the problem with the donation bar, so I re uploaded the XML and still no such luck, still get:

Did you completely remove the old version?
Seems like its still using old version
You should now have a template called awcl_dsl_bar which outputs the bar for the new version 1.0.0

AWJunkies
08-11-2008, 11:11 PM
Ok I uninstalled the old one and it took care of problem #1. But not the problem with the donation bar, so I re uploaded the XML and still no such luck, still get:

Can't be possible. Here is the phrase in V1.0.0:
<phrase name="dsl_bar_recieved" date="1207100009" username="AWJunkies" version="1.0.0"><![CDATA[We have received a total of {1}{2} in donations towards our goal of {1}{3}]]></phrase>

When you uninstall old version that phrase in old version which you are seeing should be gone and removed. If you re-upload product 1.0.0 to make sure it has clean correct phrase above then you should not have any issues. Search for the above phrase: dsl_bar_recieved

And see if you have two instances of it. If so delete old version.

txsbmw
08-12-2008, 03:48 AM
Ok I searched, and there was only one instance of it. But it in the translation box it had what I was seeing on the donation bar, so I erased it and saved it and now it is displaying correctly.

AWJunkies
08-12-2008, 04:14 AM
Ok I searched, and there was only one instance of it. But it in the translation box it had what I was seeing on the donation bar, so I erased it and saved it and now it is displaying correctly.

Weird did you ever customize that? NO idea must have been a saved thing from your OLD LITE where you edited it manually? Well glad it is all Aok now.

txsbmw
08-12-2008, 12:28 PM
Not that I remember, but I may have, lol.

Sym0n
08-14-2008, 07:34 PM
Adam,
I'm trying to get the navbar link sorted, so not to bother you as I know you're extremely busy at the minute, but I'm getting no where lol.

The author of the Clean Blue template (HaYLaZ) has had a go (https://vborg.vbsupport.ru/showpost.php?p=1598570&postcount=323) at making the link for me and a couple of others using her script and your addon but it's not working, at least for me no one else has posted yet.

The coding she has given to place in the header template file is as below:
<a id="navbar_dsl" href="$show[nojs_link]#navbar_dsl">Donation</a><script type="text/javascript"> vbmenu_register("navbar_dsl"); </script>It's placing the Donate link on the navbar and showing the js dropdown arrow next to it, but the link itself does nothing.

I've tried, as directed in your instructions, a custom hook as below:
<a id="{1}" href="${3}">{4}</a><script type="text/javascript"> vbmenu_register("{1}"); </script>And added this to the header file where I want the link to appear, as the left and right button hooks aren't built into the template and when I added them it went horribly wrong lol:
{$AWCL['dropmenu']['header']}But nothing appears.

Please tell me where I'm going wrong...before I go insane lol. For now I'm even happy to live with the weird black diamond with a white ? character instead of a ? symbol if I can just get this back on the navbar PMSL.

AWJunkies
08-15-2008, 01:17 AM
Was it you I just helped in MSN then Yahoo? Your all straight now? Or still need help. Confused cause there are two symons hitting me up :). I think I helped the other one just now. Hit me up PLEASE. I am never to busy for you guys. Just working on next update for PRO lots of new stuff being added. Will be done before monday. But hit me up will help you. AIM, YAHOO, MSN, SKYPE etc and so on.

Sym0n
08-15-2008, 05:42 AM
Another Sym0n? How dare them! I'll sue for copyright infringement lol.

Nope wasn't me. I'll check over on your site later on, as it's nearly midnight where you are, about 10ish PST. I've got you on MSN as well so I'll keep an eye out for you on there too.

Thanks again.

Sy

AWJunkies
08-15-2008, 06:31 AM
I am PST and up till 2-5am every night. be up till 3ish tonight.

pnosko31
08-15-2008, 07:02 AM
nice script :) I'd purchase the pro but apparantly i have to purchase another script with it that cost double what the pro version costs :(

Simon Lloyd
08-15-2008, 07:42 AM
Was it you I just helped in MSN then Yahoo? Your all straight now? Or still need help. Confused cause there are two symons hitting me up :). I think I helped the other one just now. Hit me up PLEASE. I am never to busy for you guys. Just working on next update for PRO lots of new stuff being added. Will be done before monday. But hit me up will help you. AIM, YAHOO, MSN, SKYPE etc and so on.Yep i'll vouch for that!, great plugin and more to the point great guy!!! AWJunkies has been fantastic in customer support even sorting out the stupid things i did (or didn't do!).

They get a big thumbs up from me, i purchased the Pro version, its brilliant and very flexible, well worth the money, i will be looking forward to more from this coder!

Regards,
The OTHER Simon!

AWJunkies
08-15-2008, 07:59 AM
nice script :) I'd purchase the pro but apparantly i have to purchase another script with it that cost double what the pro version costs :(

I can't discus PRO here but hit me up on my site for more info and explanation.

PM/Email/Chatbox/AIM/Yahoo/MSN/Skype

AWJunkies
08-15-2008, 08:00 AM
Yep i'll vouch for that!, great plugin and more to the point great guy!!! AWJunkies has been fantastic in customer support even sorting out the stupid things i did (or didn't do!).

They get a big thumbs up from me, i purchased the Pro version, its brilliant and very flexible, well worth the money, i will be looking forward to more from this coder!

Regards,
The OTHER Simon!

Thanks buddy!

If ANYONE has questions about any of my software I am very easy to get a hold of. On computer 20 hours a day just hit me up.

Mrdby
08-16-2008, 09:35 PM
OMG!!!!!!!!!!!!!!!!! PRO IS THE BEST!!!!!!! OMG!!! I urge all of you to get the pro verison!! You won't regret it..lol Thanks AWJUNKIES!!! Best customer service ever!!! I want to make this mod of the month!! So people please support this and get the pro version! *walks out*

AWJunkies
08-17-2008, 02:09 AM
:) Thanks buddy enjoy that new Features Update I just released today! I will be finishing up Subscription System LITE and PRO here in the coming weeks so stay tuned.

P.Jackson
08-17-2008, 09:59 AM
was looking at getting the pro version , but do i also need to purchase the awj backend?

gbox master
08-17-2008, 11:30 AM
:) Thanks buddy enjoy that new Features Update I just released today! I will be finishing up Subscription System LITE and PRO here in the coming weeks so stay tuned.

thnx m8 for the system
and good job that i see support for this mod

sinisterpain
08-17-2008, 05:05 PM
was looking at getting the pro version , but do i also need to purchase the awj backend?
Please post this question here. (http://www.allwheelcoding.com)
Can not discuss it here per vb rules.

AWJunkies
08-18-2008, 12:48 AM
was looking at getting the pro version , but do i also need to purchase the awj backend?

Yeah please hit me up in chatbox, aim, yahoo, msn, skype, email, pm :)

tekguru
08-18-2008, 08:28 AM
New Pro update to the system installed here and working perfectly, this Mod continues to amaze!

AWJunkies
08-18-2008, 09:36 AM
New Pro update to the system installed here and working perfectly, this Mod continues to amaze!

Don't forget to download V1.0.0 LITE and click install to support

Sym0n
08-18-2008, 10:04 AM
I would just like to take this opportunity to publicly thank Adam for the work he has just put in on the site I Admin. Even though it was about 2am in the morning, his time, he has just slaved away sorting out the navbar issue for me, due to the non compliant style the site uses. And has just gone to bed now at 4am!

And this is for the LITE version! I'm truely astounded by the level of commitment he has and the customer service he gives. And because of this I'll be forcing the site owner to go to PRO ASAP.

Thank you again Adam.

Sy

AWJunkies
08-18-2008, 06:24 PM
I would just like to take this opportunity to publicly thank Adam for the work he has just put in on the site I Admin. Even though it was about 2am in the morning, his time, he has just slaved away sorting out the navbar issue for me, due to the non compliant style the site uses. And has just gone to bed now at 4am!

And this is for the LITE version! I'm truely astounded by the level of commitment he has and the customer service he gives. And because of this I'll be forcing the site owner to go to PRO ASAP.

Thank you again Adam.

Sy

Thank you very much for that message. Makes all this worth wild.

DigitALL2
08-18-2008, 11:11 PM
I have successfully installed this hack and I am very happy with it on the forum page.
I followed the instructions to display it on vBA CMPS and after uploading the modules and trying to import the plugin product as instructed, I get the following error:
"The following dependencies were not met:
The product adv_cmps must be installed before this product may be installed. (Compatible starting with 3.0.0)"

Currently I have installed the CMPS version 3.01

I have no clue what to do... Please help.

AWJunkies
08-19-2008, 12:58 AM
it is telling you you don't have it installed. vBadvanced CMPS 3.0.1 is latest and link is here (must be registered to download):

http://www.vbadvanced.com/products.php?do=productinfo&productid=4

If you for SURE have it installed go to the XML and delete out the dependency line code in it. Not recommended as something seems to be fishy.

DigitALL2
08-19-2008, 01:53 AM
It was installed one month ago by vbadvanced guys, the latest version 3.0.1
I will send you a PM with the link from my forum and see for yourself.
Please help me out. Any settings I should look into vBA?

DigitALL2
08-19-2008, 03:40 AM
I got to say this: The guys from vbadvanced.com installed the CMPS for me and for some reason I could not add this module to CMPS/front page.
AWJunkies helped me live, fixed the screw up from vbadvance (incomplete installation) and made it all work!

I have read it in this thread before that the support is awesome but I couldn't imagine that is sooooooooo awesome and fast!!!! :up::up:

Thank you again AW! :)

Vinyljunky
08-19-2008, 04:14 PM
I got to say this: The guys from vbadvanced.com installed the CMPS for me and for some reason I could not add this module to CMPS/front page.
AWJunkies helped me live, fixed the screw up from vbadvance (incomplete installation) and made it all work!

I have read it in this thread before that the support is awesome but I couldn't imagine that is sooooooooo awesome and fast!!!! :up::up:

Thank you again AW! :)


I agree that the support is awesome, infact its the best that I have come across!

I highly recomend the Pro version of this software :up: It just keeps getting better and better as the author listens to what features and improvements we want :D

Thanks to this my donations have really increased.

Why am I saying all this? Well I believe good coders with great ideas should be applauded.


VinylJunky

AWJunkies
08-19-2008, 07:56 PM
WOW thanks guys for the support! Only going to get better keep the suggestions coming. Integrating live ticker for donations as well as raffle system soon.

EvilJohn
08-20-2008, 03:31 AM
WOW thanks guys for the support! Only going to get better keep the suggestions coming. Integrating live ticker for donations as well as raffle system soon.


Hmm, great ideas. This sounds very interesting. :)

Bravo
08-20-2008, 03:57 AM
Best donation script ever, works smoothly.

Keep up the good work :)

Nominated***

billt928
08-20-2008, 10:26 PM
I highly recomend this software, Adams support is top notch. his pro version has done wonders for my sites income. He has worked with me to resolve issues and added processing gateways like authorize.net when I asked about it.

Its a small investment for a huge return and fantastic support, its a big step up from the lite version.

Http://www.slkworld.com

Vinyljunky
08-21-2008, 02:04 PM
I highly recomend this software, Adams support is top notch. his pro version has done wonders for my sites income. He has worked with me to resolve issues and added processing gateways like authorize.net when I asked about it.

Its a small investment for a huge return and fantastic support, its a big step up from the lite version.

I whole heartedly agree :up:

If you are reading this considering should I install Lite then the answer is YES

If you have installed Lite then you will love the Pro version :) Its well worth the small investment.

Magnumutz
08-24-2008, 06:19 PM
I've installed this mod and i get the following error:
Warning: array_merge() [function.array-merge (http://gboxforum.com/forum/function.array-merge)]: Argument #1 is not an array in [path]/includes/vba_cmps_include_template.php on line 19

Warning: array_merge() [function.array-merge (http://gboxforum.com/forum/function.array-merge)]: Argument #1 is not an array in [path]/includes/vba_cmps_include_template.php on line 42

Warning: Invalid argument supplied for foreach() in [path]/includes/init.php(293) : eval()'d code on line 68

Warning: array_merge() [function.array-merge (http://gboxforum.com/forum/function.array-merge)]: Argument #1 is not an array in [path]/includes/vba_cmps_include_top.php on line 609

Warning: array_merge() [function.array-merge (http://gboxforum.com/forum/function.array-merge)]: Argument #2 is not an array in [path]/includes/vba_cmps_include_top.php on line 609
Can anyone help?

AWJunkies
08-24-2008, 08:14 PM
I've installed this mod and i get the following error:

Can anyone help?

I don't see your site even having CMPS?? Please send me links etc. As this is something else causing this error. Make sure you on latest CMPS 3.0.1 from there site. I also do not even see my mod on your site either so please advice the URL to which you installed cause the one in signature doesn't have it.

Chewy954
08-27-2008, 12:06 AM
for some reason, the images won't show for me.. I use lighttpd. Any ideas?

pnosko31
08-27-2008, 12:15 AM
I found your site but get page not found where the image should have been

DieselMinded
08-27-2008, 12:43 AM
Running Newest Paid Version

KUDOS !!!!!!

Love it Thanks Adam !!

Support is #1 !!!!!!

billt928
08-27-2008, 01:53 AM
fantastic job on the new pro release

Thanks for all the hard work Adam

AWJunkies
08-27-2008, 04:26 AM
for some reason, the images won't show for me.. I use lighttpd. Any ideas?

Need to be a lot more specific what images?

AWJunkies
08-27-2008, 04:27 AM
I found your site but get page not found where the image should have been

What image?? Please explain so I can help you.

Vinyljunky
08-27-2008, 12:21 PM
I found your site but get page not found where the image should have been

Everything works perfectly for me :) :up:

Chewy954
08-27-2008, 09:18 PM
Need to be a lot more specific what images?

all of them :/. And when you click submit it just loops.

AWJunkies
08-28-2008, 06:38 AM
all of them :/. And when you click submit it just loops.

What images??? Again no idea what images your talking about as the software has many for instance in bar section and on donation page and on list page. So you have to give me a link and example of what your talking about.

ProAzn
08-28-2008, 12:30 PM
We installed this mod but whenever we get a donation, the donor list, donation bar, total amount, percentage of goal received, doesn't update automatically. I have to go into admin cp and add it manually. PITA. Is there an error/setting I didn't do or is it supposed to be this way in LITE version? It seems to be a pain if one gets many donations. Sorry didn't go through all the pages in this thread; just too many to shift through.

Feedback please... thx.

AWJunkies
08-28-2008, 06:14 PM
We installed this mod but whenever we get a donation, the donor list, donation bar, total amount, percentage of goal received, doesn't update automatically. I have to go into admin cp and add it manually. PITA. Is there an error/setting I didn't do or is it supposed to be this way in LITE version? It seems to be a pain if one gets many donations. Sorry didn't go through all the pages in this thread; just too many to shift through.

Feedback please... thx.

LITE will auto add payment UNCONFIRMED to table and in adminCP. You then have to manually confirm it by selecting confirm in drop down list in find payments. OR OR the user has to click on the link back to your site after a payment and it will auto confirm then. But if you have in your paypal settings to auto return to a URL after X time then the link will not be present I assume that is what you have. Turn that setting off in paypal and all will be fine. PRO is all fully automatic for ALL payment methods: PayPal, AlertPay, Google, Authorize.net, MoneyBookers, E-Gold, to name a few.

GoTTi
08-29-2008, 05:12 PM
some reason this isnt working.

when we click the donation button and goto awcl_dsl.php?do=donation page, and i click the checkout button, it just reloads the page.

on the bottom left of the browser, using IE, there is a warning icon, and that says there is a error on line 333, and when viewing the source, that line reads:
<script language="Javascript" type="text/javascript">var clicked=0; var benefits=1; var verify=1; var pp_test=0; var home='http://www.SITE.com/forums/'; var min_alert='Sorry, the minimum amount accepted is 5.00.00 USD'; var min_amount=5.00.00; var name='Donation to Support ToKeUp Online Drug Community (User: USERNAME)'; var EMAIL HERE; var pid=PID NUMBER HERE; var custom=1; var pp_image='http://';</script>

any ideas?

pnosko31
08-29-2008, 05:54 PM
could be the price you have listed "5.00.00"

GoTTi
08-29-2008, 06:39 PM
thanks pnosko, that was it. dunno why there was an extra .00 in there, but its working now. gracias.

AWJunkies
08-30-2008, 03:15 AM
could be the price you have listed "5.00.00"

Was just about to say that! Thanks for helping out!

ImmortalForums
09-02-2008, 02:58 AM
When manually adding a transaction there is a blank yes no box. Also there is a blank usergroup box. Also the hook for the navbar is not working.

AWJunkies
09-02-2008, 08:38 PM
When manually adding a transaction there is a blank yes no box. Also there is a blank usergroup box. Also the hook for the navbar is not working.

Weird nobody has mentioned this stuff will take a look. The hook for navbar does work you have not set it up correctly or missing the template hooks all together cause your custom style is not 3.7 compliant. Please read post #2 with the details on it if there is still an issue let me know can help you within seconds to get it to work.

Also for the blank yes/no you just mean text phrase on what the yes/no does correct. Will look.

Sym0n
09-03-2008, 09:38 AM
Oops I meant to mention that after updating to v1, sorry. Anywho I'm pretty sure it's the phrase for the options to move usergroup, or not. Screeny attached.

Also Adam has anyone else mentioned that they are having problems with the dropdown navbar menu working from within the ibProArcade (https://vborg.vbsupport.ru/showthread.php?t=101554) mod or is that just affecting me? lol

Sy

Vinyljunky
09-03-2008, 12:52 PM
Also Adam has anyone else mentioned that they are having problems with the dropdown navbar menu working from within the ibProArcade (https://vborg.vbsupport.ru/showthread.php?t=101554) mod or is that just affecting me? lol

Sy

The dropdown menu displays in my ibProArcade but the links dont show. I think you need to log a call over at www.allwheelcoding.com (http://www.allwheelcoding.com/)

The support they give is superb :)

Sym0n
09-03-2008, 01:21 PM
The dropdown menu displays in my ibProArcade but the links dont show. I think you need to log a call over at www.allwheelcoding.com (http://www.allwheelcoding.com/)

The support they give is superb :)
Yeah that's the same for me. The links on the navbar but the actual drop down to get to the links doesn't seem to work. :confused:

I'll annoy Adam some more at some point. Giving him a rest for now though as he has already done a lot for me. lol

Can I ask which skin you are using?

Vinyljunky
09-03-2008, 02:31 PM
Yeah that's the same for me. The links on the navbar but the actual drop down to get to the links doesn't seem to work. :confused:

I'll annoy Adam some more at some point. Giving him a rest for now though as he has already done a lot for me. lol

Can I ask which skin you are using?

Adam is a great coder and a decent chap, he has helped me a lot too!

Im using the default skin.

AWJunkies
09-05-2008, 06:13 AM
Yes it is known thing about arcade as it uses its own parse system outside vB so a LOT of hooks done work. To make the dropmenu work you would need to add the code manually. I just didn't want to have to edit arcade to make drop menu work. It only effects when they are in arcade and doesn't only effect this mod try others out :) you will see same issue. So eventually will have a fix for that but right now working on Subscription System (SS). So please be patient at this time of heavy coding.

yousellstuff
09-05-2008, 10:45 PM
would there be any reason for the drop down menu in my admin cp panel not to be there after install. It loaded to my website, you can see it on my home page. It is just not in my admn cp

ImmortalForums
09-06-2008, 12:35 AM
On the default vbulletin template this refuses to show on the menu. I know the hook is fine cause project tools appears there.

Also this adds 3 more queries compared to the last revision of this plugin even when the donation bar is not showing on the bar.

AWJunkies
09-06-2008, 09:53 PM
would there be any reason for the drop down menu in my admin cp panel not to be there after install. It loaded to my website, you can see it on my home page. It is just not in my admn cp

Make sure you put the awcl_cpnav.xml file is present in forum (root)/include/xml/

That would be only reason why it would not show. Make sure all files are loaded and paths are correct.

AWJunkies
09-06-2008, 09:58 PM
On the default vbulletin template this refuses to show on the menu. I know the hook is fine cause project tools appears there.

Also this adds 3 more queries compared to the last revision of this plugin even when the donation bar is not showing on the bar.

It is because of the new navbar system. Also queries do not necessarily = load. These queries are extremely small and data grabbing is so small. Look at firebug extension for Fx and you will see load times for EVERY thing dealing with my software. All software is extremely fast and with the least amount of load possible. I deal with a lot of sites with over 100k+ users so this is a KEY and a must for software.

Also just cause project tools shows up means nothing that the hook and style Id's are correct. Make sure to create a phrase matching style ID as instructions on post #2. Some peoples default style is not set to 1 if they loaded it later. If you need help contact me takes 5 seconds to get a hold of me and 10 seconds to help you with hook :)

Vinyljunky
09-08-2008, 01:49 PM
On the default vbulletin template this refuses to show on the menu. I know the hook is fine cause project tools appears there.
.

It workes fine for me :up:

ProfessorCPU
09-13-2008, 05:23 AM
For some reason when someone makes a donation on my forum they seem to get banned. :( I had the option to move members to a new usergroup set to "No". Is this some sort of bug... or could I have messed up the settings somehow?

Also... I purchased the pay version of this the otherday. But I cannot seem to login with the given User/Password I was PMed to download the pay version. :(

My username on your forum is also ProfessorCPU.

sinisterpain
09-13-2008, 03:56 PM
For some reason when someone makes a donation on my forum they seem to get banned. :( I had the option to move members to a new usergroup set to "No". Is this some sort of bug... or could I have messed up the settings somehow?

Also... I purchased the pay version of this the otherday. But I cannot seem to login with the given User/Password I was PMed to download the pay version. :(

My username on your forum is also ProfessorCPU.

Please go here (http://www.allwheelcoding.com)
Hit Adam up in chat box or send him a PM he will get it sorted.

AWJunkies
09-14-2008, 07:08 AM
For some reason when someone makes a donation on my forum they seem to get banned. :( I had the option to move members to a new usergroup set to "No". Is this some sort of bug... or could I have messed up the settings somehow?

Also... I purchased the pay version of this the otherday. But I cannot seem to login with the given User/Password I was PMed to download the pay version. :(

My username on your forum is also ProfessorCPU.

I don't know if this is current but the login works perfect to download the software. Please contact me to help you out this seems to be a settings issue not a software.

tommac3
09-16-2008, 01:52 AM
I tried installing it but get this message near the donation bar:
We have received a total of URRENCYSYMBOL%DONATIONTOTALn donations towards our monthly goal of URRENCYSYMBOL%GOAL

it should be:

We have received a total of $30 in donations towards our monthly goal of $100

ccole513
09-17-2008, 02:54 AM
For some reason when someone makes a donation on my forum they seem to get banned. :( I had the option to move members to a new usergroup set to "No". Is this some sort of bug... or could I have messed up the settings somehow?



I can produce this error.

AWJunkies
09-19-2008, 01:11 AM
I can produce this error.

Yeah I was missing a conditional statement for LITE. Will be doing an update soon for you guys. I have Subscription System coming out next week sometime so real busy with that at moment. For time being have usergroup system OFF and for users who get moved put banned or some group who can not donate. This will be a quick fix to issue. Again it is just a condition if group change off do not do anything that is all it is.

AWJunkies
09-19-2008, 01:12 AM
I tried installing it but get this message near the donation bar:


it should be:

You had a previous version of the Donation System didn't you. Many pages back there was a person with the same issue. You need to revert the phrase for that. Somehow you have a custom details for phrase and just need to delete them and all is well.

NetRover
09-21-2008, 12:07 AM
Hi AW, I have just switched from another donation mod to this one.

Great work and it all looks good but I wondered if there is an idiots guide to getting the menu to work as mine is not showing automatically.

The bit about hooks goes above my head. ;)

Simon Lloyd
09-21-2008, 12:49 AM
I had a similar problem, it worked out it was my fault as i hadn't uploaded everything that i should have!

Anyway i purchased the pro version its fantastic and support is brilliant i've never had support ANYWHERE like it!!!

Regards,
Simon

NetRover
09-21-2008, 03:29 PM
I had a similar problem, it worked out it was my fault as i hadn't uploaded everything that i should have!
Anyway i purchased the pro version its fantastic and support is brilliant i've never had support ANYWHERE like it!!!
Regards,
Simon

Hi, I assume if done correctly than i should not need to manual edit anything to get the navbar link? If i have to then it's those insructions I struggle with.

I have a new problem where I have change usergroup disabled as required. There is one usergroup ticked and if that usergroup donates they are moved to email confirmation group.

You can see from attached my setting for this feature is off.

If I untick this usergroup and save it just comes back ticked again. ???

Vinyljunky
09-22-2008, 01:31 PM
I had a similar problem, it worked out it was my fault as i hadn't uploaded everything that i should have!

Anyway i purchased the pro version its fantastic and support is brilliant i've never had support ANYWHERE like it!!!

Regards,
Simon

I agree its a great mod with fantastic support :up:

AWJunkies
09-22-2008, 07:45 PM
Finished latest release of PRO so will be updating LITE this week so stay tuned also Subscription System will be coming out PRO and LITE.

Simon Lloyd
09-22-2008, 08:49 PM
Adam, i notice now that in the pro version after update we now have a special area username & password for donators? awc-JSmith abcdefg

Could you explain?

Regards,
No.1 fan,
Simon

AWJunkies
09-22-2008, 11:40 PM
Adam, i notice now that in the pro version after update we now have a special area username & password for donators? awc-JSmith abcdefg

Could you explain?

Regards,
No.1 fan,
Simon

That is for later not fully implemented in DS yet. PS is the only one that uses it for now. SS has it in software as well.

NetRover
09-23-2008, 12:08 PM
I agree its a great mod with fantastic support :up:

Do I only get help if I buy the pro version then? I was hoping to get some revenue from the free version first as it has all the features I need.

The have stopped donating now because they don't want to end up not beeing able to login.

It doesn't seen to change the usergroup all the time which is really strange.

One of my members wondered was it because their paypal email address was different to their forum email.

At the moment is someone still does a donation I have to move them back from Coppa group to what they were before which is either free or paid group.

Vinyljunky
09-23-2008, 02:01 PM
Do I only get help if I buy the pro version then? I was hoping to get some revenue from the free version first as it has all the features I need.

The have stopped donating now because they don't want to end up not beeing able to login.

Im sure the guys at AWC will help you even if you are on the lite version :) They are a good bunch of coders.

I use Pro but Im afraid I dont know the answer to your problem :o Open a support ticket over at their site http://www.allwheelcoding.com/

I highly recommend the Pro version, it has lots more cool features :up:

Simon Lloyd
09-23-2008, 06:14 PM
Do I only get help if I buy the pro version then? I started with LITE and the help was great but LITE doesn't have all the functionality that Pro does nor the regular updates and tweaks!.....Pro cost pennies really do yourself a favour and go for it www.allwheelcoding.com

Regards,
Simon

Vinyljunky
09-26-2008, 02:34 PM
[QUOTE=NetRover;1628530]Do I only get help if I buy the pro version then? [QUOTE]I started with LITE and the help was great but LITE doesn't have all the functionality that Pro does nor the regular updates and tweaks!.....Pro cost pennies really do yourself a favour and go for it www.allwheelcoding.com

Regards,
Simon

I agree Pro is well worth it :up: and its getting better and better :up:

EvilJohn
10-05-2008, 08:16 PM
$762.47 donations from 08/02/2008 to 10/02/2008 Woot! The DS pro version is so sexy!

f4vn
10-06-2008, 04:00 AM
I have received money from my member but the status of Donation Support does not change. Anyone can help me ?

Thank,

GFSR
10-06-2008, 04:32 PM
im getting this erorr mySQL query error: SELECT g.id FROM awc_goals AS g LEFT JOIN awc_goals_style AS gs ON(g.id=gs.id) WHERE g.active=1 AND g.display=1 AND g.id=gs.id

mySQL error: Table 'edlfb_667bgigForum.awc_goals' doesn't exist
mySQL error code:
Date: Monday 06th of October 2008 09:25:41 AM

AWJunkies
10-15-2008, 10:21 PM
im getting this erorr mySQL query error: SELECT g.id FROM awc_goals AS g LEFT JOIN awc_goals_style AS gs ON(g.id=gs.id) WHERE g.active=1 AND g.display=1 AND g.id=gs.id

mySQL error: Table 'edlfb_667bgigForum.awc_goals' doesn't exist
mySQL error code:
Date: Monday 06th of October 2008 09:25:41 AM

You should never get that error as LITE does not have that table nor any code in it to ask for that table.

I just did tons of upgrades to DS+AWC as well as just finished SS =Subscription System.

So I will be updating this LITE version of DS and create a SS LITE for you guys real soon. Sorry for MIA been working on PRO stuff as those get updates every two weeks with more features etc. So stay tuned for a new upgrade to this software LITE for you guys but I highly recommend PRO as LITE is only supposed to be used to earn enough money to get PRO.

JetHaCkR
10-18-2008, 03:33 AM
Hey, the link on navbar doesnt appear at all for some reason, mind helping?

AWJunkies
10-19-2008, 08:26 PM
did you follow directions on post #2
https://vborg.vbsupport.ru/showpost.php?p=1501763&postcount=2

Simon Lloyd
10-19-2008, 08:56 PM
Adam, i have changed my forum structure and now have www.thecodecage.com as the cmps instead of www.thecodecage.com/forumz and the forum is now /forumz, now that i have done this if i click the donate now button i get a popup saying it is an unlicensed domain for the donation system......how can i change this as i have the pro version?

Also when clicking the donate now and get redirected to the donation page there are no amounts in the amount dropdown and the box is quite narrow.

pnosko31
10-21-2008, 06:56 AM
where you downloaded, did you change the url?

bashy
10-22-2008, 07:19 PM
Hi folks

Thanks for this, installed

Could someone please advise as to how i transfer transactions from PayPal Donations For vBulletin 3.5.0 (https://vborg.vbsupport.ru/showthread.php?t=91567) please?

tafreeh
10-23-2008, 01:35 AM
i see three files to download... and it saying 1.0 is the latest one but i see 2.0 there too... so i m not sure which one is the latest release ... can some1 please tell me which one should i download ?

bashy
10-23-2008, 10:08 AM
thats not v 2 its 0.2 therefore v1.0 is later than v0.2 :)

bashy
10-24-2008, 03:05 PM
Hi

I see this is in Dollars, how can i change it to UK pounds please?
I am assuming the currency change is in the drop menu, if so
my drop menu aint working, see here please

http://www.bashys-place.com/forums/awcl_dsl.php?do=donation

ALso my donation link in the navbar is not there and i dont understand what to do?