Jump to content

Recommended Posts

<form name="form" action="<?php print $PHP_SELF ?>" method="post">

<textarea name="descript" rows="3" cols="30">

<?php echo"$doing[intro]"; ?>

</textarea><br><br>

<input type="submit" name="intro" value="introduction"> key in your profile

</form><br><br>

 

<form name="form" action="<?php print $PHP_SELF ?>" method="post"><textarea name="descript" rows="3" cols="30"><?php echo"$doing[intro]"; ?></textarea><br><br><input type="submit" name="intro" value="introduction"> key in your profile</form><br><br>

 

 

Is there a programme to make my code from multiple lines into one continuous straight line with no white space and paragraph ?

As requinix said: Why would you want to do that?

It'll only create problems for you, and possibly your users as well. It'd be a maintainability nightmare, and I cannot see any benefits from it.

Edited by Christian F.

I view that as "no benefit", Barand. :P

Not to mention that just stripping the whitespace is a really crappy form for obfuscation. Any decent editor can easily re-insert them.

Edited by Christian F.

Trust me when I say it'd only take 2 seconds more to get around that, as that's the time it'll take me to right-click, select "inspect element" and wait for Dragonfly to load. This is a waste of effort, and I sincerely doubt that your code is that valuable.

Trust me when I say it'd only take 2 seconds more to get around that, as that's the time it'll take me to right-click, select "inspect element" and wait for Dragonfly to load. This is a waste of effort, and I sincerely doubt that your code is that valuable.

This. I rarely do View Source anymore because I have Chrome: right-click, Inspect Element, and read the tree just fine. You can obfuscate your site with XSLT or Javascript and it won't make any difference at all.

HTML obfuscation is a battle you cannot win.

 

[edit] On that note, it's trivial to watch AJAX requests and Flash video downloads. I can see everything your website is doing, every AJAX request it makes, every file it downloads, and I can replay that against you. Then I can deconstruct the requests and reassemble the pieces in any way I want, send those requests to your server, and you'll never know the difference.

Edited by requinix
This thread is more than a year old. Please don't revive it unless you have something important to add.

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.   Restore formatting

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

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.