Help - Search - Members - Calendar
Full Version: Invision Board?
MSFN Forums > Coding, Scripting and Servers > Web Development (HTML, Java, PHP, ASP, XML, etc.)

   
Google Internet Forums Unattended CD/DVD Guide
matrix0978
Ok well i set-up invision board and the admin.php works but when i got here...

http://gamexservers.com/forums/index.php

to index.php that shows up?
Martin L
looks like your host is blocking the connection.
matrix0978
ehh what should i ask him? because i know the owner really well
bart of borg
Do you have a Firewall\Router? If so, you may need to use port forwarding for your board to have access.
matrix0978
Its not on my computer. Its from a server...in a datacenter
prathapml
Could be insufficient rights for the user on the db...
matrix0978
eh how would i fix it?
prathapml
depends.... its possible that you may not at all have access to what you need to fix this.

You need to login to your MySQL (or whatever db you use) as root and assign the relevant privileges to the userid under which your db is being accessed by your forum. If its mysql, you have a choice of mode of use...
CODE
PhpMyAdmin  ---> easiest
MySQL Administrator  ---> easy (downloadable freely as the client to manage the mysql server)
command shell   --->   extremely unlikely you'll be given access to this
XtremeMaC
hey i know that error
its just a stupid line of code that does it.
i believe it was at conf_global.php
this misteriously happened when i tried to import another language to the board. i had to install the board 3 times, after that i had to check manually...

i don't remember which line was it but it was a blank space problem,
attach your conf_global.php without your personal info. i'll check it, but don't put it as inline, the spaces get messed up like that...
matrix0978
heres the conf_global.php

CODE
<?php
$INFO['sql_driver']      =    'mysql';
$INFO['sql_host']      =    'localhost';
$INFO['sql_database']      =    'username_xmas';
$INFO['sql_user']      =    'My User';
$INFO['sql_pass']      =    'My Password';
$INFO['sql_tbl_prefix']      =    'ibf_';
$INFO['sql_debug']      =    '1';
$INFO['board_start']      =    '1108616313';
$INFO['installed']      =    '1';
$INFO['php_ext']      =    'php';
$INFO['safe_mode']      =    '0';
$INFO['board_url']      =    'http://gamexservers.com/forums';
$INFO['admin_group']      =    '4';
$INFO['guest_group']      =    '2';
$INFO['member_group']      =    '3';
$INFO['auth_group']      =    '1';

?>


