vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Favorite Forums, but I don't have phpMyAdmin? (https://vborg.vbsupport.ru/showthread.php?t=34572)

Gutspiller 01-28-2002 07:30 PM

// Step 2.
// Open phpMyAdmin find user table in your forum Database
// Add one column

name selforum
TYPE BLOB
null Yes

So, what do I do if I don't have phpMyAdmin?

Any help on this would be greatly appreciated.

Thanks.

Scott MacVicar 01-28-2002 07:33 PM

i think getting it would be the best solution, you can get it from http://phpmyadmn.soureceforge.net

Lesane 01-28-2002 07:59 PM

or you could install this hack ;)

https://vborg.vbsupport.ru/showthrea...ighlight=query

Gutspiller 01-28-2002 08:00 PM

Quote:

Originally posted by PPN
i think getting it would be the best solution, you can get it from http://phpmyadmn.soureceforge.net
uh, no I can't. :( Also wouldn't that be the hosts job to have it on their server? Even if I could download it, how do I get it to create the table I need? :confused:

Gutspiller 01-28-2002 08:20 PM

Quote:

Originally posted by Lesane
or you could install this hack ;)

https://vborg.vbsupport.ru/showthrea...ighlight=query

*slaps forhead*

I already have that installed too. I am just used to peeps saying run sql query. :o And to think some people respect me. :D

One question though, how do I create the table that it's asking for because I don't know the lines and um code and uh stuff. :)

Scott MacVicar 01-29-2002 06:17 AM

phpmyadmin is just a script to allow you to mamage and manipulate your databases. There is various links within it to help you create and alter tables.

Admin 01-29-2002 12:24 PM

You're not supposed to create a `user` table!! :eek:

Just run this query (add a column to the user table):
Code:

ALTER TABLE user ADD selforum BLOB NULL;
(I think at least, if it errors on you don't worry ;))


All times are GMT. The time now is 09:25 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.00949 seconds
  • Memory Usage 1,720KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete