Jump to content
  • 0

o mica problema


InceMan

Question

salut, am o problema in legatura cu un panel cum pot sa ascund un fisier cum e .env  ca atunci cand cineva crea sa imi fure datele o poate face www.nume.ro/panel/.env si imi vede datele la baza de date cum pot sa fac sa nu le mai poata vedea 

FiveGame  Lands

Pawno Developer, Mapping , Scripter

Since 2016

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0
<html>
<head>
<script type="text/javascript">
var contor=5
var timp
function functie()
{
document.getElementById('afisare').value=contor
if (contor == 0) { parent.location.href="http://link .env" }
contor=contor-1
timp=setTimeout("functie()",1000)
}
</script>
</head>
<body onLoad="functie()" oncontextmenu="return false" onselectstart="return false" ondragstart="return false">
<center><br /><br /><br /><br />

Vei fi redirectionat in <input type="text" size="1" id="afisare"> secunde, catre siteul <a href='Pagina Principala'>http://pagina-principala.com</a>

</center>
</body>
</html>

 

Edited by SilviuInfinite
Spoiler

Gang Gang

 

 

Link to comment
Share on other sites

  • 0
Acum 21 minute, SilviuInfinite a spus:

<html>
<head>
<script type="text/javascript">
var contor=5
var timp
function functie()
{
document.getElementById('afisare').value=contor
if (contor == 0) { parent.location.href="http://link .env" }
contor=contor-1
timp=setTimeout("functie()",1000)
}
</script>
</head>
<body onLoad="functie()" oncontextmenu="return false" onselectstart="return false" ondragstart="return false">
<center><br /><br /><br /><br />

Vei fi redirectionat in <input type="text" size="1" id="afisare"> secunde, catre siteul <a href='Pagina Principala'>http://pagina-principala.com</a>

</center>
</body>
</html>

 

da dar daca pun asta nu imi mai merge panelul deloc lam pus in .htaccess

FiveGame  Lands

Pawno Developer, Mapping , Scripter

Since 2016

Link to comment
Share on other sites

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.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.