I have the correct username and password stuff. I just didnt put it in here.
XtremeMaC
that's it?
here's how mine looks like
CODE
<?php
$INFO['AVATARS_URL']   = 'style_avatars';
$INFO['EMOTICONS_URL']   = 'style_emoticons/<#EMO_DIR#>';
$INFO['admin_group']   = '4';
$INFO['allow_creator_vote']   = '1';
$INFO['allow_dynamic_img']   = '1';
$INFO['allow_flash']   = '0';
$INFO['allow_images']   = '1';
$INFO['allow_online_list']   = '1';
$INFO['allow_result_view']   = '1';
$INFO['allow_search']   = '1';
$INFO['allow_skins']   = '0';
$INFO['au_cutoff']   = '15';
$INFO['auth_group']   = '1';
$INFO['autoforum_sub_groups']   = '4';
$INFO['autohide_bday']   = '0';
$INFO['autohide_calendar']   = '0';
$INFO['av_gal_cols']   = '5';
$INFO['avatar_def']   = '100x100';
$INFO['avatar_dims']   = '100x100';
$INFO['avatar_ext']   = 'gif,jpg,jpeg,png';
$INFO['avatar_url']   = '1';
$INFO['avatars_on']   = '1';
$INFO['avup_size_max']   = '100';
$INFO['board_name']   = 'Cherez.com';
$INFO['board_offline']   = '0';
$INFO['board_start']   = '1101600620';
$INFO['board_url']   = 'http://www.cherez.com/forum';
$INFO['bot_antispam']   = 'gd';
$INFO['cache_calendar']   = '1';
$INFO['calendar_limit']   = '5';
$INFO['chat04_access_groups']   = '';
$INFO['chat04_account_no']   = '';
$INFO['chat04_default_room']   = '';
$INFO['chat04_display']   = 'self';
$INFO['chat04_height']   = '350';
$INFO['chat04_hide_whoschatting']   = '1';
$INFO['chat04_poppad']   = '50';
$INFO['chat04_servicetype']   = '';
$INFO['chat04_who_on']   = '1';
$INFO['chat04_who_save']   = '2';
$INFO['chat04_whodat_server_addr']   = '--Not currently required--';
$INFO['chat04_width']   = '600';
$INFO['chat_access_groups']   = '';
$INFO['chat_account_no']   = '';
$INFO['chat_admin_groups']   = '';
$INFO['chat_display']   = 'self';
$INFO['chat_height']   = '350';
$INFO['chat_hide_whoschatting']   = '1';
$INFO['chat_language']   = 'en';
$INFO['chat_pass_md5']   = '';
$INFO['chat_pass_md5_new']   = '';
$INFO['chat_poppad']   = '50';
$INFO['chat_refresh_list']   = '15';
$INFO['chat_server_addr']   = '';
$INFO['chat_who_on']   = '1';
$INFO['chat_width']   = '600';
$INFO['clock_joined']   = 'j-F y';
$INFO['clock_long']   = 'M j Y, h:i A';
$INFO['clock_short']   = 'jS F Y - h:i A';
$INFO['converge_login_method']   = 'username';
$INFO['cookie_domain']   = 'something';
$INFO['cookie_id']   = '';
$INFO['cookie_path']   = '';
$INFO['coppa_address']   = '';
$INFO['coppa_fax']   = '';
$INFO['csite_on']   = '1';
$INFO['custom_profile_topic']   = '1';
$INFO['db_topic_read_cutoff']   = '7';
$INFO['debug_level']   = '0';
$INFO['default_language']   = 'turkce';
$INFO['disable_admin_anon']   = '0';
$INFO['disable_gzip']   = '0';
$INFO['disable_ipbsize']   = '0';
$INFO['disable_online_ip']   = '0';
$INFO['disable_reportpost']   = '0';
$INFO['display_max_posts']   = '20';
$INFO['display_max_topics']   = '30';
$INFO['email_in']   = 'something';
$INFO['email_out']   = 'something';
$INFO['emo_per_row']   = '5';
$INFO['etfilter_punct']   = '0';
$INFO['etfilter_shout']   = '1';
$INFO['flood_control']   = '30';
$INFO['force_login']   = '0';
$INFO['forum_trash_can_enable']   = '1';
$INFO['forum_trash_can_id']   = '';
$INFO['forum_trash_can_use_admin']   = '1';
$INFO['forum_trash_can_use_mod']   = '1';
$INFO['forum_trash_can_use_radmin']   = '1';
$INFO['forum_trash_can_use_smod']   = '1';
$INFO['gallery_album_list']   = '1';
$INFO['gallery_album_position']   = 'top';
$INFO['gallery_album_sort']   = 'date';
$INFO['gallery_album_where']   = 'album';
$INFO['gallery_allowed_domains']   = '';
$INFO['gallery_antileech_image']   = '';
$INFO['gallery_bandwidth_period']   = '48';
$INFO['gallery_bandwidth_thumbs']   = '0';
$INFO['gallery_comment_order']   = 'ASC';
$INFO['gallery_create_thumbs']   = '1';
$INFO['gallery_detailed_bandwidth']   = '1';
$INFO['gallery_dir_images']   = '50';
$INFO['gallery_guest_access']   = '1';
$INFO['gallery_im_path']   = '';
$INFO['gallery_images_path']   = 'something';
$INFO['gallery_images_url']   = 'http://www.cherez.com/forum/uploads_g';
$INFO['gallery_img_suite']   = 'gd';
$INFO['gallery_last5_images']   = '1';
$INFO['gallery_max_img_height']   = '600';
$INFO['gallery_max_img_width']   = '800';
$INFO['gallery_random_images']   = '1';
$INFO['gallery_rate_display']   = 'graphical';
$INFO['gallery_stats']   = '1';
$INFO['gallery_stats_where']   = 'both';
$INFO['gallery_thumb_height']   = '64';
$INFO['gallery_thumb_width']   = '64';
$INFO['gallery_use_ecards']   = '1';
$INFO['gallery_use_rate']   = '1';
$INFO['gallery_user_category']   = '1';
$INFO['gallery_user_col']   = '5';
$INFO['gallery_user_gview']   = '0';
$INFO['gallery_user_row']   = '5';
$INFO['gallery_watermark_opacity']   = '75';
$INFO['gallery_watermark_path']   = './watermark.jpg';
$INFO['gallery_web_accessible']   = 'yes';
$INFO['gd_version']   = '2';
$INFO['gl_link']   = '';
$INFO['gl_show']   = '1';
$INFO['gl_title']   = '';
$INFO['guest_group']   = '2';
$INFO['guest_name_pre']   = 'Guest_';
$INFO['guest_name_suf']   = '_*';
$INFO['guests_ava']   = '1';
$INFO['guests_img']   = '1';
$INFO['guests_sig']   = '1';
$INFO['header_redirect']   = 'location';
$INFO['home_name']   = 'Cherez.com a Hosgeldiniz';
$INFO['home_url']   = '';
$INFO['hot_topic']   = '15';
$INFO['img_ext']   = 'gif,jpeg,jpg,png';
$INFO['index_news_link']   = '1';
$INFO['installed']   = '1';
$INFO['ipb_cache_path']   = '';
$INFO['ipb_copy_number']   = '';
$INFO['ipb_img_url']   = '';
$INFO['ipb_reg_name']   = 'yea';
$INFO['ipb_reg_number']   = 'yea';
$INFO['ipb_reg_show']   = '0';
$INFO['ipb_remove_redirect_pages']   = '0';
$INFO['ips_cp_purchase']   = '0';
$INFO['load_limit']   = '';
$INFO['mail_method']   = 'mail';
$INFO['mail_wrap_brackets']   = '0';
$INFO['match_browser']   = '0';
$INFO['max_emos']   = '10';
$INFO['max_h_flash']   = '300';
$INFO['max_images']   = '10';
$INFO['max_interest_length']   = '1000';
$INFO['max_location_length']   = '1000';
$INFO['max_poll_choices']   = '20';
$INFO['max_post_length']   = '1000';
$INFO['max_sig_length']   = '10000';
$INFO['max_w_flash']   = '300';
$INFO['member_group']   = '3';
$INFO['menu']   = '0';
$INFO['mime_img']   = 'style_images/<#IMG_DIR#>/folder_mime_types';
$INFO['min_search_word']   = '4';
$INFO['msg_allow_code']   = '1';
$INFO['msg_allow_html']   = '0';
$INFO['new_reg_notify']   = '0';
$INFO['news_forum_id']   = '43';
$INFO['no_au_forum']   = '0';
$INFO['no_au_topic']   = '0';
$INFO['no_reg']   = '0';
$INFO['nocache']   = '1';
$INFO['number_format']   = ',';
$INFO['photo_ext']   = 'gif,jpg,jpeg,png';
$INFO['php_ext']   = 'php';
$INFO['poll_disable_noreply']   = '0';
$INFO['poll_tags']   = '1';
$INFO['post_order_column']   = 'pid';
$INFO['post_order_sort']   = 'asc';
$INFO['post_titlechange']   = '500';
$INFO['post_wordwrap']   = '80';
$INFO['postpage_contents']   = '5,10,15,20,25,30,35,40';
$INFO['pre_moved']   = 'Moved: ';
$INFO['pre_pinned']   = 'Pinned: ';
$INFO['pre_polls']   = 'Poll: ';
$INFO['preview']   = '';
$INFO['print_headers']   = '0';
$INFO['reg_auth_type']   = '0';
$INFO['reportpost_method']   = 'pm';
$INFO['safe_mode']   = '0';
$INFO['safe_mode_skins']   = '0';
$INFO['search_default_method']   = 'simple';
$INFO['search_engine_bots']   = 'googlebot=Google.com
slurp@inktomi=Hot Bot
ask jeeves=Ask Jeeves
lycos=Lycos.com
whatuseek=What You Seek
ia_archiver=Archive.org';
$INFO['search_post_cut']   = '';
$INFO['search_sql_method']   = 'ftext';
$INFO['session_expiration']   = '3600';
$INFO['short_forum_jump']   = '0';
$INFO['show_active']   = '1';
$INFO['show_bday_calendar']   = '0';
$INFO['show_birthdays']   = '0';
$INFO['show_calendar']   = '0';
$INFO['show_img_upload']   = '1';
$INFO['show_max_msg_list']   = '50';
$INFO['show_totals']   = '1';
$INFO['show_user_posted']   = '1';
$INFO['sig_allow_html']   = '0';
$INFO['sig_allow_ibc']   = '1';
$INFO['siu_height']   = '300';
$INFO['siu_thumb']   = '1';
$INFO['siu_width']   = '300';
$INFO['smtp_host']   = 'something';
$INFO['smtp_pass']   = '';
$INFO['smtp_port']   = '25';
$INFO['smtp_user']   = '';
$INFO['spider_active']   = '1';
$INFO['spider_anon']   = '0';
$INFO['spider_group']   = '2';
$INFO['spider_sense']   = '1';
$INFO['spider_suit']   = '2';
$INFO['spider_visit']   = '1';
$INFO['sql_database']   = 'something';
$INFO['sql_debug']   = '0';
$INFO['sql_driver']   = 'mysql';
$INFO['sql_host']   = 'something';
$INFO['sql_pass']   = 'something';
$INFO['sql_tbl_prefix']   = 'ibf_';
$INFO['sql_user']   = 'db_admin';
$INFO['start_year']   = '2001';
$INFO['startpoll_cutoff']   = '24';
$INFO['strip_quotes']   = '1';
$INFO['strip_space_chr']   = '0';
$INFO['subs_autoprune']   = '0';
$INFO['subsm_enforce']   = '0';
$INFO['subsm_nopkg_group']   = '1';
$INFO['subsm_show_reg']   = '0';
$INFO['threaded_per_page']   = '100';
$INFO['time_adjust']   = '72';
$INFO['time_offset']   = '2';
$INFO['time_use_relative']   = '1';
$INFO['time_use_relative_format']   = '{--}, h:i A';
$INFO['topicmode_default']   = 'linear';
$INFO['topicpage_contents']   = '5,10,15,20,25,30,35,40';
$INFO['tx']   = '80';
$INFO['ty']   = '40';
$INFO['upload_dir']   = 'some dir';
$INFO['upload_url']   = 'http://www.cherez.com/forum/uploads';
$INFO['use_coppa']   = '0';
$INFO['use_mail_form']   = '1';
$INFO['validate_day_prune']   = '5';
$INFO['warn_gmod_ban']   = '1';
$INFO['warn_gmod_day']   = '3';
$INFO['warn_gmod_modq']   = '1';
$INFO['warn_gmod_post']   = '1';
$INFO['warn_max']   = '10';
$INFO['warn_min']   = '0';
$INFO['warn_mod_ban']   = '1';
$INFO['warn_mod_day']   = '3';
$INFO['warn_mod_modq']   = '1';
$INFO['warn_mod_post']   = '1';
$INFO['warn_on']   = '1';
$INFO['warn_past_max']   = '0';
$INFO['warn_protected']   = '';
$INFO['warn_show_own']   = '0';
$INFO['warn_show_rating']   = '0';
$INFO['xforward_matching']   = '0';
$INFO['year_limit']   = '5';

