Go Back   vb.org Archive > Community Central > vBulletin.org Site Feedback
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 10-30-2004, 03:32 AM
AnhTuanCool's Avatar
AnhTuanCool AnhTuanCool is offline
 
Join Date: Jul 2004
Location: Albuquerque
Posts: 263
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default May I ask

Hi all,

I am running a LICENSED vb on my localhost just for testing(the same files licensed as running on the real domain and host), and I've noticed that vb admincp has been sending something out of my computer, and just a few minutes ago, I couldn't view the forum list in my admincp, neither one in admincp on my localhost and the one on the real host work. Can I have an explaination please?
Reply With Quote
  #2  
Old 10-30-2004, 03:58 AM
filburt1 filburt1 is offline
 
Join Date: Feb 2002
Location: Maryland, US
Posts: 6,144
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AnhTuanCOol
Hi all,

I am running a LICENSED vb on my localhost just for testing(the same files licensed as running on the real domain and host), and I've noticed that vb admincp has been sending something out of my computer, and just a few minutes ago, I couldn't view the forum list in my admincp, neither one in admincp on my localhost and the one on the real host work. Can I have an explaination please?
It communicates with Jelsoft servers for license verification and new version checks.
Reply With Quote
  #3  
Old 10-30-2004, 12:00 PM
Xenon's Avatar
Xenon Xenon is offline
 
Join Date: Oct 2001
Location: Bavaria
Posts: 12,878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The problem sounds very familar to me.

IIRC it was/is a very wierd bug with Apache 1, Win98 and vb3.
I were not able to fix that once myself, but after i used Win2000/XP for my localhost, it worked again?
Reply With Quote
  #4  
Old 10-30-2004, 12:53 PM
AnhTuanCool's Avatar
AnhTuanCool AnhTuanCool is offline
 
Join Date: Jul 2004
Location: Albuquerque
Posts: 263
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm using Win2003 Apache 2, is that matter? And the one on the real host doesn't work either(the forum list in the Forum Manager doesn't come up, just the global annou), Unix Apache 1.

I think it's not about the environment vb running on, I think it's about license things and after Jelsoft servers checked I'm running one on the real registered domain and one 127.0.0.1, so it disables some functions for my license. Sorry if I got it wrong?
Quote:
Originally Posted by Xenon
The problem sounds very familar to me.

IIRC it was/is a very wierd bug with Apache 1, Win98 and vb3.
I were not able to fix that once myself, but after i used Win2000/XP for my localhost, it worked again?
Nope, look at the attachment, that's all I have for Forum Manager
Attached Images
File Type: jpg fm.JPG (48.9 KB, 0 views)
Reply With Quote
  #5  
Old 10-30-2004, 01:05 PM
Dean C's Avatar
Dean C Dean C is offline
 
Join Date: Jan 2002
Location: England
Posts: 9,071
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well the reason for that is you have an option in the vBulletion Option section of your admincp set to collapse all forums in the forum manager IIRC. Either way I've set up localhosts 4 times and vB works fine. It is a setting on your end and not due to vB
Reply With Quote
  #6  
Old 10-30-2004, 01:18 PM
AnhTuanCool's Avatar
AnhTuanCool AnhTuanCool is offline
 
Join Date: Jul 2004
Location: Albuquerque
Posts: 263
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh, great, I've just switch it back to default and the Forum manager forums list works fine. Thank you guys and sorry for a bit angry, cause I didn't know how it had been changed to another option like that. Thank you again
Reply With Quote
  #7  
Old 10-30-2004, 01:28 PM
AN-net's Avatar
AN-net AN-net is offline
 
Join Date: Dec 2003
Location: AnimationTalk.com
Posts: 2,367
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how does vb connect back to the vb servers, its sounds so kool ^.^
Reply With Quote
  #8  
Old 10-30-2004, 08:52 PM
Brad Brad is offline
 
Join Date: Nov 2001
Posts: 4,765
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AN-net
how does vb connect back to the vb servers, its sounds so kool ^.^
It uses fopen, or fsockopen (depends) to fetch a file from version.vbulletin.com which it uses to display the latest version in your admincp. There was some debate over this issue as of late so I won't post the exact code. But if you take a peek at /admincp/index.php you'll find it
Reply With Quote
  #9  
Old 10-30-2004, 11:35 PM
Logikos Logikos is offline
 
Join Date: Jan 2003
Posts: 2,924
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I take that code out, I can't stand waiting for vBs servers.
Reply With Quote
  #10  
Old 10-31-2004, 03:37 AM
AN-net's Avatar
AN-net AN-net is offline
 
Join Date: Dec 2003
Location: AnimationTalk.com
Posts: 2,367
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Brad.loo
It uses fopen, or fsockopen (depends) to fetch a file from version.vbulletin.com which it uses to display the latest version in your admincp. There was some debate over this issue as of late so I won't post the exact code. But if you take a peek at /admincp/index.php you'll find it
cool thanks ill take a peek at it, maybe i can link my sites together^.^
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:12 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.04092 seconds
  • Memory Usage 2,266KB
  • Queries Executed 14 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • postbit_attachment
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete