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)

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


All times are GMT. The time now is 06:09 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.01926 seconds
  • Memory Usage 1,744KB
  • 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
  • (2)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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