Go Back   PHP Link Directory Forum > PHP Link Directory (phpLD) > Mods and contribution Discussion

Mods and contribution Discussion This forum is only for discussion of modding phpLD. For specific mod releases, please see the appropriate forum.

Closed Thread
 
topic widgets
Old 03-21-2006   #1
VSDan
Supporter
Moderator
 
VSDan's Avatar
 
Join Date: Sep 2005
Location: Vancouver, BC, Canada
Posts: 1,184
Default [Alternate Payment] Mods

Description: Adds two payment options in addition to the default PayPal option: 2CheckOut (2CO), eGold, Moneybookers, and StormPay.

Demo: No demo available

Download: http://www.monster-submit.com/phpld/


To download this and other VS mods, please go here : VS phpLD Mods
__________________
Dan

phpLD Mods :: phpLD_Vault
Webmaster Resources Directory
phpLD_Vault Support

IMPORTANT NOTE:
phpLD_Vault Support not handled in this forum AND not via PM here. Click on link above for support. NO exceptions!

Last edited by VSDan; 07-13-2006 at 04:47 AM.
VSDan is online now  
Old 03-21-2006   #2
vegabond
 
vegabond's Avatar
 
Join Date: Aug 2005
Location: Dhaka, Bangladesh
Posts: 857
Default StromPay

I am using StormPay mod at my site.

If anybody wan to see visit:
www.allthelink.com
www.allthelook.com

It's working well for me


Thanks
Shabu anower
__________________
Web Mustang ~ Allthelink ~ OS Designer - phpLD Templates ~ Templates Pedia
vegabond is offline  
Old 06-18-2006   #3
dargre
 
dargre's Avatar
 
Join Date: May 2006
Location: Europe
Posts: 360
Default

Someone experienced with 2CO? I registered for VSDan mods. And I have to use 2CO as PayPal is not supported in my country. I installed the mod for 2CO but I wonder what happens after payment? What should I point in 2CO configuration for PendingURL and ApprovedURL?
Should it be payment.php? Will it work?

Edit: Just looked at the payment.php code. It won't be working with 2CO.
So Dan - a job for you. Anyway I'll try to do it myself.

Last edited by dargre; 06-19-2006 at 01:55 AM.
dargre is offline  
Old 06-30-2006   #4
guybrush
 
Join Date: May 2006
Posts: 2
Default

Google has just launched Google Checkout service (https://checkout.google.com/sell), which is similar to Paypal.
Can anybody do a mod for this?

Thanks
guybrush is offline  
Old 08-09-2006   #5
Nerz
 
Join Date: Aug 2006
Posts: 118
Default

The readme file instructions for this mod arent quite right for 3.0.6, for egold for example


Code:
Content visible to registered users only.
$action = "paypal"; - doesnt exist
if ($action == 'paypal') { echo $tpl->fetch('paypal.tpl'); } - there are no parentheses around "echo $tpl...."
Nerz is offline  
Old 08-10-2006   #6
Steven Myers
Supporter
 
Steven Myers's Avatar
 
Join Date: May 2006
Posts: 1,279
Default

Look for this code in your payment.php - Check in between line 140 and line 150
Code:
Content visible to registered users only.
Above that is your $action = "paypal";

Replace the above code with this one.
Code:
Content visible to registered users only.
There doesn't need to be parentheses around the echo, here is mine to show you it's the same.

Code:
Content visible to registered users only.
I have 3.06 Final, so if you have anymore questions based on this code, let me or the devs know.
Steven Myers is offline  
Old 08-10-2006   #7
Nerz
 
Join Date: Aug 2006
Posts: 118
Default

Hi Steve,

Got it basically working, although when i do a test submission to egold. I get this error

The PAYEE_ACCOUNT specified is not a valid account: 0

The default value of payee account is "".

Gotta say im pretty happy with phpld so far...only installed yesterday and i got about 7 mods from Dans site up and running, all my categories are in...now just finish up payment options and do a custom template and im done.

Also need access to the 3.0 supporters forum...is David away?
Nerz is offline  
Old 08-21-2006   #8
kosir
 
Join Date: Aug 2006
Location: Slovenia
Posts: 101
Default

Great mods I just added egold and mb to my dir.

But when I try to make a payment via egold I get this error

Code:
Content visible to registered users only.
What do I need to put in for NO_PAYMENT_URL?

Now I have

Code:
Content visible to registered users only.

Thanks!

Last edited by kosir; 08-21-2006 at 09:28 PM.
kosir is offline  
Old 09-12-2006   #9
junior9999
 
Join Date: Sep 2006
Posts: 1
Default anyone

Anyone have payment Bank Deposit ? I need only he show account number etc
junior9999 is offline  
Old 09-18-2006   #10
Bernard
Supporter
 
Bernard's Avatar
 
Join Date: Sep 2006
Location: Friendswood, TX
Posts: 161
Default

VSDan, do the alternate payments in your mod send notifications back to the phpld script like the default paypal method so that the directory knows when a payment has been made (and for which link)?
Bernard is offline  
Old 09-18-2006   #11
VSDan
Supporter
Moderator
 
VSDan's Avatar
 
Join Date: Sep 2005
Location: Vancouver, BC, Canada
Posts: 1,184
Default

Code:
Content visible to registered users only.
You betcha, it does =)
__________________
Dan

