same =)
and i have ext sql , mssql pdo etc etc
Printable View
same =)
and i have ext sql , mssql pdo etc etc
In what it got coded?
solution?
http://i.imgur.com/Lu84x7U.png[/QUOTE]
How fix this problem please,,,???
i read on the internet pdo driver as missing but i ave pdo installed well and works fine. i tink is because runing sql server and not mysql server. i cant explain much more
I fixed it and now I see the main page)) but when I go to the registration page to me is an error in the address bar, it says:
http://localhost/register/
ERROR HTTP 404.0 - Not Found
Please Help me)
check folders in sql server or wwroot folder. How do you fix this error?
Why do all the pages shows homepage? Guys please help.
For example I open the registration page but directs me to the homepage guys please help.
Attachment 137522
i cant pass the database error
Please Friends) How to fix my Problem?
I am Enabled log/ how to fix??? I am Using IIS7
Attachment 137531
http://i.imgur.com/Lu84x7U.png
how do I fix this error?
http://localhost/account/ 404.0 - Not Found
Please help! How to fix?
Create a folder named account in C:\inetpub\wwwroot
and make an index with this code below :D
Code:<div class="well span6"> <p>Seja Bem Vindo<font color=red size=5> <?php echo ucfirst($_SESSION['username']);?>!</font><br>
Mantenha-se sempre atualizado no nosso site com as ultimas notícias e eventos<br>
Atenciosamente Equipe KAOZ.</p>
<?php if($_SESSION['developer'] == 1)
echo "<p><font color=green size=3>Você tem previlégios de DEV</font></p>"; else echo"<p><font color=red size=3>Você não tem previlégios de DEV</font></p>";?>
<?php echo "<p>O ID de sua conta é <font color=white size=5> ". $_SESSION['customerID']."</font></p>";?>
<?php while( $row = sqlsrv_fetch_array( $email2, SQLSRV_FETCH_ASSOC) ) {
echo '<p>Seu email é : <font color=white size=4>'.$row['email'].'</font></p>'; } ?>
<?php while( $row10 = sqlsrv_fetch_array( $login, SQLSRV_FETCH_ASSOC) ) {
echo '<p>Ultimo IP logado : <font color=white size=4>'.$row10['lastloginIP'].'</font></p>'; } ?>
<?php while( $row3 = sqlsrv_fetch_array( $stmt3, SQLSRV_FETCH_ASSOC) ) {
if($row3['AccountStatus'] == 100) echo '<p>Status de Sua Conta: <font color=green size=4>Conta Ativa</font></p>'; else echo '<p>Status de Sua Conta: <font color=red size=4>Conta Banida</font></p>'; } ?>
<?php while( $row4 = sqlsrv_fetch_array( $stmt4, SQLSRV_FETCH_ASSOC) ) {
echo '<p>Seu cash atual é : <font color=white size=5>'.$row4['GamePoints'].'</font></p>'; } ?>
<p>Abaixo Você pode conferir informações básicas sobre seu Sobrevivente</p>
<?php while( $row = sqlsrv_fetch_array( $stmt, SQLSRV_FETCH_ASSOC) ) {
echo '<a href="characters.php?characterName='.$row['Gamertag'].'">'.$row['Gamertag'].'</a><br />'; } ?>
<form action="https://pagseguro.uol.com.br/security/webpagamentos/webpagto.aspx" onsubmit="return enviar"() method="post" target="_blank" id="pagse" name="pagse">
<input type="hidden" name="email_cobranca" value="doidloko@hotmail.com">
<input type="hidden" name="tipo" value="CP">
<input type="hidden" name="moeda" value="BRL">
<input type="hidden" name="item_id_1" value="12">
<input type="hidden" name="item_quant_1" value="1">
<input type="hidden" name="item_descr_1" value="<?php echo $_SESSION['customerID']; ?>"/>
<input type="hidden" name="item_peso_1" value="0">
<H3>PAGSEGURO</h3>
» Cash Liberado em até 24 Horas após aprovação:<br>
<table width="100%" border="0" cellpadding="5">
<tr>
<td width="50%" align="right" bgcolor="#303030"><strong>ID de sua Conta:</strong></td>
<td width="50%" bgcolor="#303030"><input type="text" class="campos" disabled="disabled" name="item_descr_2" value="<?php echo $_SESSION['customerID']; ?>"></td>
</tr>
<tr>
<td align="right" bgcolor="#303030"><strong>Valor a Donatar:</strong></td>
<td bgcolor="#303030"><input type="text" name="item_valor_1" id="item_valor_1" class="campos" onBlur="if((this.value=='') || (this.value=='0,') || (this.value=='0,0') || (this.value=='0'))this.value='0,00';" onKeyPress="if (event.keyCode < 44 || event.keyCode > 57 ) event.returnValue = false; return ApenasNumeros(event)" onKeyDown="FormataValor(this,event,13,2);" value="0,00"></td>
</tr>
<tr>
<td colspan="2" align="center" bgcolor="#303030"><input name="contribuir" class="button"
onclick="retirar('item_valor_1')" type="submit" id="contribuir" value="Efetuar Doação" /></td>
</tr>
</table>
</form>
</br>
<H3>PAYPAL</h3>
» Cash Liberado em até 24 Horas após aprovação:<br>
<table width="100%" border="0" cellpadding="5">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top" target="_blank">
<tr>
<td width="50%" align="right" bgcolor="#303030"><strong>ID de sua Conta:</strong></td>
<td width="50%" bgcolor="#303030"><input type="text" class="campos" disabled="disabled" name="item_descr_2" value="<?php echo $_SESSION['customerID']; ?>"></td>
</tr>
<tr>
<td align="right" bgcolor="#303030"><strong>Valor a Donatar:</strong></td>
<td bgcolor="#303030"><input type="text" name="item_valor_5" id="item_valor_5" class="campos" onBlur="if((this.value=='') || (this.value=='0,') || (this.value=='0,0') || (this.value=='0'))this.value='0,00';" onKeyPress="if (event.keyCode < 44 || event.keyCode > 57 ) event.returnValue = false; return ApenasNumeros(event)" onKeyDown="FormataValor(this,event,13,2);" value="0,00"></td>
</tr>
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="BQUXZ573D4B78">
<input type="hidden" name="item_name" value="<?php echo $_SESSION['customerID']; ?>">
<tr>
<td colspan="2" align="center" bgcolor="#303030"><input name="contribuir" class="button"
onclick="retirar('item_valor_5')" type="submit" id="contribuir" value="Efetuar Doação" /></td>
</tr>
</form>
</table>
</div>