vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3 Articles (https://vborg.vbsupport.ru/forumdisplay.php?f=187)
-   -   Tutorial: How to run vBulletin onto your PC (https://vborg.vbsupport.ru/showthread.php?t=39482)

N9ne 06-27-2002 08:45 PM

So what do I need to do to get rid of that error message?

TECK 06-29-2002 12:26 AM

install a mail server. search on google for the ones compatible with apache and windoze OSs.

Admin 06-29-2002 07:51 AM

Or use your ISP's SMTP server.

TECK 06-29-2002 09:15 AM

step 5 on PHP Binary INSTALLATION...
but if i understood corectly, he's having a problem receiving, not sending.

Admin 06-29-2002 09:29 AM

Quote:

Originally posted by Nakkid
step 5 on PHP Binary INSTALLATION...
but if i understood corectly, he's having a problem receiving, not sending.

A PHP file cannot receive an email, not by calling mail().

Jadelit 07-01-2002 02:20 AM

Quote:

Originally posted by Anime-loo
i restarted it, i got it working, i just had to reinstall everything over, i think one of the scripts dident come over right, no matter, i got ubb,vb,phpbb,ikonboard,yabb,and postnuke all running now
where did you find the module variables?

Seifer 07-01-2002 07:25 PM

Quote:

Originally posted by Nakkid
this tutorial is the NT platforms only... :)
in win98 you need to download an extra file and it doesnt work well anyway.

btw, "Start > Run > type [high]command[/high]" for windoze98 :p

How bad is it on 98? I really need to learn php, and I can probably do it faster if I didn't have to load files to my server every time I want to check I'm doing something right.

Also, what is the extra file needed?

TECK 07-06-2002 10:48 PM

actually you dont need any extra file on win98, only win95. but i dont recommend you to run apache in win98. get at least win2k.

TECK 07-09-2002 04:24 PM

PHP v4.2.2-dev in the CVS. I added the link. It fixed some bugs...

Jen 07-16-2002 10:44 PM

I installed Apache, Mysql and PHP and more or less everything seems to be working good except in my vB admin.. every time I try to do something, it prompts me for my username and password again. This is real obvious with the hack auto-install scripts, some won't even run because of this. I have the same problem with phpNuke, except it won't seem to let me log in at all (I put in some debug statements in the login routine, its comparing user/pass properly and accepting it, but then fails to log in).

Any suggestions on what needs to be changed in the config files?

eiSecure 07-16-2002 11:05 PM

I'm guessing it's your browser's cookie settings?:confused:

Jen 07-16-2002 11:15 PM

1 Attachment(s)
negative.. it doesn't seem to have any problems with the browser. I've set the local computer to low security, cookies enabled, still the same problem. :(

In phpNuke I'm going in circles on the admin.. I log in, it shows me the admin menu, then when I click something, it goes right back to the login request.

My php.ini file is attached, I changed a few things which cleared up some of the form data issues, but now I can't seem to stay logged in.

TECK 07-17-2002 12:45 AM

yep, there is a bug in PHP. they are working on it:
http://bugs.php.net/bug.php?id=17826

Jen 07-17-2002 01:26 AM

Thanks Nakkid, I was beginning to think something was really screwed up in the config or elsewhere, but for the life of me couldn't figure out what it was.

Mystics 07-17-2002 02:32 PM

Quote:

Originally posted by Jen
every time I try to do something, it prompts me for my username and password again.
With adding this to your admin/config.php you can fix the Cookie problem with vBulletin:
PHP Code:

define('USE_COOKIE_WORKAROUND'1); 


TECK 07-17-2002 11:00 PM

thanks for the tip, i will add it on the first post. :)

DrkFusion 07-24-2002 01:54 AM

Hey, You can use Jana Server which is easier to configure for new users :) you have to download php from php.net though for win.

MySQL samething, but i suggest you use phpmyadmin, the mysql manager is hard for new users.

Drk

TECK 07-24-2002 02:01 PM

The windows application that comes with MySQL is alot easier to use then phpmyadmin. In general, any web based application is not as reliable as the one built in your root.
The best way is to learn the commands that are explained in the MySQL manual and use them on a regular basis. I explained the basic ones in the first post, related to backup and restore.

omegauk 07-24-2002 06:33 PM

Hi, I have followed the instructions and installed my board locally, all perfect. Now I want to copy my live forum to this one so I can do my testing safely. How I do that?
I am running WinXP Pro.

DestyNova 07-24-2002 06:39 PM

Just download these files thur FTP then overwrite these files and be sure to modify templates that you change too.

Also queries mysql too. It will be lots of work, I do that too and successful without any problems

omegauk 07-24-2002 06:47 PM

I want to basically copy the forums style, images etc.. like the live ones, dont mind the hacks.

www.coverscene.com/forums

DestyNova 07-24-2002 07:02 PM

Ok, then go to AdminCP and look for Download/Upload under Styles, then you can download the style that you want and use your local vb to upload it to add that style and images too, download these to overwrite at your local vb

omegauk 07-24-2002 07:08 PM

yep, worked fine. Thanks. :D

