vb.org Archive

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

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


Quote:

Originally Posted by AWJunkies (Post 1546359)
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

Quote:

Originally Posted by AWJunkies (Post 1545195)
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

Quote:

Originally Posted by kru89 (Post 1548185)
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

Quote:

Originally Posted by UltraFanatics (Post 1548338)
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

Quote:

Originally Posted by UltraFanatics (Post 1549309)
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:
PHP Code:

CREATE TABLE IF NOT EXISTS `".TABLE_PREFIX."awc_dsl_settings` (`dsl_copyrightvarchar(255NOT NULL default 'DO NOT REMOVE',`dsl_enabletinyint(1NOT NULL default '1',`dsl_cantusevarchar(100NOT NULL, `dsl_namevarchar(100NOT NULL default 'XXXXXXXX',`dsl_homevarchar(255NOT NULL default 'XXXXXXXXX',`dsl_dateformatvarchar(100NOT NULL default 'XXXXXXXXX',`dsl_currencyvarchar(3NOT NULL default 'USD',`dsl_currency_symbolvarchar(3NOT NULL default '$',`dsl_dropmenutinyint(1NOT NULL default '1',  `dsl_typetinyint(1NOT NULL default '2',`dsl_suggestedvarchar(255NOT NULL default '1.00,5.00,10.00,20.00,50.00,100.00',`dsl_minamountvarchar(20NOT NULL default '1.00',`dsl_benefitstinyint(1NOT NULL default '1', `dsl_pp_testtinyint(1NOT NULL default '0',`dsl_pp_emailvarchar(100NOT NULL default 'xxx@yyy.zzz',`dsl_pp_imagevarchar(100NOT NULL default 'http://',  `dsl_pp_verifytinyint(1NOT NULL default '1',       `dsl_bar_entinyint(1NOT NULL default '1',`dsl_bar_canseevarchar(100NOT NULL default '2,5,6,7',`dsl_bar_inserttinyint(1NOT NULL default '1',  `dsl_bar_locsvarchar(100NOT NULL default 'index,forum',`dsl_bar_floattinyint(1NOT NULL default '0',`dsl_bar_goalint(20NOT NULL default '100',  `dsl_bar_subtinyint(1NOT NULL default '0',`dsl_bar_notetinyint(1NOT NULL default '1',`dsl_bar_thanktinyint(1NOT NULL default '1',  `dsl_bar_linktinyint(1NOT NULL default '1',`dsl_list_entinyint(1NOT NULL default '1',`dsl_list_canseevarchar(100NOT NULL default '2,5,6,7',`dsl_list_dropmenutinyint(1NOT NULL default '1',  `dsl_ugp_entinyint(1NOT NULL default '0',  `dsl_ugpvarchar(100NOT NULL,`dsl_ugp_typetinyint(1NOT NULL default '0',`dsl_ugp_displaytinyint(1NOT NULL default '1',`dsl_ugp_affectedvarchar(100NOT NULL default '2',`dsl_ns_entinyint(1NOT NULL default '1',`dsl_ns_sendervarchar(100NOT NULL default '1',  `dsl_ns_dn_entinyint(1NOT NULL default '1',`dsl_ns_dn_recvarchar(100NOT NULL default '1',  `dsl_ns_dt_entinyint(1NOT NULL default '1')

INSERT INTO `".TABLE_PREFIX."awc_dsl_settings` (dsl_copyrightVALUES ('<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

Quote:

Originally Posted by |Jordan| (Post 1551191)
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

Quote:

Originally Posted by AWJunkies (Post 1551007)
Your all fixed now enjoy

Me?


All times are GMT. The time now is 01:22 PM.

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

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01614 seconds
  • Memory Usage 1,785KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

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

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