vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Miscellaneous Hacks - Cyb - PayPal Donate (https://vborg.vbsupport.ru/showthread.php?t=122997)

laurens800 04-20-2008 03:03 PM

when someone pay it says something like this

http://domain/forum/misc.php?merchant_return_link=Terug+naar+{email}

But don't got merchant_return_link= any way to fix this?

josepheseven 04-20-2008 07:58 PM

Hey one question :

What code do I have to copy from the source files to make a custom page where I can show the confirmed donations and their amount ?
Something like a credits page? I can do the html/css but not sure about the php code which will display like the date and amount etc.

Any kind of will be really appreciated :)

laurens800 04-22-2008 03:13 PM

i know it already,

only problem is it does not show the bar

BlissfulErin 04-22-2008 06:53 PM

how do you change the color of the "donate" link in the navbar?

BlissfulErin 04-23-2008 12:23 PM

I like this hack but if I can't change the color of the link, I will have to remove. Lime green doesn't go with my site in the very least.

Thanks.

ETDC 04-23-2008 01:13 PM

You can change the colour - it's in this thread somewhere; do a search. :)

BlissfulErin 04-23-2008 01:39 PM

Quote:

Originally Posted by ETDC (Post 1497236)
You can change the colour - it's in this thread somewhere; do a search. :)

I went through this entire thread last night and didn't find it. Believe me I wouldn't ask unless I had of.:)

BlissfulErin 04-23-2008 01:56 PM

Quote:

Originally Posted by BlissfulErin (Post 1497255)
I went through this entire thread last night and didn't find it. Believe me I wouldn't ask unless I had of.:)

found it. :D

echo2kk5 04-24-2008 01:21 AM

Will this be updated for vBulletin Version 3.6.10?
I'm getting this error:

Quote:

Your submission could not be processed because a security token was missing or mismatched.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.

luckid 04-24-2008 07:55 PM

Quote:

Originally Posted by echo2kk5 (Post 1497781)
Will this be updated for vBulletin Version 3.6.10?
I'm getting this error:


same error for this version (3.6.10) you fix this error please :o

bezibaerchen 04-25-2008 06:48 AM

Same error here :)

Stryker412 04-25-2008 12:04 PM

Has there been any change to allow the user to set a date as to when the donation status resets? Our bills are due on the 21st of each month so having it not reset until the end of the month doesn't work very well.

tekguru 04-25-2008 02:08 PM

Quote:

Originally Posted by echo2kk5 (Post 1497781)
Will this be updated for vBulletin Version 3.6.10?
I'm getting this error:

Fixed it myself I think. In the 'cyb_paypal_donate' template after:

PHP Code:

<form id="cybppd" name="cybppd" action="misc.php?do=dodonate" method="post" onsubmit="return Cpp_limitAmo(this);" <if condition="$vboptions[cybpaypal_blank]">target="_blank"</if>> 

add:

PHP Code:

    <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]/> 


bezibaerchen 04-25-2008 02:21 PM

tekguru, you are my men. Seems to work and I was able to enable donations again :)

Had do one more thing to be able to edit donatorslist:

Find in template cyb_paypal_list

PHP Code:

form id="cybppmdf" name="cybppmdf" action="misc.php?do=cybpp_multiupdate" method="post" onsubmit="return Cpp_confirmAction();"

and after that add

PHP Code:

<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]/> 


tekguru 04-25-2008 02:46 PM

Not a problem, we all aim to help each other here.

Yep just found the second one myself :)

Good team work!

echo2kk5 04-25-2008 02:50 PM

tekguru & bezibaerchen, Thank you both. :up: I had disabled the donation mod and fashioned one myself to hold me over until the fix came...I knew someone would step up to the plate sooner or later. Great job!

Honk0815 04-25-2008 03:15 PM

thanks for Fix...

when i did a manuell donate add the Donate System.

then i have a token error..

Can this fixed too?

thanks for Help

Sorry for my bad English ;)

G3X 04-25-2008 03:43 PM

There's so many errors with 3.7. :(

luckid 04-26-2008 01:28 PM

Quote:

Originally Posted by tekguru (Post 1499044)
Fixed it myself I think. In the 'cyb_paypal_donate' template after:

PHP Code:

<form id="cybppd" name="cybppd" action="misc.php?do=dodonate" method="post" onsubmit="return Cpp_limitAmo(this);" <if condition="$vboptions[cybpaypal_blank]">target="_blank"</if>> 

add:

