Jump to content
xisto Community

FaLgoR

Members
  • Content Count

    224
  • Joined

  • Last visited

Everything posted by FaLgoR

  1. It usually takes me 1 or 2 hours for big scripts, 30 minutes for avarege scripts. Sometimes, of course, it takes me less or more time. You want to learn PHP in 1 or 2 days? Sorry man, but thinking like this, you will not get anywhere.
  2. I don't think its true... I use it and have never got any problems with them.
  3. Are you sure about this? I always use $database, and it doesn't show any problems.
  4. Beware, it's highly recomended that you clean your vars with some function, just like stripslashes, to prevent SQL Injection.
  5. Please check it for me, I think the cron jobs are not working. I did never receive the e-mail with the results...
  6. Beware with codes which uses sql strings! This code, for example, is very easy to use MySQL INJECTION. I suggest that you do it:stripslashes($iusername);stripslashes($ipassword);Do it to all your vars which have any contact with the mysql database.
  7. ?? It doesn't exists. But I admit that I would like to get the PC used to make the universe o.O Processor: 10000000000000000000000 Mhz 5997454568 Gb HD 56989726465 RAM... LoL
  8. Brazil, poor, but nice country :)obs. I'm not an indian :~ LoL
  9. I don't think its a good idea, if you can lost money with this. You, for example, lost 15 bucks... I prefer sistems which, or you earn some money, or you don't earn nothing.
  10. FaLgoR

    Php-nuke

    I really don't think php-nuke is a good option to make clan sites... It have many features I really don't need. I make the site of my clan, with an simple login sistem, and some scripts to manage the clan (rankings and blah blah blah). Everybody uses php-nuke to make clan sites because don't know to develop their own scripts. But if you know php, you don't need it man
  11. Here a little code, but cool <?if(!$area)$area = 'main';if(file_exists("$area.htm"))include("$area.htm");elsedie("Area not found.");?>with this code, you can make something like this:link.php?area=downloadsso, by this link, you will be redirected to downloads.htm, its dinamic, I really love it ?D
  12. Well, look at my tutorials on php and tutorials forums, I have posted alot of them... or just go to http://www.hotscripts.com/, there are many script of php, perl, asp, java and many other stuff... =)
  13. No man, its not stupid. If you want to introduct yourself in php, I suggest that you download some tutorials and simple scripts.
  14. This is riduculous! The guy quote all the topic to comment only it! Cheater post! You have only to edit conn.php file to your needs.
  15. I'm 14 and male. The same thing with me I have no friends/dont know people who have any experience with webdesigning or anything else.. they waste all their time with chats, playing suck games, bla bla bla bla... o.O
  16. I'm 14, will turn 15 on december (28, closer than the new year and christmas :~) and I've started on web designing with 10 years old, I think. Maybe 11.
  17. What?? Am I an mpg? ¬¬ Notice from snlildude87: Corrected your post so the picture will show
  18. Here is the link: http://forums.xisto.com/topic/7247-complete-login-system-with-php-mysql/ Hope it helps you! =)
  19. Man, I you have to make an file called conn.php, with the database connections beofre runing the scripthere is an example: $host = 'localhost';$user = 'root';$pass = '';$db = 'yourdb';mysql_connect($host,$user,$pass) or die ("Database is unavaiable. Please try again later.");mysql_select_db($db) or die ("Database is unavaiable. Please try again later."); Put this file at the login directory and it will works =]
  20. I suggest that u tipe a look at my tutorial of an login sistem with php and mysql, there are many usefull php lines, mysql querys and looping, I'm sure, if you understand that, it will help you alot! Its on Tut forum (and here on php forum too, but there is alot of topics before)
  21. Look at http://www.hotscripts.com/, I think you will find what you need!
  22. Youre wrong. U make me remember myself,because when I was 12, I think exactaly like you. "PHP is hard". But now, (Im 14, learn php with 13) I see that this is an very simple language. Try to pickup tutorials and look at some scripts (but never only copy them, use it to learn).
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | 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.