Jump to content
Fórum Script Brasil
  • 0

login painel administrativo-ajuda


brunobcardoso

Question

Senhores, comprei uma loja virtual em um site de leiloes muito famoso, contudo, o vendedor me enrolou, e acabei ficando com o abacaxi.

Eis a questão:

Quando eu acesso o /admin em localhost, sou direcionado para a seguinte pagina:

minhaloja/gerenciar/index.php

Coloco a senha e usuario e sou direcionado para:

http://localhost/min...index.php?ToDo=

E fica nisso, a url fica piscando, como se estivesse carregando a pagina e não achando a mesma.Qualquer sugestão é bem vinda!

Grato!

OBs: Uso o wamp

O código do conf.php é:

$GLOBALS['ISC_CFG']["isSetup"] = true;

$GLOBALS['ISC_CFG']["Language"] = 'br';

$GLOBALS['ISC_CFG']["AllowPurchasing"] = 1;

$GLOBALS['ISC_CFG']["serverStamp"] = 'JRLOJAAMxAjM9MmSwIGVyo0cuBnYXdVTFdUbQl&UlhUQBFUQBFUQBFUQRFURBp0TMJlS';

$GLOBALS['ISC_CFG']["HostingProvider"] = 'WWW.HOSTLOJA.NET';

$GLOBALS['ISC_CFG']["UseWYSIWYG"] = 1;

$GLOBALS['ISC_CFG']["dbType"] = 'mysql';

$GLOBALS['ISC_CFG']["dbEncoding"] = 'latin1';

$GLOBALS['ISC_CFG']["dbServer"] = 'localhost';

$GLOBALS['ISC_CFG']["dbUser"] = 'root';

$GLOBALS['ISC_CFG']["dbPass"] = '';

$GLOBALS['ISC_CFG']["dbDatabase"] = 'meubd';

$GLOBALS['ISC_CFG']["tablePrefix"] = 'isc_';

$GLOBALS['ISC_CFG']["StoreName"] = 'Loja Modelo';

$GLOBALS['ISC_CFG']["StoreAddress"] = 'BR/BR';

$GLOBALS['ISC_CFG']["LogoType"] = 'text';

$GLOBALS['ISC_CFG']["StoreLogo"] = '';

$GLOBALS['ISC_CFG']["ShopPath"] = 'www.meudominio.com';

O que acontece é que eu não entendi o ocorrido, eu digito minhaloja/admin e sou redirecionado pra essa pagina :

minhaloja/gerenciar/index.php

O codigo da mesma:

<title>PAINEL DE CONTROLE</title>

<meta http-equiv=Content-Type" content="text/html; charset=ISO-8859-1" />

<meta name="robots" content="noindex, nofollow" />

<link rel="SHORTCUT ICON" href="../product_images/favicon.ico" />

<style type="text/css" media="screen">

body {padding:0px;margin:0px;}

</style>

</head>

<body>

<?php

include "../config/config.php";

$urlloja = $GLOBALS['ISC_CFG]["ShopPath"];

?>

<div id="container">

<iframe src="<?php echo $urlloja;?>/admin/index.php" width="100%" frameborder="0" height="100%" align="center" scrolling="yes"></iframe>

</div>

</body>

</html>

E depois que preencho os campos user e senha, fica nessa pagina:

http://localhost/min...index.php?ToDo=

Sendo que nada acontece, a pagina fica carregando, mas não da erro e nem abre o painel administrativo da loja.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...