en: Sin categoría
Estas son las cosas básicas que necesitas saber para instalar YaBB en tu servidor.
Descarga YaBB 2.0 (Language pack Español)
Debes saber o conocer sobre:
- Permisos de ficheros.
- Uso de cliente Ftp.
- Nociones básicas de Perl y HTML.
Necesitas un servidor con soporte para Perl por lo tanto no valen ni Tripod, AngelFire y Geocities.
Prueba con Servage ó echale un vistazo a este documento.
Tienes que tener instalado un cliente FTP como FileZilla o WS_FTP.
Acceso FTP, acceso a cuenta de hosting, soporte para Perl, +1mb libre de espacio y que tienes un servidor de mail (SMTP) o sendmail en tu cuenta de hosting.
Antes de subir los archivos al servidor necesitas hacer una serie de modificaciones…
Editaremos ‘AdminIndex.pl’, ‘Setup.pl’ y ‘YaBB.pl,’ que se encuentran en la carpeta ‘cgi-bin/yabb2′.
Abre estos archivos con tu editor de texto favoritos y asegurate que cada uno de ellos comienza con la etiqueta #!.
Perl puede ser instalado en diferentes localizaciones, #!C:/Perl/Bin/Perl.exe en Windows y #!/usr/bin/perl.
Chequea tu servidor y comprueba esos datos.
Crea en ‘cgi-bin’ un directorio llamdo “yabb2″ o lo que prefieras que salga en tu URL.
Si no tienes ‘cgi-bin’ creado, crealo y crea el directorio “yabb2″.
Sube los archivos en modo ASCII a ‘cgi-bin/yabb2′.
Debería quedarte una estrcutura similar a esta:
* cgi-bin/yabb2/
* cgi-bin/yabb2/Admin
* cgi-bin/yabb2/Boards
* cgi-bin/yabb2/Help/English/Admin
* cgi-bin/yabb2/Help/English/Gmod
* cgi-bin/yabb2/Help/English/Moderator
* cgi-bin/yabb2/Help/English/User
* cgi-bin/yabb2/Languages/English
* cgi-bin/yabb2/Members
* cgi-bin/yabb2/Messages
* cgi-bin/yabb2/Modules/Digest
* cgi-bin/yabb2/Modules/Time
* cgi-bin/yabb2/Modules/Upload/CGI
* cgi-bin/yabb2/Sources
* cgi-bin/yabb2/Templates/default
* cgi-bin/yabb2/Variables
En una seccion de tu cuenta o espacio crea otro directorio que se llame ‘yabbfiles.’
Y sube en modo binario los archivos del paquete que se encuentran en la carpeta del mismo nombre.
Es importante no renombrar estas carpetas porque en ese caso las rutas no coincidiran.
* yabbfiles/
* yabbfiles/Attachments
* yabbfiles/avatars
* yabbfiles/Buttons/English
* yabbfiles/ModImages
* yabbfiles/Smilies
* yabbfiles/Templates/Admin/default
* yabbfiles/Templates/Forum/default
Despues de haber subido los archivos nos quedaría cambiar los permisos en servidores Linux lo podrás hacer sin problemas sin embargo en servidores Windows probablemente tengas que contactar con el departamento de soporte del servicio.
Si te encuentras un poco perdido en esta fase echa un ojo a YaBB Codex Chmod Tutorial.
——- NON cgi-bin section ———
* drwxrwxrwx (chmod 777)public_html/yabbfiles
* -rw-rw-rw- (chmod 666)(in ASCII)public_html/yabbfiles/*.js* drwxrwxrwx (chmod 777)public_html/yabbfiles/Attachments
* drwxrwxrwx (chmod 777)public_html/yabbfiles/avatars
* -rw-rw-rw- (chmod 666)(in Binary)public_html/yabbfiles/avatars/* (all files)* drwxrwxrwx (chmod 777)public_html/yabbfiles/Buttons
* -rw-rw-rw- (chmod 666)(in Binary)public_html/yabbfiles/Buttons/English/* (all files)* drwxrwxrwx (chmod 777)public_html/yabbfiles/ModImages
* drwxrwxrwx (chmod 777)public_html/yabbfiles/Templates/Admin
* -rw-rw-rw- (chmod 666)(in Binary)public_html/yabbfiles/Templates/Admin/default/* (all files)
* -rw-rw-rw- (chmod 666)(in ASCII)public_html/yabbfiles/Templates/Admin/default.css* drwxrwxrwx (chmod 777)public_html/yabbfiles/Templates/Forum
* -rw-rw-rw- (chmod 666)(in Binary)public_html/yabbfiles/Templates/Forum/default/* (all files)
* -rw-rw-rw- (chmod 666)(in ASCII)public_html/yabbfiles/Templates/Forum/default.css——- CGI-BIN section (all files in ASCII) ———
* -rwxr-xr-x (chmod 755)cgi-bin/yabb2
* -rwxr-xr-x (chmod 755)cgi-bin/yabb2/AdminIndex.pl
* -rwxr-xr-x (chmod 755)cgi-bin/yabb2/FixFile.pl
* -rw-rw-rw- (chmod 666)cgi-bin/yabb2/Paths.pl
* -rwxr-xr-x (chmod 755)cgi-bin/yabb2/Setup.pl
* -rwxr-xr-x (chmod 755)cgi-bin/yabb2/YaBB.pl* drwxrwxrwx (chmod 777)cgi-bin/yabb2/Admin
* -rw-rw-rw- (chmod 666)cgi-bin/yabb2/Admin/* (all files)* drwxrwxrwx (chmod 777)cgi-bin/yabb2/Boards
* -rw-rw-rw- (chmod 666)cgi-bin/yabb2/Boards/* (all files)* drwxrwxrwx (chmod 777)cgi-bin/yabb2/Convert
* drwxrwxrwx (chmod 777)cgi-bin/yabb2/Convert/Boards
* drwxrwxrwx (chmod 777)cgi-bin/yabb2/Convert/Members
* drwxrwxrwx (chmod 777)cgi-bin/yabb2/Convert/Messages
* drwxrwxrwx (chmod 777)cgi-bin/yabb2/Convert/Variables* drwxrwxrwx (chmod 777)cgi-bin/yabb2/Help/English/Admin
* -rwxrwxrwx (chmod 777)cgi-bin/yabb2/Help/English/Admin/* (all files)* drwxrwxrwx (chmod 777)cgi-bin/yabb2/Help/English/Gmod
* -rwxrwxrwx (chmod 777)cgi-bin/yabb2/Help/English/Gmod/* (all files)* drwxrwxrwx (chmod 777)cgi-bin/yabb2/Help/English/Moderator
* -rwxrwxrwx (chmod 777)cgi-bin/yabb2/Help/English/Moderator/* (all files)* drwxrwxrwx (chmod 777)cgi-bin/yabb2/Help/English/User
* -rwxrwxrwx (chmod 777)cgi-bin/yabb2/Help/English/User/* (all files)* drwxrwxrwx (chmod 777)cgi-bin/yabb2/Languages/English
* -rw-rw-rw- (chmod 666)cgi-bin/yabb2/Languages/English/agreement.txt
* -rw-rw-rw- (chmod 666)cgi-bin/yabb2/Languages/English/censor.txt
* drwxrwxrwx (chmod 777)cgi-bin/yabb2/Languages/English/* (remaining files)* drwxrwxrwx (chmod 777)cgi-bin/yabb2/Members
* -rw-rw-rw- (chmod 666)cgi-bin/yabb2/Members/* (all files)* drwxrwxrwx (chmod 777)cgi-bin/yabb2/Messages
* -rw-rw-rw- (chmod 666)cgi-bin/yabb2/Messages/* (all files)* drwxrwxrwx (chmod 777)cgi-bin/yabb2/Modules/Digest/Perl
* -rwxrwxrwx (chmod 777)cgi-bin/yabb2/Modules/Digest/Perl/MD5.pm* drwxrwxrwx (chmod 777)cgi-bin/yabb2/Modules/Time
* -rwxrwxrwx (chmod 777)cgi-bin/yabb2/Modules/Time/HiRes.pm* drwxrwxrwx (chmod 777)cgi-bin/yabb2/Modules/Upload
* -rwxrwxrwx (chmod 777)cgi-bin/yabb2/Modules/Upload/CGI.pm
* drwxrwxrwx (chmod 777)cgi-bin/yabb2/Modules/Upload/CGI
* -rwxrwxrwx (chmod 777)cgi-bin/yabb2/Modules/Upload/CGI/Util.pm* drwxrwxrwx (chmod 766 or 777)cgi-bin/yabb2/Sources
* -rwxr-xr-x (chmod 755)cgi-bin/yabb2/Sources/* (all files)* drwxrwxrwx (chmod 766 or 777)cgi-bin/yabb2/Templates
* drwxrwxrwx (chmod 766 or 777)cgi-bin/yabb2/Templates/default
* -rw-rw-rw- (chmod 666)cgi-bin/yabb2/Templates/default/* (all files)* drwxrwxrwx (chmod 766 or 777)cgi-bin/yabb2/Variables
* -rw-rw-rw- (chmod 666)cgi-bin/yabb2/Variables/* (all files)
Has subido y dado permiso a tus archivos y ya esta todo listo para funcionar, este es el último paso.
Dirigete a:
http://www.tusitio.com/cgi-bin/yabb2/Setup.pl
Simplemente sigue los paso porque esto ya es lo más parecido a la instalación de un programa en Windows.
Coloca el aspecto gráfico a tu gusto y crea los diferentes temas, ya sabemos que sobre gusto no hay nada escrito y no voy a ser yo quien lo escriba.
5 Respuestas a Guía rápida de instalación: YaBB 2.0 Forums
Anónimo
8 de Septiembre de 2006 a las 2:35 pm
todo claro jejeje lo he probado y me ha funcionado aunque pienso que phpbb es mas sencillo
Anónimo
28 de Octubre de 2006 a las 10:37 am
no em quedo claro eso de la configuracion de permisos
disculpen la ignorancia
Anónimo
2 de Noviembre de 2006 a las 5:57 am
Hola , asias por tu manual , he hecho funcionar el foro , pero los botones , avatars etc no van , he probado a darles varias rutas al path pero no consigo que funcionen
me puedes ayudar?
AKbiznes
22 de Diciembre de 2009 a las 10:08 pm
Хотите иметь дополнительный интерес пребывания в сети интернет, и при этом неплохо зарабатывать? Если да, то система “MoneyTrain” создана именно для Вас!
Проект ”MoneyTrain” создан для дополнительного заработка в сети интернет любому желающему, в независимости от возраста, пола и социального статуса.
Принцип работы:
Став полноправным участником проекта MoneyTrain (далее МТ) после приобретения первого уровня в любом из предложенных тарифов, каждый участник проекта начинает свой бизнес по системе многоуровневых продаж. Предметом продаж являются уровни программы МТ. Средством продажи является программа МТ в виде клиент-серверного приложения, с помощью которой участники проекта ведут свой бизнес и контролируют его развитие. Все денежные расчёты производятся исключительно между участником (куратором) и покупателем (клиентом), никаких посредников и процентных комиссий нет. Вся стоимость уровня на 100% будет переведена на кошелёк участника системы МТ.
При регистрации используйте следующий PID код:
AAGVJLAUAXFMIEHY Junior (1й уровень 3€ или 135 рублей)
Помните, если не ввести этот PID-код, Вы не сможете зарегистрироваться!!!
Что Вы получаете:
1. Программу МТ с продуманным и удобным интерфейсом, а так же сервис ведения Вашего бизнеса в одном лице.
2. Интересную работу с бесконечными прибылями.
3. Дружественную команду партнеров.
4. Персональный идентификатор (pid) в системе.
Ваши затраты:
Все Ваши личные затраты не превысят стоимость первого уровня (смотрите таблицу продаж). Все, что нужно для вступления в проект – это купить первый уровень в любом подходящем для Вас тарифе (или сразу в нескольких) у своего куратора. Далее Вы не потратите ни копейки своих кровных.
Как начать:
Для того чтобы начать работать в проекте МТ Вам необходимо:
1. Иметь электронный интернет кошелёк в любой платёжной системе имеющий аналог функции протекция сделки (рекомендуем WME) с необходимой суммой для покупки первого уровня. Программа МТ не привязана к какой либо платёжной системе, Вы можете использовать любую удобную для Вас или несколько систем одновременно.
2. Скачать программу МТ на свой компьютер.
3. Установить программу МТ и зарегистрироваться в ней используя Pid приведённый выше.
4. Заказать 1й уровень и оплатить куратору его стоимость.
5. Когда Ваш куратор активирует Вам 1й уровень, Вы станете полноправным участником проекта МТ и сможете приступать к работе.
Каждый человек хотел бы зарабатывать деньги сидя перед монитором своего любимого компьютера, теперь с помощью программы “МТ” это стало возможно.
“Money Train” это поезд, который перемещается по сети Интернет, попутно набирая всё новых пассажиров. Представьте себе на минуту, что Вы оказались на железнодорожном вокзале, и на Вашу станцию подъезжает поезд, самый современный и стремительный, от которого захватывает дух. Раньше Вы никогда его не видели. И вот перед Вами открываются двери поезда и Вам решать войти в него или нет. Если вы сделали шаг на первую ступень, то добро пожаловать в независимое будущее, цена билета в которое не так уж велика.
Money Train — Современный поезд
способный доставить Вас к Вашей Мечте!
Ещё раз напоминаю про PID: AAGVJLAUAXFMIEHY Junior
Контактные данные: e-mail: ankap21@gmail.com, ICQ: 478270284
Не упусти свой шанс!
jckiaedmy
26 de Diciembre de 2009 a las 5:14 am
[url=www.topvideoconverter.com/iphone-ringtone-maker/]iPhone Ringtone Maker[/url] provides a enlightened iPhone ringtone creator for iPhone fans.
It is a ultimate solution to help you convert almost all mainstream videos/audios like [url=http://www.topvideoconverter.com/iphone-ringtone-maker/3gp-to-m4r-iphone-ringtone.html]3gp to m4r iphone ringtone[/url], [url=http://www.topvideoconverter.com/iphone-ringtone-maker/mkv-to-m4r-iphone-ringtone.html]mkv to m4r iphone ringtone[/url], [url=http://www.topvideoconverter.com/iphone-ringtone-maker/ra-to-m4r-iphone-ringtone.html]ra to m4r iphone ringtone[/url], [url=http://www.topvideoconverter.com/iphone-ringtone-maker/wmv-to-m4r-iphone-ringtone.html]wmv to m4r iphone ringtone[/url] and upload personalized M4R ringtone to iPhone directly without iTunes after the conversion is done.
Ecept for these, it can even customize ringtone from songs purchased in iTunes store without any recurring fees, and clip any music segment from video/audio and convertl it to iPhone ringtone.
The [url=http://www.topvideoconverter.com/iphone-ringtone-maker/guide.html]guide of iphone ringtone maker[/url] unveal how to effortlessly create your own iPhone ringtone from any video/audio files.
Firstly, download and launch the iPhone ringtone maker software. Then, the leading interface pops up.
1. Click the “browse” button just beside the “Input File” button to get the file you need to custermize ringtone in the window that pops up, then click “OK” button. You will see the file path and name in the textbox.
2. Click “play” button to preview the music before creating ringtone and choose the segment of it you want to use as your iPhone ringtone. Then drag and put the start & end slider to get music clip to convert, or type the start & end time in the corresponding text box directly.
3. Set output destination folder by clicking “browse” button on the right side of the “Local output File” label.
4. If you want, check “Export to iPhone” selection to upload output ringtone to your iPhone directly after the conversion is done.
5. After all the above are finished, click “Generate” button to start making your own iPhone ringtone. During the conversion, you can monitor the process by the progress bar at the bottom.
Just a hadful seconds, you create your own iPhone ringtone from the loved music.
[url=http://www.topvideoconverter.com/iphone-ringtone-maker/download.html]Download iphone ringtone maker[/url] here.