Foros del Web » Creando para Internet » Sistemas de gestión de contenidos »

Como integrar un sistema de descargas a una web?

Estas en el tema de Como integrar un sistema de descargas a una web? en el foro de Sistemas de gestión de contenidos en Foros del Web. tengo un sistema de descargas lo subi.. pero ahora no se como interarlo a mi web.. busque y encontre esto: Si usted quiere integrar el ...
  #1 (permalink)  
Antiguo 20/12/2003, 13:32
 
Fecha de Ingreso: septiembre-2003
Mensajes: 17
Antigüedad: 20 años, 8 meses
Puntos: 0
Como integrar un sistema de descargas a una web?

tengo un sistema de descargas lo subi.. pero ahora no se como interarlo a mi web.. busque y encontre esto:

Si usted quiere integrar el DownloadEngine en una existencia webpage, usted puede hacer esto con el admin - y footerfiles. Los archivos no tienen que estar en la misma carpeta y no deben tener el final *.php. Usted tiene que dar el camino absoluto de ambos archivos (own_header y own_footer) a las variables en el archivo config.inc.php. Más información usted encuentra en este archivo.

pero sigo sin entender quen me puede ayudar??

URGENTE!!!
  #2 (permalink)  
Antiguo 21/12/2003, 20:59
 
Fecha de Ingreso: abril-2003
Mensajes: 339
Antigüedad: 21 años, 1 mes
Puntos: 0
Puedes dar mas info sobre ese producto?
Cual es la web de descarga?
Hay pack en español?
TUtoriales?
Cuan es la url donde lo has subido?
__________________
Disfruta el deporte balonamo en Mundo balonmano [] INtercambia conocimientos en el Foro webmasters
  #3 (permalink)  
Antiguo 22/12/2003, 07:37
 
Fecha de Ingreso: septiembre-2003
Mensajes: 17
Antigüedad: 20 años, 8 meses
Puntos: 0
se llama dl:engine se lo pueden bajar de alexscriptengine.de (esta en aleman pero el script viene en ingles tambien)

no hay pack en español

No hay tutorial

lo subi en www.lalaucha.cjb.net/dl_engine

y eso!! URGENTE!!
  #4 (permalink)  
Antiguo 23/12/2003, 18:35
 
