vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Paypal Donations for vBulletin 3.0.7 (https://vborg.vbsupport.ru/showthread.php?t=82978)

|Jordan| 06-27-2005 08:46 PM

I'm using version 1.06 and the donation image in postbit_legacy doesn't display for me. When i remove both IF statements it displays, but with them i get nothing.

Anyone else having the same problem?

Trana 06-27-2005 10:17 PM

Cloud,

I'm not sure if you saw my last message, but I am having trouble upgrading. I uploaded the 1.06 files and tried to uninstall and received the following message:

Warning: explode() [function.explode]: Empty delimiter. in \admincp\donation_install\donation_uninstall.php on line 20

This is on the same screen as "Removing Tables..."

Do you have any idea what I should check?

Thanks.

Cloudrunner 06-27-2005 11:53 PM

Quote:

Originally Posted by DemonJester
I have a question regarding the "Show my donation status" in the users options. If they select to not show their status will this hide their donations in the "vbadvanced block" and on the top donators page, or does it simply hide it from their profile and post bit??

There are some users that would rather keep their name off of the donation list and block and others that dont care, according to a poll we ran in regards to using this.

Yes, it hides all the donor recognitions...

Cloudrunner 06-27-2005 11:54 PM

Verified no, premiere or Business member, yes...
Quote:

Originally Posted by Snake
Question. Do I've to be a verified paypal user inorder to use this hack?


Cloudrunner 06-27-2005 11:55 PM

Quote:

Ahh I thought I did the upgrade ok and when I changed my invisible preference I got an error:

Database error in vBulletin 3.0.5:

Invalid SQL:
UPDATE user SET
styleid = 0,
showvbcode = 0,
pmpopup = 1,
maxposts = -1,
daysprune = 0,
timezoneoffset = '-8',
startofweek = 1,
languageid = 0,
threadedmode = 0,
autosubscribe = -1,
donor = ,
showdonor = 1,
options = 15831
WHERE userid = 1

mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '
showdonor = 1,
options = 15831
WHERE userid = 1' at li

mysql error number: 1064

Date: Monday 27th of June 2005 09:21:01 AM
Script: http://www.letsgokings.com/bbs/profile.php
Referer: http://www.letsgokings.com/bbs/prof...?do=editoptions
Verified bug...will fix in next update...Thank you!

Cloudrunner 06-27-2005 11:57 PM

Quote:

Originally Posted by mamboking
I ran the upgrade and it still shows all users as donors

Yeah, I missed a step in the upgrade, will work the deets out and get the next update to you all....sorry...this is a verified bug and I am working on it.

Cloudrunner 06-27-2005 11:58 PM

Quote:

Originally Posted by MyIS_Jordan
I'm using version 1.06 and the donation image in postbit_legacy doesn't display for me. When i remove both IF statements it displays, but with them i get nothing.

Anyone else having the same problem?

This is designed (with a bug unfortunately that I am working on at the moment) so that the donor thing only shows IF the user is a donor, AND the user has chosen to allow their status to be viewed publicly...

anyway, I goofed on the file edits, and will be updating that portion shortly...please bear with me, all these latest problems are caused by the same single bug...

Cloudrunner 06-27-2005 11:59 PM

Quote:

Originally Posted by Trana
Cloud,

I'm not sure if you saw my last message, but I am having trouble upgrading. I uploaded the 1.06 files and tried to uninstall and received the following message:

Warning: explode() [function.explode]: Empty delimiter. in \admincp\donation_install\donation_uninstall.php on line 20

This is on the same screen as "Removing Tables..."

Do you have any idea what I should check?

Thanks.

If you are getting an explode error then you are running an older version of the uninstall file. Verify that you are truly overwriting the files on your server, I will double check this, but I thought I removed all references to the explode function that was getting so many people headaches...

Trana 06-28-2005 12:26 AM

I checked and the donations_install script says 1.06 when I first log in.

This is the error message:
Warning: explode() [function.explode]: Empty delimiter. in \admincp\donation_install\donation_uninstall.php on line 20

Let me know what I should do to start over.

Cloudrunner 06-28-2005 12:49 AM

Quote:

Originally Posted by Trana
I checked and the donations_install script says 1.06 when I first log in.

This is the error message:
Warning: explode() [function.explode]: Empty delimiter. in \admincp\donation_install\donation_uninstall.php on line 20

Let me know what I should do to start over.

In ./admincp/donation_install/donation_uninstall.php line 19 find:
PHP Code:

foreach($row AS $key => $value){
    
$table explode(TABLE_PREFIX$value);
    
$DB_site->query("DROP TABLE IF EXISTS ".TABLE_PREFIX.$table[1]);


and replace with:
PHP Code:

foreach($row AS $key => $value){
    if (!empty(
TABLE_PREFIX)){
        
$table explode(TABLE_PREFIX$value);
        
$DB_site->query("DROP TABLE IF EXISTS ".TABLE_PREFIX.$table[1]);
    } else {
        
$DB_site->query("DROP TABLE IF EXISTS ".$value);
    }


That should do ya for a fix, lemme know if it doesn't.


All times are GMT. The time now is 06:17 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.02439 seconds
  • Memory Usage 1,755KB
  • 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
  • (2)bbcode_php_printable
  • (7)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