?>


so i believe u've set up something wrong.
u say the admin.php works fine right? then i definitely don't think its your host blocking anything...its just u haven't set it up right..
prathapml
1. your key (or a key you got freely) is in thabove code chunk, please remove it.

2. Please use CODEBOX tag for very large amounts of code as in above.
XtremeMaC
hey i've removed the key 1 min after i posted. u posted this about 1 hour after i posted so i'm guessing u r talking from the email notification u got?

also i didn't know the code tag had scroll bars, new function in ipb2 i guess, i used quote anyways u changed it, good thing.
matrix0978
Now i put in what your confg_global had and i put in my settings and junk and now i get this message...

http://gamexservers.com/forums/index.php

Edit: Well now i kinda of fixed that problem above.. how it says

IPB WARNING [2] load_words(./lang/turkce/lang_global.php): failed to open stream: No such file or directory (Line: 725 of /sources/functions.php)
IPB WARNING [2] load_words(./lang/turkce/lang_global.php): failed to open stream: No such file or directory (Line: 725 of /sources/functions.php)

I can fix that to make it say this...

Fatal error: Cannot instantiate non-existent class: boardstats_functions in /home/something/public_html/forums/sources/boards.php on line 79

i just didnt want to give you the link to that because it has just the username...
XtremeMaC
smile.gif
u weren't supposed to copy it biggrin.gif i just wanted to give u a rough idea on how long it should look.
it contains many entries that i renamed to "something" so u'll encounter many errors,

