Coly010 Posted January 30, 2010 Posted January 30, 2010 Ok this is basically the same codes as the ones you get along wiht mccodes lite but i have adapted it to suit my needs and hopefully yours too. I designed all the graphics myself which is why they are crap and here is a screenshot: ok the quality might be off but that because of how i saved it. the code for the login is: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. if you like it post back and i'll put the images up then Quote
Redex Posted January 30, 2010 Posted January 30, 2010 Firstly, you don't post some work and then say the images coming along with them are "crap". It normally puts off the people who were going to use it, and also creates a impression that you think you're work is not done to a suitable standard. Secondly, you will improve with time and that is guranteed, if you put time and effort into learning. You see all them coders out there, them and there skills were not made over night, they all worked hard to get to the point where they are now, and don' think they all relax becuase they know more than some people here, becuase everyday is a new learning oppurtunity and the world is too big for anyone to know everything. My advice is going to be the same i give to most people: 1. Work hard. 2. Put the effort in. 3. Don't give up, it's not something you will learn overnight. 4. Research thorougly, about anything you want to learn. 5. Listen to the feeback people give you, and work on you're weak points. 6. Ask for help when needed, but trial and error will get you further than it will if you just get someone to do it for you. 7. Look at the examples of images or codes you got out here and learn from them. 8. Set reasonable expectations of yourself, not too high which are impossible to reach. 9. Don't compare yourself to anyone else, everyone unique and understand things via diffrent ways. 10. Take breaks, and let the information settle in. Don't try to cover everything in a day, becuase it will take atleast a coupole of months before you're comfortable with the basics. This is my advice, now it's you're choice whether to take it or not, everyone here can become sucessful, you just need to be guided on to the right path and need that boost of confidence. Best Regards: Redex. Quote
Jordan Palmer Posted January 30, 2010 Posted January 30, 2010 Browsed the code and all I can say... $ip = ($_SERVER['HTTP_X_FORWARDED_FOR']) ? $_SERVER['HTTP_X_FORWARDED_FOR'] : $_SERVER['REMOTE_ADDR']; Read about that Variable before creating anything ;] Quote
wrx Posted January 30, 2010 Posted January 30, 2010 You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. for future reference keep your formatting tags within the body tag You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. There is no need in the following to keep calling the print function it can be called once You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. can be You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. not nitpicking here just trying to help .. GJ keep at it 8) here is my quick attempt on your soulless warrior theme logo Quote
Zero-Affect Posted January 30, 2010 Posted January 30, 2010 You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. into You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. 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.