PHP Code:

    <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]/> 


i add this code under ... but same error :(:(:(

IvyKeepMommy 04-27-2008 04:26 AM

If you go back a few posts, you will see that you have to make that change in two different places for it to work.

Rza 04-27-2008 02:24 PM

well since the one i have does not have cyb_paypal_donate or cyb_paypal_list in it, I just looked in my template and opened all the cybernetec templates and every on that had something like
PHP Code:

<form 

in it I followed that line with
PHP Code:

<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]/> 

and it is working fine now

tekguru 04-27-2008 02:25 PM

Yep that is what I did :)

dsexton1055 04-27-2008 04:28 PM

getting error

Your submission could not be processed because a security token was missing or mismatched.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.

every time someone tries to donate and when an admin confirms or deletes donations.. ideas?

edit.

got the donating part fixed. not the admin part tho.

luckid 04-27-2008 08:48 PM

Quote:

Originally Posted by IvyKeepMommy (Post 1500429)
If you go back a few posts, you will see that you have to make that change in two different places for it to work.

i search but not trovato :(

my error is this:
Code:

Your submission could not be processed because a security token was missing or mismatched.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.

i hope you resolve :o

Tnx in advance Luckid

K3MPO 04-28-2008 02:47 AM

Nice work...thank you

ArnyVee 04-28-2008 01:27 PM

What do I do to have this added to my vBadvanced CMPS homepage navbar?

Andyucs 04-28-2008 03:18 PM

Dear Mr Cybernetec

Please Fix This Brilliant mod to work in Version 3.7.0 Release Candidate 4

i have tried the above modifications but can not edit or add donations

Please Please

DangerousDale 04-28-2008 07:25 PM

brilliant hack works great, highly reccomended if your looking for a paypal hack.

dsexton1055 04-28-2008 09:43 PM

nice post dale. think we know. were trying to get a bug fixed. >.<

found the fix for .10

there are several templates you have to edit.

in templates cyb_paypal_donate cyb_paypal_list and cyb_paypal_list_edit search for

Code:

<form
under that LINE insert

Code:

<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
also in template cyb_paypal_list search for

Code:

action="misc.php?do=cybpp_multiupdate" method="post" onsubmit="return Cpp_confirmAction();"
and

Code:

<form id="cybppdl" name="cybppdl" action="misc.php?do=adddon" method="post">
insert the following below those lines

Code:

<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
that fixed my errors. im sure it will fix yours. but i make no guarantee. only chanced it because the creator seems to be away.

Stromba 04-29-2008 12:19 PM

Quote:

only chanced it
and you did a great job, works verry good. :)

thx dsexton1055

Andyucs 04-29-2008 03:00 PM

dsexton1055

Thank You mine is now working with your fix

dave6901_2000 04-29-2008 09:54 PM

works for me for firefox but not ie.
ie i still get the security token message ..

Valter 04-29-2008 11:49 PM

FEATURE UPDATES WILL BE RELEASED HERE:
https://vborg.vbsupport.ru/showthread.php?t=177563

Ranger375 04-30-2008 12:41 AM

thanks, any chance of future releases having a top 5 donor addition, or something similar? Nice work!

masterross 05-02-2008 11:10 PM

Quote:

Originally Posted by Ranger375 (Post 1502878)
thanks, any chance of future releases having a top 5 donor addition, or something similar? Nice work!

looking for that too!


p.s.
thx dsexton1055 for the fix

lauxanh 06-09-2008 12:14 AM

Thanks

thincom2000 06-17-2008 12:57 PM

For a future update here are my suggestions, which in the mean time I have gone ahead and done myself on my site.

Create a separate donations.php file because that misc_start plugin is super long.
Create a separate donations phrasegroup.
Use PayPal IPN so users aren't credited with the donation until the PayPal transaction is confirmed and complete.

tekguru 06-17-2008 04:29 PM

Anyway you can talk us through the mods as this Mod is looking like it's not supported at the moment.

lsxhp 06-18-2008 02:21 PM

Hello I would like to install this in 3.7.1 what is the latest one

swisscotton 06-21-2008 10:51 AM

I have installed this and it makes my page mess up so you have to scroll side to side and I get this message at the top "Warning: Division by zero in /global.php(554) : eval()'d code on line 51" how do I fix that?


All times are GMT. The time now is 09:58 AM.

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.02939 seconds
  • Memory Usage 1,835KB
  • 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
  • (6)bbcode_code_printable
  • (8)bbcode_php_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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