do u have the latest ipb v2? did any error come up on install?

anyways if u really insist on using the code i posted above
u've to change these
CODE

$INFO['board_name']   ='Cherez.com'; -->change obviously
$INFO['board_start']   ='1101600620'; i believe this one's unique
$INFO['board_url']   ='http://www.cherez.com/forum'; -->change obviously
$INFO['cookie_domain']   ='something'; -->change obviously
$INFO['default_language']   ='turkce'; -->change this to 'en'
$INFO['email_in']   ='something'; -->incoming email address
$INFO['email_out']   ='something'; -->outgoing email address
$INFO['gallery_album_list']   ='1';
$INFO['gallery_album_position']   ='top';
$INFO['gallery_album_sort']   ='date';
$INFO['gallery_album_where']   ='album';
$INFO['gallery_allowed_domains']   ='';
$INFO['gallery_antileech_image']   ='';
$INFO['gallery_bandwidth_period']   ='48';
$INFO['gallery_bandwidth_thumbs']   ='0';
$INFO['gallery_comment_order']   ='ASC';
$INFO['gallery_create_thumbs']   ='1';
$INFO['gallery_detailed_bandwidth']   ='1';
$INFO['gallery_dir_images']   ='50';
$INFO['gallery_guest_access']   ='1';
$INFO['gallery_im_path']   ='';
$INFO['gallery_images_path']   ='something';
$INFO['gallery_images_url']   ='http://www.cherez.com/forum/uploads_g';
$INFO['gallery_img_suite']   ='gd';
$INFO['gallery_last5_images']   ='1';
$INFO['gallery_max_img_height']   ='600';
$INFO['gallery_max_img_width']   ='800';
$INFO['gallery_random_images']   ='1';
$INFO['gallery_rate_display']   ='graphical';
$INFO['gallery_stats']   ='1';
$INFO['gallery_stats_where']   ='both';
$INFO['gallery_thumb_height']   ='64';
$INFO['gallery_thumb_width']   ='64';
$INFO['gallery_use_ecards']   ='1';
$INFO['gallery_use_rate']   ='1';
$INFO['gallery_user_category']   ='1';
$INFO['gallery_user_col']   ='5';
$INFO['gallery_user_gview']   ='0';
$INFO['gallery_user_row']   ='5';
$INFO['gallery_watermark_opacity']   ='75';
$INFO['gallery_watermark_path']   ='./watermark.jpg';
$INFO['gallery_web_accessible']   ='yes';
$INFO['home_name']   ='Cherez.com a Hosgeldiniz'; -->change obviously
$INFO['home_url']   =''; -->change obviously
$INFO['ipb_reg_name']   ='yea'; -->change obviously
$INFO['ipb_reg_number']   ='yea'; -->change obviously
$INFO['smtp_host']   ='something'; localhost usually
$INFO['sql_database']   ='something'; your sql db name
$INFO['sql_driver']   ='mysql';
$INFO['sql_host']   ='something'; sql host
$INFO['sql_pass']   ='something'; sql password
$INFO['sql_tbl_prefix']   ='ibf_'; -->u can change this if u haven't said use default table prefix on setup
$INFO['sql_user']   ='db_admin'; -->sql user, mine's db_admin change that as well..
$INFO['upload_dir']   ='some dir'; -->change obviously
$INFO['upload_url']   ='http://www.cherez.com/forum/uploads'; -->change obviously


the gallery as a whole is an add-in so u can remove all of them if u don't have gallery script installed

well if u trust me or i dunno whatever, i can set it up for u. i've setup lots of forums now biggrin.gif,
matrix0978
Yeah i changed all those and same error.

I might need help doing it...

because i checked everything and everything seems to be normal!
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.