| Author |
Message |
ohy121
Nuke Soldier


Joined: Oct 31, 2006
Posts: 31
|
Posted:
Mon Oct 30, 2006 3:15 pm |
  |
hello everyone please excuse me if i dont make sence here but i need some help on this User Registration/Login i need to make it a pay website using paypal so people can sign up through paypal for a year membership. i am currently using phpnuke 7.6 but i need it to cancel memberships after the year is up if the user decideds not to renew his/her membership. it there a add-on that will allow me to do this or if there is not is there anyway i can change the information on User Registration/Login so i can add paypal my self. if there is a add-on out there it must also work with enhanced download module.
if this does not make sence please let me know and i will try and explain.
i thank everyone that can help me. |
|
|
   |
 |
phpnuke-hosting
Support Mod


Joined: Oct 19, 2004
Posts: 1032
Location: UK
|
Posted:
Mon Oct 30, 2006 3:17 pm |
  |
|
    |
 |
ohy121
Nuke Soldier


Joined: Oct 31, 2006
Posts: 31
|
Posted:
Mon Oct 30, 2006 3:33 pm |
  |
no that would cost to much im looking for something that is cheap or free even. if there is none how do i add information to User Registration/Login page. |
|
|
   |
 |
phpnuke-hosting
Support Mod


Joined: Oct 19, 2004
Posts: 1032
Location: UK
|
Posted:
Mon Oct 30, 2006 6:00 pm |
  |
ok, well the only other script I know of that will help you turn your website into a pay site is NSN Paypal which is available from http://www.nukescripts.net for $7. It doesnt give you as many options as nukeroyal but its a heck of a lot cheaper!
To make changes to the user registration page try the Approve Membership Module from http://www.ulsoft.scarbridge.co.uk/.
Its a free script and is very good for making the changes you requested.
I hope this info helps! |
_________________ www.phpnuke-hosting.com
The Internets Foremost PHP-Nuke Web Host.
Click Here! |
|
    |
 |
ohy121
Nuke Soldier


Joined: Oct 31, 2006
Posts: 31
|
Posted:
Tue Oct 31, 2006 4:27 am |
  |
|
   |
 |
ohy121
Nuke Soldier


Joined: Oct 31, 2006
Posts: 31
|
Posted:
Tue Oct 31, 2006 4:49 am |
  |
|
   |
 |
phpnuke-hosting
Support Mod


Joined: Oct 19, 2004
Posts: 1032
Location: UK
|
Posted:
Tue Oct 31, 2006 9:28 am |
  |
ok well I haven't used the approve membership mod for a while now but I was under the impression that it allowed you to amend that information for the new user.
Maybe someone else who has had more recent experience with it will be able to help you further with that.
For the downloads issue I believe NSN downloads will help you with that, that is also available from www.nukescripts.net |
_________________ www.phpnuke-hosting.com
The Internets Foremost PHP-Nuke Web Host.
Click Here! |
|
    |
 |
ohy121
Nuke Soldier


Joined: Oct 31, 2006
Posts: 31
|
Posted:
Tue Oct 31, 2006 9:46 am |
  |
no i stated it in my first post that i was woundering how i can change the registering so i can make people pay for the service instead of it being free. like i said i need to know how to change the login information so i can accept a paypal payment before the person recieves membership on my website. or if there was a program out there that did this but needed to work with enhanced downloads. anyway i bought the nsn paypal and it is not what i was looking for. |
|
|
   |
 |
phpnuke-hosting
Support Mod


Joined: Oct 19, 2004
Posts: 1032
Location: UK
|
Posted:
Tue Oct 31, 2006 10:31 am |
  |
Then in that case I am out of ideas I'm afraid.
The only software that I know will do what you need is nukeroyal and if thats too expensive then you will need to keep searching but as far as I am aware there isnt anything else.
Regards |
_________________ www.phpnuke-hosting.com
The Internets Foremost PHP-Nuke Web Host.
Click Here! |
|
    |
 |
Endeavour
Corporal


Joined: Oct 22, 2006
Posts: 59
|
Posted:
Tue Oct 31, 2006 11:34 am |
  |
Hold on, so all you want is to disable registration of new user accounts until someone paypal's you some cash?
That's easy enough to do, although totally reliant on paypal working right which is a miracle at the best of times.... |
|
|
   |
 |
phpnuke-hosting
Support Mod


Joined: Oct 19, 2004
Posts: 1032
Location: UK
|
Posted:
Tue Oct 31, 2006 11:48 am |
  |
|
    |
 |
ohy121
Nuke Soldier


Joined: Oct 31, 2006
Posts: 31
|
Posted:
Tue Oct 31, 2006 1:06 pm |
  |
|
   |
 |
ohy121
Nuke Soldier


Joined: Oct 31, 2006
Posts: 31
|
Posted:
Tue Oct 31, 2006 1:07 pm |
  |
|
   |
 |
Endeavour
Corporal


Joined: Oct 22, 2006
Posts: 59
|
Posted:
Wed Nov 01, 2006 10:05 am |
  |
| phpnuke-hosting wrote: |
| Care to enlighten us? |
I coded a private module that did most of this already. Start off with a new table to hold the paypal info passed back through IPN, column for each of the useful fields and definitely one for the email address.
Alter the Nuke registration page to require a new param (eg: "donepaypal=1") - without this param a default page loads with a normal paypal payment button on it. Configure the button and the IPN re-entry page to be the nuke registration page with the donepaypal=1 param.
When the registration page is loaded with a donepaypal=1 param, the normal registration page is shown. Add a block of code to use Paypal IPN to retrieve the payment just made and write it to the database. Check the IPN data to make sure it was a success and the right $ were paid.
Let the user register as per normal nuke process. At the validation reload, check the email address to see if it exists in the paypal table. If it doesn't, ignore the registration, queue it for moderation, whatever. If it does, issue the normal email activation.
If you already have working IPN code (lots floating around on the web) then it's hardly any work at all. 30 lines of extra code, probably. |
|
|
   |
 |
ohy121
Nuke Soldier


Joined: Oct 31, 2006
Posts: 31
|
Posted:
Wed Nov 01, 2006 11:04 am |
  |
sorry mate but this does not make sense to me how do i change the page to do this. |
|
|
   |
 |
|
|