Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

AYUDA en ESPAÑOL POR FAVOR!


tendencc

Recommended Posts

Hola!!! Necesito por favro que alguien me ayude con lo sigte: Instale Oscommerce 2.2, en mi servidor, cuando termine la istalacion que me aparece la pagina donde voy Al CATALOGO o a ADMINISTRACION, el catalogo me funciona bien el problema esta que la ruta que va a Administracion de Oscommerce no funciona... Osea que no eh podido modificar nada.... Por favor que alguien me ayude por que no tengo muchos conocimientos de programacion..... URGENTE AYUDA..... ;(

Link to comment
Share on other sites

SPANISH

Buenas amigo tendencc,

 

Yo puedo ayudar usted.

 

Yo pienso que tu problema esta con el archivo configure.php en el directorio: /admin/includes/configure.php.

--

ENGLISH

Hello friend tendencc,

 

I think I can help you.

 

I guess your issue is with your configure.php file at the directory: /admin/includes/configure.php.

E-commerce?

No external links please.

Link to comment
Share on other sites

ok, ponga las configuraciones de los 2 archivos (configure.php) aqui para que yo puedo ver.

Ponga tamben el website link.

 

 

catalogo/includes/configure.php

y

catalogo/admin/includes/configure.php

pero no te esqueças de esconder la contra seña y el DB_username

 

db_server_username : *******

db_server_password: *******

 

ok?

E-commerce?

No external links please.

Link to comment
Share on other sites

Cunaod intento entrar en mi Admistrador me sale esto:

 

http://tendencias-chic.comdir_ws_adminindex.php/?osCAdminID=058aa3b45387a6e135a7b0a742159bb5

¨

catalogo/includes/configure.php

 

 

define('HTTP_SERVER', 'http://tendencias-chic.com');

define('HTTPS_SERVER', 'http://tendencias-chic.com');

define('ENABLE_SSL', false);

define('HTTP_COOKIE_DOMAIN', 'tendencias-chic.com');

define('HTTPS_COOKIE_DOMAIN', 'tendencias-chic.com');

define('HTTP_COOKIE_PATH', '/osc/');

define('HTTPS_COOKIE_PATH', '/osc/');

define('DIR_WS_HTTP_CATALOG', '/osc/');

define('DIR_WS_HTTPS_CATALOG', '/osc/');

define('DIR_WS_IMAGES', 'images/');

define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');

define('DIR_WS_INCLUDES', 'includes/');

define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');

define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');

define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');

define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');

define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

 

define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/');

define('DIR_FS_CATALOG', '/home/tendencc/public_html/osc/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');

define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

 

define('DB_SERVER', 'localhost');

define('DB_SERVER_USERNAME', '');

define('DB_SERVER_PASSWORD', '');

define('DB_DATABASE', 'tendencc_osc');

define('USE_PCONNECT', 'false');

define('STORE_SESSIONS', 'mysql');

?>

 

 

catalogo/admin/includes/configure.php

 

<?php

define('HTTP_SERVER', 'http://tendencias-chic.com');

define('HTTPS_SERVER', 'http://tendencias-chic.com');

define('ENABLE_SSL', false);

define('HTTP_COOKIE_DOMAIN', 'tendencias-chic.com');

define('HTTPS_COOKIE_DOMAIN', 'tendencias-chic.com');

define('HTTP_COOKIE_PATH', '/osc/');

define('HTTPS_COOKIE_PATH', '/osc/');

define('DIR_WS_HTTP_CATALOG', '/osc/');

define('DIR_WS_HTTPS_CATALOG', '/osc/');

define('DIR_WS_IMAGES', 'images/');

define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');

define('DIR_WS_INCLUDES', 'includes/');

define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');

define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');

define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');

define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');

define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

 

define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/');

define('DIR_FS_CATALOG', '/home/tendencc/public_html/osc/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');

define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

 

define('DB_SERVER', 'localhost');

define('DB_SERVER_USERNAME', '');

define('DB_SERVER_PASSWORD', '');

define('DB_DATABASE', 'tendencc_osc');

define('USE_PCONNECT', 'false');

define('STORE_SESSIONS', 'mysql');

?>

Link to comment
Share on other sites

Visit the link below:

 

How to Secure Your Site

 

Pay close attention to "SECURING THE ADMIN" - Yours is vulnerable.

 

It's easier to do a few security fixes now than to clean up a hacked store later.

 

And if you don't secure the admin your shop will be hacked.

 

It's just a question of when...

:o

 

Someone can translate that if they want.

 

My Spanish is so rusty anyone reading it would need a tetnaus booster if I tried...

:blush:

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

tendencc,

 

Yo penso que puede tener un problema porque los 2 archivos son iguais.

Tenta usar este codigo.

Solo cambia las informaciones (db_server_user y password).

<?php
/*
 osCommerce, Open Source E-Commerce Solutions
 http://www.oscommerce.com

 Copyright (c) 2003 osCommerce

 Released under the GNU General Public License
*/

// Define the webserver and path parameters
// * DIR_FS_* = Filesystem directories (local/physical)
// * DIR_WS_* = Webserver directories (virtual/URL)
 define('HTTP_SERVER', 'http://www.tendencias-chic.com'); // eg, http://localhost - should not be empty for productive servers
 define('HTTP_CATALOG_SERVER', 'http://www.tendencias-chic.com');
 define('HTTPS_CATALOG_SERVER', 'http://www.tendencias-chic.com');
 define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module
 define('DIR_FS_DOCUMENT_ROOT', '/home/tendencc/public_html/osc/'); // where the pages are located on the server
 define('DIR_WS_ADMIN', 'osc/admin/'); // absolute path required
 define('DIR_FS_ADMIN', '/home/tendencc/public_html/osc/admin/'); // absolute pate required
 define('DIR_WS_CATALOG', 'osc/'); // absolute path required
 define('DIR_FS_CATALOG', '/home/tendencc/public_html/osc/'); // absolute path required
 define('DIR_WS_IMAGES', 'images/');
 define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
 define('DIR_WS_INCLUDES', 'includes/');
 define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
 define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
 define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
 define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
 define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

// define our database connection
 define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers
 define('DB_SERVER_USERNAME', '');
 define('DB_SERVER_PASSWORD', '');
 define('DB_DATABASE', 'tendencc_osc');
 define('USE_PCONNECT', 'false'); // use persisstent connections?
 define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'
?>

 

agregame [email protected] y puedo ayudar mas facilmente a usted

Germ dijo usted debe tener cuidado acerca de la seguridad, debido que su website puede ser hackeado.

debe hacer eso: http://forums.oscomm...cure-your-site/

E-commerce?

No external links please.

Link to comment
Share on other sites

Gracias Rafael.

 

El que sabe dos lenguas vale dos hombres.

:thumbsup:

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...