Jump to content
xisto Community

marijnnn

Members
  • Content Count

    354
  • Joined

  • Last visited

Everything posted by marijnnn

  1. friend of mine already has the gold model! for the ones looking for it: 425 is the last beta, 428 = gm!he tested it and tells me that it runs faster & lighter! what a difference with window, where every new os means you almost have to buy a new computer to run it, especially the upcoming longhorn, if we can believe the rumors.anyway, can't wait to lay my hands on the tiger! very promising
  2. yeah.haha, i find this a useless topic actually.and i'm pro the "search google" response. really. google will get you most of the things you are searching for way faster than any forum. you have to realise that, no matter what problem you are having, someone has had that very same problem before and asked it on a forum and got an answer, or fixed it himself and wrote an article about it.it's the best answer you can give! it tells the other one that he should start looking himself instead of expecting answers to be thrown at him. it's the best learning school there is.
  3. euhm. source? and reason why you post this? i don't get it.
  4. kaspersky. beats the hell out of most of the others on any (independent and non-sponsored by mcaffee & norton-) test.lol at the one using norton and calling mcaffee slow. nooooorrttttttoooooon (pronounce very slowly).avg... well, it finds most of the stuff, however it has quite some holes and when it finds a virus, it has problems getting rid of it... :s sucky sucky.
  5. yeah, but gui apps are easier to add data.search google for mysql front 2.5it's freethere's a linux app too that is really good, but i forgot the name.
  6. your website is using a database, because your forum uses one :Phehe.
  7. tnx micro for unlockingall i wanted to say is that there is a good reason php introduced the functions addslashes and stripslashes (more info: http://php.net/addslashes/)let's watch this simple query:$query='instert into users(name) values("'.$_POST["name"].'")';and let's say some evil user ( ) inserted something like d'diddy, or d"any or d\ego, or any other strange signthe query would become: instert into users(name) values("d"any")which would give you errors.replace $_POST["name"]with addslashes($_POST["name"].this will add slashes when necessary, so all your queries work fine.when getting data out of the database, do stripslashes($data), and you get your nice username.it's a matter of security actually. if you don't do it, one could inject sql and obtain info they shouldnt be able to get.that would be all
  8. aha, ok well, with cpanel, -> file mangager, in the public_html folder or open this link with internet explorer after you adjusted it to your username & pw firedoor.astahost.com then open the public_html folder and just drag and drop everything there. or you could get yourself an ftp client which basicly does the same thing. smartftp is a free ftp client (https://www.smartftp.com/) you'll get how it works fast enough, it's really easy. fill out the info and click connect and you can go drag & drop again
  9. i'm affraid i don't really understand your question. but if you mean the basic structure of a html file, this is it <html><head><title>replace this by the title you want to apear in the blue bar on top of the browser window</title></head><body>put your html here, like <b>fat</b><i>italic</i><u>underlined</u><br></body></html> save it as index.html then go to your cpanel, file manager, and upload it into the folder www or public html (it's the same thing) go to your site (http://forums.xisto.com/no_longer_exists/ i guess) et voila
  10. well, it depends wether register_globals in your php_ini is on or off. either way, it's bad programming
  11. do you actually know how to write php with mysql databases?if so, that would help :Pthe easiest way is to go to the admin panel of your phpbb board.then make a new forum, call it downloads or whatever you likeset the rights to that part in that way so only members can read itthen, upload your files and make a post for every file giving them the link to the file.
  12. still can't login. it would be nice if my password could be reset or something alike. anything that'll help. either way, i'm glad my site's still up.
  13. what spuz said, but:you shouldn't echo $worksheet, but $_POST["worksheet"]instead of <form method="POST" action="<? echo $php_self ?>"><textarea rows="35" name="worksheet" cols="55"><?php echo $worksheet ?></textarea><input type="submit" value="Submit" name="submit" style="float: right"></form></td><td width="50%" height="606" valign="top"><?php echo $worksheet ?></td></tr>go for this: <form method="POST"><textarea rows="35" name="worksheet" cols="55"><?php echo $_POST["worksheet"]; ?></textarea><input type="submit" value="Submit" name="submit" style="float: right"></form></td><td width="50%" height="606" valign="top"><?php echo $_POST["worksheet"]; ?></td></tr>that should work.
  14. you don't want me to post my list, it'd be too long :Pgot about 150 - 200 records. some really limited stuff too.
  15. or they wrote it themselves... :Pit's not that hard if you know some basic php...
  16. no it won't. :Ptsweb editor will help a little. but php is mostly: buying a cheap book that will tell you how to start. and from then on: http://php.net/ to find out about a function you need, etc.
  17. or you could write it yourself.just check out how your forum keeps up with the session things: which variables are stored and what they are compared toothen put your download site in a big if-structure and make a condition that depends on the values in the cookies. should be do-able.or you could have them to log in seperate, but with the same username & password . then you could use the same database
  18. go for this: <?php// first part: settings. change these like you want and like they should bedefine("CORRECT_LOGIN","..."); // instead of the ..., put the username you are talking about.define("PAGE_CORRECT","success.html"); //change this one in something nobody will guess so they can't skip the login page. it's not really safe, but it's somethingdefine("PAGE_WRONG","fail.html");//second part. code. don't change hereif (isset($_POST["login")){ if($_POST["login"]==CORRECT_LOGIN){ header("Location: ".PAGE_CORRECT); exit; } else{ header("Location: ".PAGE_WRONG); exit; }}else{//next part is just html, you can change here if you want to adjust layout and ****. be carefull when changing the form though?><html><head><title>blabla</title></head><body><form method="post">login: <input type="text" name="login"><br><input type="submit" value="login"></form></body></html><? } ?> it's not tested though. i'm to lazy to start up linux to do so and i still can't access my ftp of Xisto, so i can't test it there either ;( but except for some small mistakes, it should work
  19. still can't access. i think i tried the "reset password link just one to many times
  20. that's in fact a basic programming trick.just like this will give 9:$number = 5;$number +=4;echo $number;same thing for -=, /=, *=
  21. i agree with the above.posting questions also counts for credits if you illustrate them well and tell us exaclty what the problem is. that way, it's easier to help.i think you'll learn more if you stay than at trap 17.have a nice stay!
  22. hehe. and i don't even like drugs :'(weeeeee
  23. it just takes a while. how long ago did you do it?it takes upto a day to get into effect.but if you're lucky, you'll be able to use it after a few hours.
  24. they are two seperate things with sepearate objectives.if you want moving things on your site, flash may take over javascript. in fact, it already did.but java is a total different thing. it's an entire programming language. maybe flash will take over the java applets, but i don't think so. if you need a lot of calculation, it's still beter to go for an applet.but java is an entire programming language that can create standalone applications. that will never go away. at least not because of flash. flash is good for some stupid cartoons & very simple games maybe. java is way more powerfull.really, you shouldn't compare the two
×
×
  • 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.