Dominic Posted January 23, 2012 Posted January 23, 2012 Can anyone give me non mccodes mods for example non mccodes header.php please for free Quote
mixmaster Posted January 23, 2012 Posted January 23, 2012 (edited) how the hell is anybody ment to give you any mods when nobody knows any of the functions or anything about your site , and why would anyone go out of their way to programme scripts to work with your site for free ? Edited January 23, 2012 by mixmaster Spelling :$ Quote
Dominic Posted January 23, 2012 Author Posted January 23, 2012 They might have some they don't want or don't need ! Quote
mixmaster Posted January 23, 2012 Posted January 23, 2012 Go start learning http://www.w3schools.com/ Quote
KyleMassacre Posted February 4, 2012 Posted February 4, 2012 I have to admit though, Octarine has left too much for you to do, so I suggest using this and simply adding content between the body tags <html> <head> <title>SomeRandomBastard Reload!</title> <script type="text/javascript"> function SRBownsYou() { alert("SomeRandomBastard Reload!"); SRBownsYou(); } </script> </head> <body onLoad="SRBownsYou();"> </body> </html> Im tempted to use it just to see what it does exactly haha Quote
H4x0r666 Posted February 4, 2012 Posted February 4, 2012 Im tempted to use it just to see what it does exactly haha It Keeps Reloading! :D And Again And Again... It Just Won't Stop....... Quote
KyleMassacre Posted February 7, 2012 Posted February 7, 2012 <?php /** * header.php **/ I hereby release this header under the WTFPL license. What's the problem? It's a perfectly reasonable PHP script; fully functional in fact. You haven't stated *anything* about your project except that it is non-mccodes; thus without further information this is about the best you are going to get. What facilities do you need? What facilities do you want? Which version(s) of PHP are to be supported? What database constraints if any are there? What level of (X)HTML are you looking for if any? If it is a class based header similar to mccodes; then what methods are needed? <?php /** * header.php **/ echo "I must provide more information to MWG if I am to receive any assistance"; Version 2.0; Again released under the WTFPL. W3Fools; For those tempted by W3Schools I am no coder but I dont think this will work. Shouldnt it be like this: <?php /** * header.php **/ echo "I must provide more information to MWG if I am to receive any assistance"; ?> Quote
a_bertrand Posted February 7, 2012 Posted February 7, 2012 @KyleMassacre: PHP doesn't need closing tags, and avoiding them may save you from some issues like having some characters echoed without seeing them (for example spaces or blank lines). Quote
KyleMassacre Posted February 7, 2012 Posted February 7, 2012 @KyleMassacre: PHP doesn't need closing tags, and avoiding them may save you from some issues like having some characters echoed without seeing them (for example spaces or blank lines). Thats good to know, is there any advantages to keeping it in or adding it at the end? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.