Well i was thinking changing the memory_limit with ini_set() function to improve portability :s
Also know i get this error
PHP Fatal error: Maximum execution time of 30 seconds exceeded
Hey guys i am trying to make a shopping cart script and i barley started but this is what i have so far and the error its giving me but i am not sure why i am receiving it. when i added a unitialized variable the script freaked out and looked like it was in a never ending loop :/
Here is the...
How can you afford a VPS but not a domain? there 15$ per YEAR vps are around 372$ per year
i believe you could use Dot TK's Free DNS Service just enter the A-Records (Your IP Address for your server)
He is correct if the client is not working it could be your swfs or emulator ip make sure your emulator ip address and port are accessible outside of localhost
BEFORE you ask me how GOOGLE it.
Try different swfs pack that are known to work if one works then it must be your emulator or something else
Sanitizing data is good practice but there is no way you could get hacked with what i wrote unless you do something like this
<?php
echo $stats($_GET['something']);
// or
echo $stats($_POST['something']);
?>
Not an expert but shouldn't it be like this?
<?php
// Create connection
$con=mysql_connect('HOST', 'USERNAME', 'PASSWORD')
mysql_select_db('DBNAME', $con);
// Check connection
if (!$con)
{
echo "Failed to connect to MySQL: " . mysql_connect_error();
}
?>
<center><li...
i use the SPR-0 autoload standards so my file is located at
C:\inetpub\wwwroot\lib\database.php
and it uses the database interface located at
C:\inetpub\wwwroot\lib\interfaces\database.php
And it was the interface :( thanks though problem fixed
Hello community i need some help with my database class.
I am sure this is an issue with IIS or PHP-CGI but i am not sure :(
Here is the error i am receiving
PHP Fatal error: Maximum execution time of 30 seconds exceeded in C:\inetpub\wwwroot\lib\database.php
Here is the code that is causing...
At least he is being honest and telling you "Eventually I will fuck you over for all your hard work"
On Topic:
A lot of developers don't have the time to give hand outs anymore I would recommend doing it your self or paying someone
Hiding your IP address could help I'm not a professional on server security but there are many great tutorials out there to help
http://www.networkworld.com/article/2170051/tech-primers/four-ways-to-defend-against-ddos-attacks.html
I am not remaking the wheel modify this to fit your needs i have tested it on mobile, tablet and desktop it works.
http://blog.teamtreehouse.com/create-an-absolute-basic-mobile-css-responsive-navigation-menu
JSFIDDLE:
http://jsfiddle.net/6x9senq5/
usually its habbo.com blocking you. I fix this issue by changing habbo.com to habbo.nl in the image url for the looks. if you need help i have a few minutes to spare.
BTW:
PhoenixPHP is out dated i have been told if you wan't to use this cms you will have to update most of the code. I would use...