Jump to content

R4nk3d

Members
  • Posts

    157
  • Joined

  • Last visited

    Never

Everything posted by R4nk3d

  1. R4nk3d

    Desktop SS

    very cool setup. nice monitor too
  2. R4nk3d

    Desktop SS

    wow, send all that my way
  3. Ok thanks. and thanks a ton for the link. that really helped. thanks to all of u for helping me on security cause thats definatly a weakness for me.
  4. its alright, i can recreate them in 10 seconds but im just pissed they deleted them.
  5. haha, probably. maybe from the associates of the special olympics for making fun of retarded people.
  6. I am interested in politics. If i were 18, id be voting for Barack Obama. He has been a senator for many years and he also graduated very high in his class at Harvard Law School. I love his plans for the economy and how hes trying to help out the middle class by taxing the higher class a small amount more and cutting our taxes. McCain is going to try to cut everyones taxes which will just lead into an economic depression and many people are going to be out of the job even though 10% of americans are now under the line of poverty. McCain is just trying to keep us in poverty with us owing china over $10,000,000,000,000 (10 trillion) of borrowed money because of the war on terrorism. We dont want another 4 years of bush, we want 8 years of obama.
  7. For whoever deleted all of the pages and news, fuck u. read what i fucking say and dont fuck with someone else's site.
  8. Im agreeing with wayne. Also make sure you state that all sales are final once the code has been uploaded and the payment has been received.
  9. R4nk3d

    Desktop SS

    Hahaha, i woulda kicked ur ass if i were him. but i like macs really good to use for coding and graphics.
  10. ok thanks for that. yeah, i started learning the security crap a little bit ago so i will work on that
  11. Actor usually means male... Sorry, im not an english major and pay attention to that XD
  12. I am going to soon, its still in the beta version so thats not added on yet.
  13. Glad to help. sorry for the errors in my post. haha. was really tired.
  14. Well, i wasnt confused. U just never pointed that out and with your name being foreign I wasnt able to tell But anyways, welcome to the forum
  15. i think i remember how to do this using a css div... i hope its not wrong. <html><head> <style type="text/css"> #layer { display: block; } </style> <script type="text/javascript"> function displayDiv(division) { var div = document.getElementById(division); if(div.style.display == "block") { div.style.display = "none"; } else { div.style.display = "block"; } } </script> </head> <body> <div id="layer">See it now?</div> <a href="displayDiv('layer');">Hide It</a> </body> </html> yeah! tested it and it works. hope its what ur lookin for
  16. Dont worry about using the code tag...
  17. hey guys. i just made a content management system this week and for me, its pretty decent. Can you please check it out, tell me if there are any errors in it, etc. Things i should maybe change. Thanks! The site is: http://www.parkerandsonsservices.com. It is a website i am making for my dad's company. I am wanting suggestions on the scripting, not designing please. I know im terribad at designing. Go to http://www.parkerandsonsservices.com/admin/ to access the admin panel. Username: test Password: test Please keep everything clean. And dont spam anything, or delete the already made pages that i have created which include: Home, Services, Testimonials, Photos, Quotes, Contact. Thanks
  18. Or you can go to ur profile page and click "View Posts" on the left by the options and just click the links to see if anyones responded.
  19. sorry, im having such a bad day today. silliest mistake ive ever seen. thanks for correcting
  20. i used this tutorial and it helped me a ton and i know how to do it now. great tutorial and easy to use.
  21. Yahoo and comcast check for a reverse record to see if you actually should be able to send emails out from the server ur hosting email on. if not it doesnt even get in. u have to get this enabled from ur isp.
  22. im just pullin this out my ass. for($i = 0; i < 500; i++) { $num = rand(1,9999); print $num; $sql = "INSERT INTO `table` SET (number) VALUES ('$num')"; $result = mysql_query($sql,$connection) or die('Error :'.mysql_error()); }
  23. Nvm, some how the auto increment got turned off. Sorry for wastin ur time but thanks for the help.
×
×
  • 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.