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)
-   -   ecDownloads 3.2 Legacy (https://vborg.vbsupport.ru/showthread.php?t=75198)

j_86 05-11-2005 11:56 AM

Any fixes for having the ` symbol in a username?

Slave 05-11-2005 12:22 PM

Can't remember if I've mentioned this .. but my Stats page is buggered ..

Anyone elses look like mine?

Any idea's on how to fix it?

One-Team 05-12-2005 05:15 PM

if i can add URL it will be awesome hack

Ron1n 05-14-2005 12:54 PM

Quote:

Originally Posted by Slave
Can't remember if I've mentioned this .. but my Stats page is buggered ..

Anyone elses look like mine?

Any idea's on how to fix it?

Look at the top post, the fix has been posted for several months.

Quote:

Originally Posted by One-Team
if i can add URL it will be awesome hack

You can, so i guess its an awesome hack.

Slave 05-14-2005 03:20 PM

Quote:

Originally Posted by Ron1n
Look at the top post, the fix has been posted for several months.

Ahh .. cool, thanks. Didn't see that :p

SHARKY 05-14-2005 09:22 PM

got it all installed but when i ran the sql queries it put my table prefix twice for some reason

like

alienxc_alienxc_file_downloads
alienxc_alienxc_file_files
alienxc_alienxc_file_main
alienxc_alienxc_file_stats
alienxc_alienxc_file_votes
the alienxc should only be there once

how do i fix it because it doesnt recognize the tables that way

wirewolf 05-14-2005 09:52 PM

Unless Ron1n has updated the install file, find in downinstall.php, look for all instances (about 18) of -
" . TABLE_PREFIX . "" . TABLE_PREFIX . "

and delete one " . TABLE_PREFIX . " for each instance.

Be careful not to delete the quotes (") at the beginning and end.

A typical new line should look like this when done:
PHP Code:

$DB_site->query("CREATE TABLE `" TABLE_PREFIX "file_cats` etc----- 

Instead of this:
PHP Code:

$DB_site->query("CREATE TABLE `" TABLE_PREFIX "" TABLE_PREFIX "file_cats` etc----- 

They're doubled up.

John

j_86 05-14-2005 11:10 PM

Quote:

Originally Posted by JimpsEd
Any fixes for having the ` symbol in a username?

^ Bump!

cinq 05-14-2005 11:28 PM

You mean ' symbols get stripped ?
Or causes database errors ?

j_86 05-15-2005 12:17 AM

They cause DB errors when it goes through the userlist.


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