Recent content by Unidentified

  1. Unidentified

    PHP registration form

    This is untested but hope it helps if(isset($_POST["submit"])){ if(!empty($_POST['email']) && (!empty($_POST['pass']) && (!empty($_POST['name']) && (!empty($_POST['number']) && (!empty($_POST['content'])){ $Email = mysql_real_escape_string($_POST['email']); $Password =...
  2. Unidentified

    PHP Popup Box

    Get up teamviewer or somin, and i'll code it in for yah :)
  3. Unidentified

    PHP Popup Box

    PHP doesn't support Popup Boxes, but with a a little JavaScript you can do so... However, without knowing your layout, this is a base (guess) $(document).ready(function(){ $(document).on("click", "#Loginbutton", function(){ if(confirm("Do you wish to continue?")){ return true;//Or...
  4. Unidentified

    [RELEASE] 6 Facebook Covers

    You should allow them to generate via Hexadecimal colors and for a background image you should let them upload a picture and use a dataimg so you do not have to store a shit load of files stored on your webhosting :)
  5. Unidentified

    Mysql/PHP Access Denied

    Make sure you set the MySQL IP address to a wildcard connection (if it's hosted on web hosting) or try and use local host if it is on your local host
  6. Unidentified

    [RELEASE] 6 Facebook Covers

    Alright buddy :), Got fuck all to do, thats why offered :')
  7. Unidentified

    [RELEASE] 6 Facebook Covers

    If you want, I will write some code to generate the image and change the background color + Change the Language e.g. https://url.co.uk/Cover/#000/EN/ and it generates for you :). Will need to know what Font you used and I will need the arrow too :)
  8. Unidentified

    [RELEASE] 6 Facebook Covers

    That's so nice :D
  9. Unidentified

    I need 30 seconds of your time! Not long!

    I'll post this on the hotel I develop and I will post on Facebook :)
  10. Unidentified

    I need 30 seconds of your time! Not long!

    If you had it on your own Personal website it would have looked very Professional but the free Survey web app does the job ^_^
  11. Unidentified

    I need 30 seconds of your time! Not long!

    All Done mate :) the end Link was for me - https://www.surveyplanet.com/success/54cf69fae59363b96b13556a
  12. Unidentified

    Radio Stats Box

    I love it But the Corners have too much of a Radius.. A Radius is not really needed
  13. Unidentified

    [Development] [C#] [Socket.IO] Screen Sharing [Instant Messaging] [MySQL] [Video/Voice Chat]

    Your Emulation system question just made me queef... Lemme get all the functionality done to basic standards and I will post a video and i will release the code for you guys to fuck around with.. I needed something to wank over whilst coding bro :(<3
  14. Unidentified

    Show DevBest [Feedback] Screen.Exchange

    Thank you for some actual criticism (Not being sarcastic), I do not personally like the Login on the First One But I really like the background.. My only problem with the 1'st one is that it is going to have to load that background image, and then resize to fit the users screen.. Maybe I will...
Top