Jump to content

mathgirl1010

Members
  • Content Count

    189
  • Joined

  • Last visited

Community Reputation

0 Neutral

About mathgirl1010

  • Rank
    On the road again...

Previous Fields

  • First Name:
    Pratiba
  • Surname:
    subba
  • High School:
    NA
  • Village/Town:
    NA
  • District:
    NA
  • Current University/College:
    the University of GREENWICH
  • Subject:
    NA
  • Town/City:
    lONDON
  • Gender:
    Female

Contact Methods

  • Website URL
    http://
  • ICQ
    0
  1. Matrixrose, You being a members of WNSO and many of my relative being here, still I am giving you special credit. Come in real ID. stop giving false information, I don't want to shut your internet connection and shut down your ISP service.
  2. Rules: 1. Answer only if you know the solid answer 2. Answer in forums than PM's and emails 3. Be friendly and respect veryone. Thank you. -----------------------
  3. Mr. Lucifer may have understood nothing barsa. I don't understand why is he talking nonsense, fishy!! investigation.
  4. 0. Ask question in related forum. 1. Ask that question in mental forum. 2. Learn to ask question 3. Write least high school level english. 4. Welcome to WNSO
  5. Mero maunta ma ....sandhai bhari, timro .......{ 1 albeit,....2... and then! } sandhai bhari timrai saath chu, harek pal, timi lai nai samjhanchu jindagi ko antya samma timilai nai parkhanchu Bachine rahar ni pugyo. Aaayena....... hidden angel. Gai de na yaar.
  6. I do stay 24 hours a day 7 days a week infront of computer. I work 9 hours for EIT 5 hous for my own little internet project 5 hours foor mu university research 2 hours for eating , cooking and cleaning 1 four for wnso.org 1 hour for bignepal.com 1 hour for damn phone arrrggghh !! I have to get married fast arrrggghh !!!!! life is hell outta here.
  7. Radio is absolutely brilliant, howabout portal ? 2.1 still not available yet ?
  8. Need idea ?? - but it can be done using some SSI or SSS to accept/process commands, I can give you only HINT, However it does no form validation etc so watch what you do with it. you can validate yourself from w3. Here is a basic code for your idea ( Resevered for mathgirl) Dont for get to put //begin instances from mathgirl coding ++++++++++++++++++++++++++++++++++++++++++++++ //this code is reserved on mathgirl , here it begins, DO NOT EDIT THIS LINE <?php //get the information from POST $post_cmd = $_POST['cmd']; //if it exsists then do stuff if($post_cmd) { //break it apart at the space $cmds = explode(" ", $post_cmd); //info is stored in an array called $cmds with cmds[0] being like 'goto' //just add more elseif's for more commands and change what each command does if needed //these are simply using a bit of JScript to redirect page but you could also use header(); if($cmds[0] == "goto") { ?> <script LANGUAGE="JavaScript"> <!-- Script courtesy of http://www.web-source.net - Your Guide to Professional Web Site Design and Development window.location="<?php echo $cmds[1]; ?>"; // --> <?php } elseif($cmds[0] == "retreive") { ?> <script LANGUAGE="JavaScript"> <!-- Script courtesy of http://www.web-source.net - Your Guide to Professional Web Site Design and Development window.location="<?php echo $cmds[1]; ?>"; // --> <?php } else { ?> <script LANGUAGE="JavaScript"> <!-- Script courtesy of http://www.web-source.net - Your Guide to Professional Web Site Design and Development window.location="error.php"; // --> <?php } } ?> Cmd Line Type Thingy - by v_Ln <!-- Some CSS to make the boxes look right --> <!-- textarea { font-family: "Courier New", Courier, mono; font-size: 12px; color: #00FF00; background-color: #000000; border: thin inset #CCCCCC; } input { font-family: "Courier New", Courier, mono; font-size: 12px; color: #00FF00; background-color: #000000; border: thin inset #CCCCCC; } --> <!-- The main form, fairly simple --> // The end , this is only face you can change it by youself or you 'l see my name all over and over :-) // code end ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  9. My University does it, I am not sure what Branch do, You can check University of Greenwich
  10. Happy Tihar daji, happy Tihar to all WNSO members, I wish I could put Tika to my many brothers. LM Bhai Tika. No college on Thursday. Sabai Ko Tihar sukhamaya hos.
  11. This is the new version of the old board. Forums might look somewhat different due to added functions. The programming side is still uder development. On the completion, you may find better looks than previous version.
  12. Vintage, please don't belittle others university prestige. For http://kookku.com I am happy with WNSO technical team. Saddest part is 95 percent of the users are non-nepalese.
  13. /forums/sources/ipsclass.php(1440) : eval()'d code on line 531 and /forums/sources/ipsclass.php on line 1452 what portal are you deciding to put on ? Let me know if you want custom portal.
  14. What are you trying to do ? You should have a directory name correspond to a function in PHP? as for example if you had /this/function/ it would run thisfunction()? You might be able to get it working with a mixture of PHP's FILE functions, and regexp, but you'd have to run loads of checks, because if not, it might be possible to exploit it and do bad things. We all know, bad things are bad.Or are you asking what use this would be? It would be useful if you want to run certian tasks on certian files or directories clearing a temp file, making entries every time something happens to a file or dir, etc. It's even possible to do dynamic functions in PHP.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.