Jump to content
MakeWebGames

Recommended Posts

Posted

any existing html lionks would be broken ... what i would do is keep criminal but add something like this into it

<?php
header("Location:".str_replace("criminal.php", "robbery.php", $_SERVER['REQUESR_URI']);
?>

please note this is untested

Posted
any existing html lionks would be broken ... what i would do is keep criminal but add something like this into it

 

<?php
header("Location:".str_replace("criminal.php", "robbery.php", $_SERVER['REQUESR_URI']);
?>

 

please note this is untested

 

And Dayo, where i place that?

Posted

what if you had a link criminal.php?docrime=1&useitm=3 (granted its not default mccodes but you get what i mean)

so it would change criminal.php?docrime=1&useitm=3 to robbery.php?docrime=1&useitm=3

Posted

Well, sometimes stylesheets can become messy but here's a tip: You may define more than one style reference to an HTML element.

So insert a space, and then insert the name of your definition. eg: <object style="one two">

Posted

Hmm about moving the table to the left....

Im not very skilled in CSS( I am learning though) but could you not simply put

margin-left: 10px;

into the table style ?..

find out your table style name and simply search for it in your css file...a lot quicker than looking through the entire file..

sorry if it dont work...lol

also you should make your questions a bit more clear if you would like help..

 

Has anyoane ideea whou to make a top?
I have no idea what you mean but I am guessing you are talking about the header ?...
  • 1 month later...
Posted

@bladewolf2010: I'd think Firefox is a rock(useless, pointles) and Opera a Ferrari(Fast, reliable, the original). Chrome would be a Space Shuttle(fast as hell). And rockmelt, well I'd say a stick.

@S.Cosmin: base64 is an encoding so it can be decoded by anyone. Using an encryption might be better.

Posted

Not really as if you encrypt you must provide as well the code to decrypt otherwise it would not run... So the only pseudo solutions are code obfuscation (which makes the code nearly unreadable) or tools like http://www.zend.com/en/products/guard/

Yet those are useful only if you plan to distribute your code and do not want that others modify / check how you did it. It is by no way more secure in term of web exploits.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   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...