please help me im new here and i dont know how to make a tantra website my server is ok now i only need is a website![]()
please help me im new here and i dont know how to make a tantra website my server is ok now i only need is a website![]()
i have a file on it but its not complete. I think someone have the file but its for sale. maybe dude just search.
i don't have yagamy web. i have 3 website of tantra, but it has error, i don't share files that is not complete.
is your yagami run smoothly? no problem?
Buenas
1. Asegurate de que el Xampp Este corriendo al 100%
2. Pegale el plugin al xampp
3. Asegúrate de que tu SQL funcione bien y tengas la pws del SA del sql
4. En la caprta HTDCS del xampp pones la web y configuras los .php Config.php Y tambein los que se encuentran dentro de la carpeta Regsitro.
can you share it with me? maybe i can help it.
@bakalao english please
good
1. Make sure the Xampp is running at 100%
2. Hit the plugin to xampp
3. Make sure your SQL work well and have the sql pws HS
4. In the xampp HTDCS caprta put the website and configure. Tambein php config.php and those found in the folder Regsitro.
@bakalao i have this error
"Parse error: syntax error, unexpected '=' in C:\xampp\htdocs\tantra\conec.php on line 5"
and this is the code
"<?php
function Conectarse()
{
global $link;
if (!(=mssql_pconnect("localhost","root","wewew",)))
{
exit();
}
if (!mssql_select_db("UserLogin",$link))
{
exit();
}
return $link;
}
Conectarse();
?>"
can u explained it to me? what i do to correct the error,
Good
"<?php
function Conectarse()
{
global $link;
if (!(=mssql_pconnect("HERE YOU PUT THE NAME OR BASE SQL SQL ","HERE sa","HERE PWS OF sa",)))
{
exit();
}
if (!mssql_select_db("UserLogin",$link))
{
exit();
}
return $link;
}
Conectarse();
?>"
you would be something like friend
"<?php
function Conectarse()
{
global $link;
if (!(=mssql_pconnect("USUARIO-PC\SQLEXPRESS","sa","123456",)))
{
exit();
}
if (!mssql_select_db("UserLogin",$link))
{
exit();
}
return $link;
}
Conectarse();
?>"
Is an example
same error,
"if (!(=mssql_pconnect("USUARIO-PC\SQLEXPRESS","sa","123456",)))"
where i can find this "USUARIO-PC\SQLEXPRESS'? "sa" is my username? "1234567" is my password?
i already found my user-pc but i use windows authentication, there's no password given.