Fecha de Ingreso: septiembre-2003
Mensajes: 17
Antigüedad: 20 años, 8 meses
Puntos: 0
Urgente!!!!!!!!!!! :( :(
  #5 (permalink)  
Antiguo 24/12/2003, 00:36
Avatar de macabro  
Fecha de Ingreso: enero-2003
Ubicación: venus >> ((_\
Mensajes: 254
Antigüedad: 21 años, 4 meses
Puntos: 1
revisa el archivo config.inc.php y titra el codigo me perece que tienes que hacer ahi algunas configuraciones
  #6 (permalink)  
Antiguo 24/12/2003, 08:00
 
Fecha de Ingreso: septiembre-2003
Mensajes: 17
Antigüedad: 20 años, 8 meses
Puntos: 0
Pero cuales?
  #7 (permalink)  
Antiguo 24/12/2003, 09:37
Avatar de macabro  
Fecha de Ingreso: enero-2003
Ubicación: venus >> ((_\
Mensajes: 254
Antigüedad: 21 años, 4 meses
Puntos: 1
Re: Como integrar un sistema de descargas a una web?

Cita:
Si usted quiere integrar el DownloadEngine en una existencia webpage, usted puede hacer esto con el admin - y footerfiles. Los archivos no tienen que estar en la misma carpeta y no deben tener el final *.php. Usted tiene que dar el camino absoluto de ambos archivos (own_header y own_footer) a las variables en el archivo config.inc.php Más información usted encuentra en este archivo.
si, ves el mensaje que te ?, busca ese archivo lo debes de tener en algun lugar el config.inc.php

tambien especifica que es lo que quieres y que es lo que nesecitas hacer.

saludos
  #8 (permalink)  
Antiguo 24/12/2003, 10:13
 
Fecha de Ingreso: septiembre-2003
Mensajes: 17
Antigüedad: 20 años, 8 meses
Puntos: 0
Soy medio imbecil explica denuevo...
  #9 (permalink)  
Antiguo 24/12/2003, 10:47
Avatar de macabro  
Fecha de Ingreso: enero-2003
Ubicación: venus >> ((_\
Mensajes: 254
Antigüedad: 21 años, 4 meses
Puntos: 1
Bueno haber, cada script prefabricado tiene un archivo especial para configurar algunos campos como por ejemplo ingresar la base de datos tu password para el admin en fin en fin te doy un ejemplo:
vamos a suponer que esto se llama config.inc.php

Código PHP:

<?
################################
# configuaraciones
$host "localhost";
$login "xxxx";
$password "xxxx";
$basededatos "xxxx";
$tabla_cats "categorias";
$tabla_secciones "secciones";
################################


$sitio "tu nombre del sitio";
$sitio_url "http://www.tudominio.com/";
$admin_email "[email protected]";
$emailnotify "1";  //si no quieres recibir pon el "0"
$adminpass "admin"//clave para la administracion

$headerfile "cabecera.php";
$footerfile "pie.php";
?>
Mas o menos asi, nose cuanto sabes de php pero si no sabes nada trata de aprender algo, hay muchos tutoriales en www.google.com

saludos
  #10 (permalink)  
Antiguo 24/12/2003, 11:04
 
Fecha de Ingreso: septiembre-2003
Mensajes: 17
Antigüedad: 20 años, 8 meses
Puntos: 0
te voy a poner el codigo que trae el archivo( o parte de el):
<?php
/*
+--------------------------------------------------------------------------
| Alex Download Engine
| ========================================
| by Alex Höntschel
| (c) 2002 AlexScriptEngine
| http://www.alexscriptengine.de
| ========================================
| Web: http://www.alexscriptengine.de
| Email: [email protected]
+---------------------------------------------------------------------------
|
| > Beschreibung
| > Konfigurationsdatei
|
| > Dieses Script ist KEINE Freeware. Bitte lesen Sie die Lizenz-
| > bedingungen (read-me.html) für weitere Informationen.
| >-----------------------------------------------------------------
| > This script is NOT freeware! Please read the Copyright Notice
| > (read-me_eng.html) for further information.
|
| > $Id: config.inc.php,v 1.6 2003/02/22 16:06:08 alex Exp $
|
+--------------------------------------------------------------------------
*/


#######################################
# ab hier, die entsprechenden Daten #
# eingeben #
#######################################
# Please insert the required Data #
#######################################

#// hier den entsprechenden Host
#// your Hostname
$hostname = "localhost";
#// hier Deinen Usernamen zur Datenbank
#// your Username to the Database
$dbUname = "root";
#// hier das Passwort zur Datenbank
#// your Password to the Database
$dbPasswort = "";
#// Bitte hier den Namen der Datenbank eingeben
#// The Name of the Database
$dbName = "tpl_dltest";


#// nachfolgend die Sprache des Admincenters bestimmen (1= DEUTSCH; 2= ENGLISCH)
#// choose the language for the admin area (1= GERMAN; 2= ENGLISH)
$admin_lang = 1;

#######################################
# Header und Footer Setup. #
# Dies ist nur sinnvoll, wenn Du die #
# Engine in einen eigenen Rahmen ein- #
# binden willst #
#######################################
# Header and Footer Setup. #
# It makes only sense, if you want to #
# put the script into your own HTML- #
# frame. #
#######################################

#// legt die Kopfdatei fest, bitte keine URL, sondern den vollständigen Pfad angeben
#// defines the file who will put into the head of the engine, please use the complete path
#// z. B. /usr/local/httpd/htdocs/projekte/header.html
$own_header = "";

#// legt die Fußdatei fest, bitte keine URL, sondern den vollständigen Pfad angeben
#// defines the file who will put into the bottom of the engine, please use the complete path
#// z. B. /usr/local/httpd/htdocs/projekte/footer.html
$own_footer = "";

#######################################
# Tabellen Setup. #
# Bitte nur änder, wenn mehrere #
# Engines verwendet werden #
#######################################
# Table Setup. #
# Please do not change the things #
# above if you have installed only #
# one engine. #
#######################################

// Tabelle für die Einstellungen - Table for settings
$set_table = "dl1_settings";

// Tabelle für die Userdaten - evtl. ändern, falls bereits eine Engine installiert ist. - Table for userdatas
$user_table = "dl1_user";

// Tabelle für die Kategorien - table for categories
$cat_table = "dl1_cat";

// Tabelle für die Kommentare - table for comments
$dlcomment_table = "dl1_commments";

// Tabelle für die Downloads - table to store the files
$dl_table = "dl1_downloads";

// Tabelle für die Avatars - evtl. ändern, falls bereits eine Engine installiert ist. - table for avatars
$avat_table = "dl1_avatar";

// Tabelle für die Usergruppen - evtl. ändern, falls bereits eine Engine installiert ist. - table for usergroups
$group_table = "dl1_groups";

// Tabelle für die Eintragung der Tagesstatistik - table for downloads by day
$stats_day_table = "dl1_stats_day";

// Tabelle für die Eintragung der mtl. Downloads - table for monthly downloads
$stats_month_table = "dl1_stats_month";

// Tabelle um die IP's fuer die Voting-Sperre zu speichern - table to save ip-addresses
$dl_iptable = "dl1_iptable";

// Tabelle um die Kind-Kategorien pro Kategorie aufzuzeigen - table to save childlist of a category
$dl_childtable = "dl1_childlist";

define('APP_VERSION', '1.3.5');

define('ENG_TYPE', 'dl');
?>
<meta name="generator" content="Namo WebEditor v5.0(Trial)">
<p>&nbsp;</p>




que cosa tendria que cambiar para integrarlo a mi web??
  #11 (permalink)  
Antiguo 24/12/2003, 11:12
Avatar de macabro  
Fecha de Ingreso: enero-2003
Ubicación: venus >> ((_\
Mensajes: 254
Antigüedad: 21 años, 4 meses
Puntos: 1
Para que veas que soy bueno me baje el script y encontre el
config.inc.php esta ubicado en
dl_engine_V1.3.5 -- dl_engine -- include -- config.inc.php

y hay es donde tienes que hacer alguna configuraciones
busca esta linea en config.inc.php
Código PHP:

$own_header 
""
crea un archibo html como hay te dice header.html y dale la ruta correcta a ese archivo donde lo guardes
ejemplo si es tu computadora que me imagino lo tienes instalado el apache y php pones el siguiente codigo como ejemplo,
Código PHP:

$own_header 
"C: Apache\ htdocs\ web\ header.html"
//aqui no me sale la barra  esta \  pero si esta / no te olvides de poner la rruta con las barras alrreves 
o si tienes un sitio alojado que soporte php la ruta seria mas o menos asi
Código PHP:

$own_header 
"home/usuario/public_html/header.html"
lo mismo haces con el footer.html
Código PHP:
$own_footer ""
saludos
  #12 (permalink)  
Antiguo 24/12/2003, 11:27
Avatar de macabro  
Fecha de Ingreso: enero-2003
Ubicación: venus >> ((_\
Mensajes: 254
Antigüedad: 21 años, 4 meses
Puntos: 1
Hey tienes una documentacion y ahi te dice como instalarlo
todo lo que tienes que hacer es dirigirte a installer.php poe ejemplo
http://www.tudomino.com/dlengine/installer.php

pero antes tienes que hacer un CHMOD 0777 a los siguientes archivos

Folder templates
Folder files
Folder thumbnails
Folder avatar
File config.inc.php
all files within the templates folder

y ya con eso ya lo tienes que solucionar tu problema si estas instalando a tu computadora no es necesario hacer el CHMOD 777

suerte

Última edición por macabro; 24/12/2003 a las 11:28
  #13 (permalink)  
Antiguo 24/12/2003, 11:32
 
Fecha de Ingreso: septiembre-2003
Mensajes: 17
Antigüedad: 20 años, 8 meses
Puntos: 0
Ha..ahora cacho mas,pongo lo que quiero que este arriba en header y lo de abajo footer? o no? y los lados? :?
  #14 (permalink)  
Antiguo 24/12/2003, 12:07
Avatar de macabro  
Fecha de Ingreso: enero-2003
Ubicación: venus >> ((_\
Mensajes: 254
Antigüedad: 21 años, 4 meses
Puntos: 1
exactamente Sir_Not

por fin lo agarrrastes :)

saludos
  #15 (permalink)  
Antiguo 24/12/2003, 13:00
 
Fecha de Ingreso: septiembre-2003
Mensajes: 17
Antigüedad: 20 años, 8 meses
Puntos: 0
osea que tengo que dividir mi web?
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 05:21.