Jump to content

Question

Posted

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

6 answers to this question

Recommended Posts

  • 0
Posted
Acum 20 minute, SilviuInfinite a spus:

Îi poți creea o redirecționare.

ai vreun cod cva?

FiveGame  Lands

Pawno Developer, Mapping , Scripter

Since 2016

  • 0
Posted (edited)
<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

 

 

  • 0
Posted
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

  • 0
Posted

am incercat si asa nu merge panelul   UP

FiveGame  Lands

Pawno Developer, Mapping , Scripter

Since 2016

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • 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.