Welcome to Welcome to DNF.com™ - Domain Sales, Domain Forum, Domain Appraisals, Domain Registrars

If you are new to domains and looking to buy, sell and learn about domains then you have come to the right place. DNForum is the largest domain name community on the internet and continues to grow every day. There are over 105,000 domainers on DNForum doing everything from buying domains, selling domains, learning about domains and discussing domains. Take a minute and Register.

Register Today on DNForum IT'S FREE!

Results 1 to 10 of 10
  1. #1
    ComScout.com's Avatar
    Join Date
    Jul 2003
    Location
    Western Austral
    Posts
    1,467
    DNF$
    12,251
    Bank
    0
    Total DNF$
    12,251
    Donate  

    Question vbulletin Forum question? Reward Store >>> Bank Dollars?

    Hi Guys,
    I have the bank hack installed on my website, Just wondering if anybody knows if it is possible when someone signs up to my vbulletin run forum, is there a way through the admin panel that the new member is automatically rewarded say 5000 shop bucks? Instead of me donating all the time, which takes bloody ages! %+|
    <a href=http://www.ruralstar.com target=_blank>Rural Classifieds</a> | <a href=http://www.bluepeople.com target=_blank>Depression Forum</a> | <a href=http://www.losttreasure.com.au target=_blank>Lost Treasure</a> | <a href=http://www.raincalendar.com target=_blank>Rain Calendar</a> | <a href=http://www.beaututes.com target=_blank>Beaut Utes</a> | <a href=http://www.dnboard.com target=_blank>My Domains</a>

  2. #2
    ComScout.com's Avatar
    Join Date
    Jul 2003
    Location
    Western Austral
    Posts
    1,467
    DNF$
    12,251
    Bank
    0
    Total DNF$
    12,251
    Donate  

    Re: vbulletin Forum question? Reward Store >>> Bank Dollars?

    This looking for advice on this question guys?
    <a href=http://www.ruralstar.com target=_blank>Rural Classifieds</a> | <a href=http://www.bluepeople.com target=_blank>Depression Forum</a> | <a href=http://www.losttreasure.com.au target=_blank>Lost Treasure</a> | <a href=http://www.raincalendar.com target=_blank>Rain Calendar</a> | <a href=http://www.beaututes.com target=_blank>Beaut Utes</a> | <a href=http://www.dnboard.com target=_blank>My Domains</a>

  3. #3
    DNF Addict
    Mr.Domains's Avatar
    Join Date
    Sep 2004
    Location
    Geneva, Switz.
    Posts
    1,868
    Country

    Great Britain
    DNF$
    3,238
    Bank
    6,090
    Total DNF$
    9,328
    Donate  

    Re: vbulletin Forum question? Reward Store >>> Bank Dollars?

    It's certainly possible, but you would need to be familiar with PHP and with the vBulletin scripts. You would need to find the point in the registration scripts where all the default valued are written to the database, then add an extra value of "5000" to the field that holds the users' forum$. If you knew the scripts inside out, as some people do, it would only take a couple of seconds, but off-hand I don't even know what script the registration is handled by, and it would take some time to figure that out...
    Neil Hillman - Web Developer, Pixel Pusher...

  4. #4
    DNF Regular
    marcos's Avatar
    Join Date
    Aug 2004
    Posts
    832
    DNF$
    899
    Bank
    0
    Total DNF$
    899
    Donate  

    Re: vbulletin Forum question? Reward Store >>> Bank Dollars?

    cant this be done with the addon it does to usergroups in admin panel at all ?
    | marcos
    | Domain Pimp
    | <?php $marcos->isHereToHelp = true; ?>

  5. #5
    Platinum Lifetime Member
    Hey's Avatar
    Join Date
    Aug 2004
    Posts
    428
    DNF$
    306
    Bank
    0
    Total DNF$
    306
    Donate  

    Re: vbulletin Forum question? Reward Store >>> Bank Dollars?

    Quote Originally Posted by searcher
    cant this be done with the addon it does to usergroups in admin panel at all ?
    I think this is possible but than again I don't have the bank mod , heck i don't even have a license

  6. #6
    Exclusive Lifetime Member

    Join Date
    Oct 2004
    Posts
    39
    DNF$
    2,619
    Bank
    0
    Total DNF$
    2,619
    Donate  

    Re: vbulletin Forum question? Reward Store >>> Bank Dollars?

    I will give this a try and see if I can get it made.. can't promise anything though.
    ShrinkTheWeb - Fully automated website screenshot provider

  7. #7
    ComScout.com's Avatar
    Join Date
    Jul 2003
    Location
    Western Austral
    Posts
    1,467
    DNF$
    12,251
    Bank
    0
    Total DNF$
    12,251
    Donate  

    Re: vbulletin Forum question? Reward Store >>> Bank Dollars?

    Quote Originally Posted by TheDNFKing
    I will give this a try and see if I can get it made.. can't promise anything though.
    Thanks Mate, are you going to do a hack? Or are you offering your services?
    <a href=http://www.ruralstar.com target=_blank>Rural Classifieds</a> | <a href=http://www.bluepeople.com target=_blank>Depression Forum</a> | <a href=http://www.losttreasure.com.au target=_blank>Lost Treasure</a> | <a href=http://www.raincalendar.com target=_blank>Rain Calendar</a> | <a href=http://www.beaututes.com target=_blank>Beaut Utes</a> | <a href=http://www.dnboard.com target=_blank>My Domains</a>

  8. #8
    007's Avatar
    Join Date
    Jul 2004
    Location
    nurv.com
    Posts
    1,417
    DNF$
    20,349
    Bank
    0
    Total DNF$
    20,349
    Donate  

    Re: vbulletin Forum question? Reward Store >>> Bank Dollars?

    It's pretty easy actually. There are a few ways to do it. Through the admin cp would be slightly more coding, but actually the easiest way is to go into your database with a program such as phpMyAdmin or something and find the bank dollar field. Set this field to default 5000.

    The other thing you could do is put 5000 in the initial insert in the code. If you wanted a field in the admin cp where you could specify the amount users will get when signing up that would take a bit more work (not a whole lot but it would take some thought).
    ► Does your company need the NURV ® touch?
    Professional logo animation services.


  9. #9
    Gold Lifetime Member
    Plead's Avatar
    Join Date
    Aug 2004
    Location
    New Zealand
    Posts
    21
    DNF$
    297
    Bank
    0
    Total DNF$
    297
    Donate  

    Re: vbulletin Forum question? Reward Store >>> Bank Dollars?

    You want to be looking around line 682 on register.php - just modify it a little to insert 5000 into the bank's table.

  10. #10
    President
    GiantDomains's Avatar
    Join Date
    Sep 2002
    Location
    N-Y-C
    Posts
    6,729
    DNF$
    574
    Bank
    0
    Total DNF$
    574
    Donate  

    Re: vbulletin Forum question? Reward Store >>> Bank Dollars?

    If you start members with 5000, you may run into the problem of members getting 10 accounts and donating it all to one account, and before long, your f$ would be useless. I'd start them at $0, unless it's paid membership. Good luck.
    NETCHEAP - Discount Dotster Reseller - $7.99
    FREE pushes from your dotster account, renew for $7.99! 1. Create a netcheap account. 2. Push from dotster to netcheap account name. 3. Renew for $7.99!

Similar Threads

  1. Welcome to the new Domain Name Forum!
    By Dan in forum Gold Cafe
    Replies: 52
    Last Post: 03-02-2008, 11:48 PM
  2. $DNF for signing up and posting on my gaming forum!
    By Shaggy in forum Advertising and Related Offers
    Replies: 15
    Last Post: 07-11-2004, 09:01 PM
  3. Replies: 1
    Last Post: 05-16-2004, 08:54 PM
  4. Forum Admins - How to gain members and keep them active?
    By Restecpa in forum Website Development and Design Discussion
    Replies: 18
    Last Post: 04-20-2004, 06:53 AM
  5. Forum Board Question
    By Mr Webname in forum Website Development and Design Discussion
    Replies: 25
    Last Post: 10-11-2003, 03:11 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Domain name forum recommended by Domaining.com