vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Image in profile (https://vborg.vbsupport.ru/showthread.php?t=38258)

Chris M 05-06-2002 02:20 PM

Thanks Zzed...

:tup:

Satan

Zzed 05-06-2002 02:50 PM

Quote:

Originally posted by MrLister

375 hp, 362 tq

Is that at the flywheel or front wheels?

Mine are rear wheel numbers.

MartynJ 05-12-2002 08:16 PM

Seems like an excellent hack, but all I get when I try to use it is:

Warning: Unexpected character in input: '\' (ASCII=92) state=1 in C:\Program Files\Apache Group\Apache2\htdocs\member.php on line 2

Parse error: parse error, unexpected T_STRING in C:\Program Files\Apache Group\Apache2\htdocs\member.php on line 2


Is this the revenge of PHP4.2?

NSeXcellent 06-01-2002 02:33 PM

Quote:

Originally posted by MrLister
nice car.. i'm betting my mx-6 could take you :)

Custom installed body kit (fiber-glass)
greddy dual exhaust
16 psi
basch platinum plugs
strut tower bars
2 inch koniing adjustable coilovers
Magnecor Wires
JL Audio 12W6 Subs
Cone Filter
new cold air intake.

hehe ok i'm getting carried away. think vB. btw no i don't have a picture at the moment.

I'll take a piece of that action! And now you all see where i get this username from... :D

https://vborg.vbsupport.ru/

Keith 06-24-2002 02:04 PM

I'm using 2.2.5, only the URL is coming up and I've double checked the location. What am I missing?

Keith 06-24-2002 02:10 PM

nevermind, I'm an idiot!! Loaded up the member.php file into the wrong directory (portals root) by mistake. Works great, thanks for the hack!!

globalwin 06-24-2002 05:35 PM

this might be daft, but how do I link an image? I cant seem the guess the syntax :(

Zzed 06-24-2002 08:40 PM

Quote:

Originally posted by globalwin
this might be daft, but how do I link an image? I cant seem the guess the syntax :(
It's just a URL, no BB tags are needed.

Keith 06-26-2002 05:59 PM

Zzed, this is the weirdest thing. The hack worked great when I installed it yesterday, I input my URL and it appears. I tried to input the info myself as admin level access into 2 users profile. the reason is, one of them put a URL in and it just showed the white box with an x. When I checked their URL, it was fine.

I then saw this error when I tried to save his record:

Code:

Database error in vBulletin Control Panel 2.2.5:

Invalid SQL: SELECT userid
                                        FROM user
                                        WHERE username='bsurguy'
                                                AND userid <>
mysql error: You have an error in your SQL syntax near '' at line 4

mysql error number: 1064

The referring script is listed as ..../forums/forums/admin/user.php

I only have 1 forums directory, so it should be ...forums/admin/user.php Where might I find the problem here? Confused.

Great hack by the way!

Keith 06-26-2002 07:16 PM

From that user.php file, here's the code, but this doesn't appear to be a problem:

Code:

if ($exists=$DB_site->query_first("SELECT userid
                                        FROM user
                                        WHERE username='".addslashes(htmlspecialchars($ausername))."'
                                                AND userid <> $userid")) {
                echo "There is already an ".makelinkcode('user',"user.php?do=edit&userid=$exists[userid]",1)." named <b>".htmlspecialchars($ausername)."</b>";
                exit;
        }

I replaced the member.php with my original, and deleted the field in the template, but still get the same error now. Any ideas?


All times are GMT. The time now is 06:14 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.01229 seconds
  • Memory Usage 1,739KB
  • 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_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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