phpLD Mods :: phpLD_Vault
Webmaster Resources Directory
phpLD_Vault Support

IMPORTANT NOTE:
phpLD_Vault Support not handled in this forum AND not via PM here. Click on link above for support. NO exceptions!
VSDan is online now  
Old 09-23-2006   #12
deluxdon
 
deluxdon's Avatar
 
Join Date: Sep 2006
Posts: 42
Default

Thanks for solve my problem. Great work dan. Appreciate a lot Keep it.

Last edited by deluxdon; 09-23-2006 at 11:16 AM.
deluxdon is offline  
Old 09-23-2006   #13
deluxdon
 
deluxdon's Avatar
 
Join Date: Sep 2006
Posts: 42
Default

BTW i'm using this Mods for Moneybookers.

__________________
deluxdon is offline  
Old 10-16-2006   #14
neverknow1
Supporter
 
neverknow1's Avatar
 
Join Date: Sep 2006
Location: Malaysia
Posts: 26
Default

Code:
Content visible to registered users only.
Look good... I will study that and try the mods later...........
__________________
Regards,

Steven Wong
Information Marketer
neverknow1 is offline  
Old 12-21-2006   #15
puntmuts
Supporter
 
Join Date: Oct 2006
Posts: 37
Default

Code:
Content visible to registered users only.
how does it do this? im looking into my admin panel right now, and i can manually set the link status to active, which will result in the yellow dot turning green...
the payment status however, i cannot change, nor is it changed dynamically.

is this voodoo i want or is it just not working? ;-)

i performed a 'demo' payment using 2CO...

edit: do i have to set the URL in my 2CO account to payment.php?

Last edited by puntmuts; 12-21-2006 at 03:39 PM.
puntmuts is offline  
Old 01-26-2007   #16
jk4net
 
Join Date: Jul 2006
Posts: 12
Default

i've got 2 errors
i don't know what to do

Notice: SmartyValidate: [is_valid] form 'pay_link' is not registered. in /home/imd/public_html/azlinks/libs/smarty/SmartyValidate.class.php on line 129

Notice: SmartyValidate: [validate plugin] form 'pay_link' is not registered. in /home/imd/public_html/azlinks/libs/smarty/plugins/function.validate.php on line 49

what should i do?
jk4net is offline  
Old 02-14-2007   #17
altaf
 
Join Date: Feb 2007
Posts: 3
Default

** post deleted by VSDan due to violation of forum rules and DMCA **

Last edited by VSDan; 02-14-2007 at 08:26 AM.
altaf is offline  
Old 02-14-2007   #18
James
:)
phpLD Support
phpLD Administrator
Supporter
Moderator
 
James's Avatar
 
Join Date: Aug 2006
Location: Nanaimo, BC , Canada
Posts: 24,014
Default

no you have to have a membership .. anyone passing this mod around is in violation of terms and I can't beleive that you would ask for that here.
It's 10.00 for complete access to all the mods.
__________________
Attention: For Support Please Read this thread.
IF the domain is not listed in your PhpLD users area and it is 3.x
You will have to list it before ANY questions are answered.

My paypal is rentawebmaster @ gmail.com
^^ if I have helped you help me I need a new laptop
PhpLD Recommended Hosting: Here
They work with you not against you
Live Directory
James is offline  
Old 02-14-2007   #19
VSDan
Supporter
Moderator
 
VSDan's Avatar
 
Join Date: Sep 2005
Location: Vancouver, BC, Canada
Posts: 1,184
Default

Code:
Content visible to registered users only.
Bad place to ask for sure - especially in my thread ;=)

Given that this mod has been heavily pirated, all support for this mod will be handled here (phpLD_Vault Members Support forum):

http://www.monster-submit.com/phpld/members/forum/

Having said that, I'm in **no way** accusing anyone here of using pirated versions of the mod. But handling support via link above, assures that only paid phpLD_Vault members are getting the support they deserve - and not others at the expense of members.
__________________
Dan

phpLD Mods :: phpLD_Vault
Webmaster Resources Directory
phpLD_Vault Support

IMPORTANT NOTE:
phpLD_Vault Support not handled in this forum AND not via PM here. Click on link above for support. NO exceptions!
VSDan is online now  
Old 02-22-2007   #20
fit
 
Join Date: Feb 2007
Posts: 4
Default

Can anybody post that code for 2CO payment here ?
fit is offline  
Closed Thread

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
topic widgets



All times are GMT +1. The time now is 05:29 PM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.