vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Image Hosting (https://vborg.vbsupport.ru/showthread.php?t=93076)

utw-Mephisto 08-16-2005 03:14 PM

Quote:

Originally Posted by loneranger
how can i help anyone if they don't tell me what the errors are, see i can only test it out on my system different systems act different ways thats why i need to people to tell me the errors you are getting so that i can solve them. so don't put this hack down without asking for support

errors have been posted several times and have been asnwered by you with

Quote:

Works perfectly for me
So if I or others don't have the luck where it works perfectly the only way for me or others is to give up .....

A friend of mine used to code hacks for other forums. He did test it ALWAYS on a clean downloaded board from the official website, installed his hack according to his own manual or asked other to install by the manual and ONLY when he got positiv results from himself or some others, he posted it as official hack ...

I appreciate ppl coding for free and provide them to the community, but still, it musn't happen that files are missing or things like that or CLEAN installation simply not working. It is way too frustrating ... This shows me that coder did not check the actually download or posted things in a rush ..

womensden 08-16-2005 03:43 PM

Quote:

Originally Posted by utw-Mephisto
errors have been posted several times and have been asnwered by you with



So if I or others don't have the luck where it works perfectly the only way for me or others is to give up .....

A friend of mine used to code hacks for other forums. He did test it ALWAYS on a clean downloaded board from the official website, installed his hack according to his own manual or asked other to install by the manual and ONLY when he got positiv results from himself or some others, he posted it as official hack ...

I appreciate ppl coding for free and provide them to the community, but still, it musn't happen that files are missing or things like that or CLEAN installation simply not working. It is way too frustrating ... This shows me that coder did not check the actually download or posted things in a rush ..

Thank you!
I posted before that I was getting errors and was never helped. I was trying this again in hopes that it had been resolved. I can see that it apparently isn't just me. OThers are having the same problem.. same errors, etc..

h75 08-16-2005 04:26 PM

i installed thos product - goto to usergroups settings - change - click save =
Quote:

Warning: mysql_real_escape_string() expects parameter 1 to be string, array given in /includes/class_core.php on line 628

There seems to have been a problem with the Hallo @ Halloo.de - Internet Community database.
Please try again by clicking the Refresh button in your web browser.

An E-Mail has been dispatched to our Technical Staff, who you can also contact if the problem persists.

We apologise for any inconvenience.
Code:

Database error in vBulletin 3.5.0 Release Candidate 2:

Invalid SQL:
UPDATE usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
        `title` = 'Registrierte Benutzer',
        `description` = '',
        `usertitle` = '',
        `opentag` = '<b><span style=\"color: #6699CC;\">',
        `closetag` = '</span></b>',
        `passwordexpires` = '360',
        `passwordhistory` = '100',
        `forumpermissions` = '979199',
        `genericpermissions` = '19403267',
        `attachlimit` = '500000',
        `pmquota` = '50',
        `pmpermissions` = '0',
        `pmsendmax` = '2',
        `calendarpermissions` = '17',
        `wolpermissions` = '1',
        `adminpermissions` = '0',
        `genericoptions` = '20',
        `profilepicmaxwidth` = '240',
        `profilepicmaxheight` = '320',
        `profilepicmaxsize` = '65535',
        `avatarmaxwidth` = '60',
        `avatarmaxheight` = '60',
        `avatarmaxsize` = '35000',
        `imghost` = '',
        `imghostset` = '100000',
        `imghost_width` = '2048',
        `imghost_height` = '1536',
        `imghost_files` = '5'
WHERE usergroupid=2;

MySQL Error  : Unknown column 'imghost' in 'field list'
Error Number : 1054
Date        : Tuesday, August 16th 2005 @ 07:24:14 PM
Script      : admincp/usergroup.php
Referrer    :
IP Address  : x.x...
Username    : H75
Classname    : vb_database


help me.. plz

loneranger 08-16-2005 04:33 PM

womensden to let you know the db queries work more me and most others if you could copy and paste the error here so that i can see it maybe i might be able to help, utw i have solved some small issues with the code but no one has yet to give me the excat error they got you just said database errors but what were they?

loneranger 08-16-2005 04:39 PM

h57 looks like you need to rebuild the bitfields use the php file attached called rebuild_bitfields.php this should solve if not please re-post i will solve it asap

Chris_D 08-16-2005 06:31 PM

Martin, if you go to http://www.sinepisodes.net/forums/img_view_all.php to view all the images, it says I have uploaded one.

If you then click my user name though, I get a 404 error message:
Quote:

The requested URL /forums/test.php was not found on this server.
Is there a file missing or have you left it named incorectly in the img_view_all.php file?

loneranger 08-16-2005 06:57 PM

yes this fault has now been removed in the latest release it's just a template error think it imghost_userbits the link in there should view img_view_all.php and not test.php or you can just re-download this and overwrite the old one

Chris_D 08-16-2005 07:43 PM

That fixed it loneranger, thanks :)

Think I might have identified another bug though.

Again, if you go to www.sinepisodes.net and look at the Statistics and the Image Host stats, it says the last uploader was a member called Samon. However if you click on his name it takes you to user ID 1 -- which is me. I've logged in on my test account which is a standard user and it does the same there.

Strangely, if you're not logged in at all then the link will always take you to user ID 0...


EDIT: Strangely, I just left the forum and came back to it and now the link is poiting to user ID 23, which is someone else completely.

loneranger 08-17-2005 05:12 PM

chris i have mistaking read the data wrong from the mysql results, you can follow the edits below or just download the updated version now.

goto admincp->plugin system->plugin manager,
and edit the plugin called image hosting 2.1 hook forumhome_start
you will need to find
PHP Code:

$userid=$rows[0]; 

and change it to
PHP Code:

$userid=$rows[1]; 

this should solve you error and everbody else will need to update or make this code change.
thanks for your patience

Chris_D 08-17-2005 05:36 PM

Quote:

Originally Posted by loneranger
chris i have mistaking read the data wrong from the mysql results, you can follow the edits below or just download the updated version now.

goto admincp->plugin system->plugin manager,
and edit the plugin called image hosting 2.1 hook forumhome_start
you will need to find
PHP Code:

$userid=$rows[0]; 

and change it to
PHP Code:

$userid=$rows[1]; 

this should solve you error and everbody else will need to update or make this code change.
thanks for your patience

I'm afraid that's still doing the same mate :(


All times are GMT. The time now is 08:39 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.01346 seconds
  • Memory Usage 1,763KB
  • 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
  • (1)bbcode_code_printable
  • (4)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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