Jump to content
xisto Community

karlo

Members
  • Content Count

    671
  • Joined

  • Last visited

Posts posted by karlo


  1. you want to do this with less ram and less programs get the program called Aston Shell, more stable then almost any other shell out there and has appx 60+ pages of themes varying from linux emulated themes to dz and gundam wing.

     

    Aston Shell Web Page Here

    152136[/snapback]

    Have you tried Aston Shell personally? And are you sure that it's a really good alternative to windows shell? And are you sure that your Windows Operating System is still stable?

  2. Hellow there, If you where ask me about what is the best file sharing program, well I suggest not to use kazaa programs.

     

    This programs contains many hidden codes called 'BACK DOOR" it is a spyware programs.  using kazaa will expose your computer and problem may occured more often.

     

    If you want limewire is know as a filesharing programs, although it still know as spyware but the things is, if somebody accessing your computer outside you will be able to monitor them.

     

    So it's up to you to grant her/his access or not. 

     

    Remember using any filesharing programs it means that your personal files is also share to others....

     

    no filesharing programs was created just to give people accessed other computer without accessing her/his computer. 

     

    just be aware of that, if you work on a firm or company and your computer contains sensitive files or important files I suggest not to use anyone of these filesharing program....

     

    Just a remiders.... well, it's up to you coz me.. I still using limewire until now but not so ofter just when i need to search for something i really needed....

    :P

    152087[/snapback]

    Also, LimeWire is slow because they used Java as their programming language, which makes it eat more system resources. Shareaza dosen't eat big system resources and it's fast.

  3. great work you've done! :P

     

    It's not everyday someone can make a completely new forum... just a tip: i think adding categories would help alot :P

     

    Keep up the good work.

    152095[/snapback]

    I think making a forum that has the Categories feature are really confusing... I remembered making a forum without the Categories feature, I had to use a scratch paper to plan everything from scratch, especially the MySQL Tables.

  4. I'm personally glad that Michael Jackson was found not guilty on all charges. Although there were lots of charges brought against him and lots of nasty rumours and nasty, dubious press, the fact is, we'll never know for sure.

     

    As a fan, I hoped he wasn't guilty, but I wasn't sure that he would be innocent since the charges were very serious, so I decided to just let time tell, which it has :P

     

    It's not good to condemn someone before you hear all the facts... the truth of it all is, so many of the witnesses and their testimonys were really dubious! So many of them had hidden agendas - they were HARDLY model citizens themselves.

     

    My personal feeling is that MJ is a confused, emotionally-scarred man who isn't the wisest person you could find, nor the best at judging the characters of those around him. He did a lot of things that weren't wise, but although we'll never know for sure, it's totally possible that he really is innocent...

    151470[/snapback]

    Actually, probably he just love kids, and many people are jealous at him because the kids love him, that's why he's being accused of something... I remembered that he cured this cancer kid because of his nice and love and milk and cookies... And i like his songs, Heal the World, Black or White...

  5. It does offer Jsp support as a feature but it is not enabled by default. You need to request the admin specifically for it if you want it.

     

    Cheers.

     

    P.S. this question and answer has been posted a number of times in the forum. Please search/browse through other questions before posting for support.

    152019[/snapback]

    Me too.. I wanna try out JSP but still, JSP isn't enabled yet... and does Xisto support Python also?

  6. What i think, ASP, JSP and PHP almost same if you have a small application to develop where you have to perform only some database updation, session tracking etc.

     

    All above 3 will work 100% fine for small applications, you can use anyone.

     

    But if you have a very big enterprise application to develop then you can compare which technology is best. And for big enterprise application, i think JSP is better. Like JSP pages loads fast because it doesnt compile at every request, in JSP you use Java which is 100% Object Oriented Language, gives you more control etc.

    148686[/snapback]

    well, i just wanted to try out something new... something new to try... because i think i really know PHP by heart (not that much) and i wanted to try JSP...

  7. Create some function that strips the bad chars from the $vars, like |'"@!& you know. Or use some function that already exists, stripslashes for example. But do NEVER let $vars which will be in sql functions without any kind of "preparation" or it will be easy to maniulate the database. Be careful.

    150656[/snapback]

    is there a function in php which will let only accept alphabet letters and numbers?.

  8. Hmm... I suggest using cookies... try this:

    if(count($_GET)<1 && count($_POST)<1 && empty($_SERVER[QUERY_STRING])){setcookie("random",mt_rand(11111,99999),"/",time()+60);echo("<a href=\"?download=sample.jpg\">Click here</a> to download.");}if(!empty($_GET[download])){if(!empty($_COOKIE[random]) && strlen($_COOKIE[random])>3){header("Content-type: image/jpeg");readfile("sample.jpg");}}

    then tell me if it works.. good luck! :P

  9. I have written a piece of code that is to make a forum which contains a table consiting of two colums and a determind number of rows with a while loop, however when I test the page it goes and goes, and then returns an error stating that the maximum 30 second limit has been reached, I understand what that means I just don't know why it's looping forever:

    	while ($weightnum > 0);	{	echo "<tr>";    echo   '<td><input name="wname"' . $appendval . ' type="text" id="wname" value="Catagorie Name"></td>';    echo   '<td><input name="wper"' . $appendval . ' type="text" id="wper" value="Percent Value"></td>';    echo "</tr>";	$appendval = $apendval + 1;	$weightnum = $weightnum - 1;	}

    Also Am I appending a number to my variable correctly?

    150853[/snapback]

    I suggest using for() loops instead of while. In for(), it's easy... example is below:

     

    for($i=0;$i<5;$i++){echo("testing $i<br>");}

×
×
  • 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.