DestyNova 07-24-2002 07:10 PM

=D NP

TECK 07-24-2002 07:34 PM

if you want also to import your users and posts, read this:
https://vborg.vbsupport.ru/showthrea...threadid=39558

nghiasi 07-29-2002 02:14 PM

Nice tutorial Thank YOU!
but there a good short cut:
http://www.firepages.com.au
and download the phpdev that is already installed ehehhe.

TECK 08-25-2002 09:05 PM

Quote:

Originally posted by Ang
Okay, so I followed the instructions for phptriad and it worked like a charm. I was able to install vbulletin with no problems. I then used the instructions to get a copy of my live database to be used and this worked - more or less. It completed, but then my computer locked and I had to restart.

Since I've restarted, neither the local version of vb nor the phpmyadmin scripts are able to access the mysql stuff. When I run winmysqladmin.exe it shows up as a red traffic light (not green like it was before). Is there anyway I can fix this?

i personally never liked the idea of those type of premade installs.
the best way is always the old school way.
try to do it from scratch and everything will work just great.

to make a backup follow this tutorial.

Learner29 08-30-2002 06:47 AM

my very minor contribution to this tutorial :

the MySQL zip file was corrupted when I downloaded it from mysql.com (I do not use any download acceleration software, just simple click through IE6)

I also used the Swiss Mirror of mysql.com (at sunsite) and SAME result.

I finally searched for the software on Google and could download it from ovh.net mirror, and that one, was great.

Learner29 08-30-2002 07:24 AM

Quote:

Originally posted by Nakkid
Open Command Window PowerToy - 0.5MB (for more info, visit Microsoft site)
This powertoy to which you made a link here Nakkid, is only for windows XP.

I am looking for the one for windows 2000, but microsoft's server is failing for the third time now on my search request.

Dean C 08-30-2002 03:13 PM

can i post this tutorial on fexboards.com (all credit will go to you nakkid :D)?

TECK 08-30-2002 03:34 PM

sure. please make sure you place a visible link that points here at the top of the tutorial.
also, please post the url of the tutorial here so i can take a look me to. thanks for letting me know.

Dark Shogun 08-31-2002 05:17 AM

Does this tuturial work with Windows ME? I tried to install everything and it didn't work. When I had to edit the file in c:/windows I think it is php.ini or something like that. I tried using wordpad and it wanted to save it as a text file so I tried notepad and it wouldn't let me type everything that needed typing because the document had so much text. I had someone do it for me. So I restarted that apache server and everything and it still doesn't work. I will try it again in the morning but does anyone know what if it actually works on Windows ME?

Dark Shogun

TECK 08-31-2002 05:28 AM

it can be done is winME but do yourself a big favour and either downgrade to win98 or upgrade to winXP. winME is the crappiest piece of software the MS ever made. it crashes simply by loading a driver, imagine running a server on it.

also use a decent text editor, not notepad etc.
i recommend www.textpad.com .

Learner29 08-31-2002 07:20 AM

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Does this tuturial work with Windows ME? I tried to install everything and
it didn't work. When I had to edit the file in c:/windows I think it is
php.ini or something like that. I tried using wordpad and it wanted to save
it as a text file so I tried notepad and it wouldn't let me type everything
that needed typing because the document had so much text. I had someone do
it for me. So I restarted that apache server and everything and it still
doesn't work. I will try it again in the morning but does anyone know what
if it actually works on Windows ME?

Dark Shogun
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
use a real text editor, such as EditPlus2 and UltraEdit8
there are also some very good Free text editors such as NoteTabLight
you can download all of those from www.download.com

Dark Shogun 08-31-2002 07:51 PM

I can't afford to downgrade or upgrade right now.

Dark Shogun

Glenn 09-01-2002 03:50 AM

1 Attachment(s)
can anyone PLEASE help me with this? I'm using win XP home and when I install the msi, this is what shows up =(
in other words, the server wont go up, but it thinks its installed

ahhh wait I fixed it.

ok guys, when you reinstall the apache server make sure you delete the c:\network\apache2 directory and all subdirectories/files then reinstall. then you're good

ok wait wait...

I'm still getting errors restarting. I replaced the file and all that too, still dont work. any ideas?

Koss 09-03-2002 07:58 PM

hmm when I try to restart the apache i get the following error:

"The system cannot find the path specified"

any ideas? :(

Koss 09-04-2002 01:21 AM

ok i got it working, but when i try to access: http://localhost/forums/

I get a page that says "Index of /forums" and it list all the files in that folder. When I try to click on a file i get the "file download" prompt

is everyone else's like this?

TECK 09-04-2002 05:45 AM

you didnt installed properly php.

Learner29 09-05-2002 10:28 PM

hi guys.

everything in the installation procedure went silky smooth ... now I am left with one problem.

when I try to import my database, I have this error message :

ERROR 2006 at line 569: MySQL server has gone away

I turn mysql back on, and try again, but this process is killing the mysql server or something....

any help ??


All times are GMT. The time now is 03:01 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.02120 seconds
  • Memory Usage 1,818KB
  • 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_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
  • (40)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