Search results

  1. N

    parsing html links with php [100 credits]

    i have a html page for ex: ..........<body> <a href="jj5f.txt">rtt</a><br> <a href="jjf75.txt">rtt</a><br> <a href="jjof.txt">rtt</a><br> <a href="jj8f.txt">rtt</a><br> </body>............ so ill then open that page $content=fopen('page.html'); from $content i want to find out the...
  2. N

    smf registration for and login script for 300 points

    i have a smf 1.1.5 forum .and i want to make it accesible for a cell phone{gprs}. though the forum also has a wap version but it does not allow registration via a cell phone. so if some one can create me a simple registration page with no css ,no javascripts,and no images ,just simple html,so...
  3. N

    how do i do this? (php)

    suppose i have 10 files in order(ie 1.txt,2.txt,3.txt,4.txt.......10.txt) and i want to delete all 10 files at once how do i do it using loops just change the below script if possible <? for($i=1;$i<=10;i++) { unlink("$i.php"); } ?>
  4. N

    reading a remote file??

    does any know how to read a remote file with c language?
  5. N

    reverse ,add,no of digits ,with c

    consider i have a number... int a=3453; i want that no. to be reversed ie:3543 i want the digits to be added ie:3+4+5+3=15 and i want to count the no. of digits in th given no. ie .there are 4 digits in this no. please dont use any inbuilt functions to do this,u may use loops and if...
  6. N

    finding square root in php for 30 credits

    does any one know how to find the square root of a number. with php for example if i input 25 then i must get the result 5,and if the input is 6(which does not have a s.root),it must echo invalid no. i hope you understood,i want the script to be simple ,really really simple ,u may use stuff...
  7. N

    mysql buddy list

    hi iam trying to build a community site iam trying to make friends list for a user my database looks somewhat as below id username pssw age friends etc etc 1 rrtyrthrt trrtry yy 2 trtrert tert yy but the problem is ill be abe to...
  8. N

    online user check?? with php

    does any one know how to check whether a user is online ,i mean the registered user,for example if a user is online in this forum a image just besides his pic appears green and if he is offline it appears dark blue or black. can any one give me a hint how does the online stuff work....i...
  9. N

    php unlink script for 100 credits!!!

    can any one make me a directory delete script which has files but no folders in it to be more precise i want to delete it from a html form like this one below so when i hit the submit button i want the directory to be deleted of which i have typed the name in the input box. and one more thing...
  10. N

    a joke site

    please review my jokes website http://epics.us.to though the jokes r old coz it took me long to collect the jokes n then to create the site
  11. N

    php unlink directory help

    does any know how to unlink a directory which has files but no sub folders for example: /home/hsedan/public_html/FOLDERa <? $q=$_POST['INPUT']; //comment; //"HERE $Q=FOLDERa"; ?> i want $q to be deleted mind you its not empty!
  12. N

    php include is this possible

    is this possible the below code <? $abc="somepage.php"; include('$abc'); ?> when i run the above script it says $abc doesnt exist ... iam makin such a include coz the value of $abc keeps on changing
  13. N

    how to link pages with an id

    does ny one know how to link pages with an id ....i mean if i have the following pages: a.php b.php c.php d.php e.php i want to link to them using a id like this index.php?id=1 so that i can hide the real url
  14. N

    help in php upload image ,rename for 150 c

    below i have a script which can be used to upload images ,but the problem is i want the files to be renamed for ex:if i have a file called "ab cd.jpg" ,i want to rename it to "ab_cd.jpg" or abcd.jpg i just want the spaces to dissappear ....... iam learning php and iam testing/working on a...
  15. N

    forum login error even though user & pass is correct

    i get this error while logging in "domain not added to white list" but i can only log in wile tryin to reply to posts i also have another issue i have some pages which ae in .wml format and adding the add code to those pages is not possible ....i have around 12 such pages ,,though they r not...
  16. N

    php directory copy help urgently needed

    a little help please.....!!!! consider i ve got a directory "mydata"in the www directory i want a script which can copy that ("mydata") directory when i use this html form below... <form action=somepage.php> <input type=text name=userinput> <input type=submit> </form> when i hit the submit...
  17. N

    a little help with php directory function

    i have a script which lists all files in the directory but i want it to list only the image files to be more specific ......list only files ending with jpeg,jpg,png,gif OR i want the script to list all other files except the php files ill pay you 50 c -100c if you help me out below is the...
  18. N

    cannot find server- its wierd that

    i started to get this error from today morning iam not able to view my site though iam able use the cpanel and the forums .....none of my pages load n i get cannot find servers error i use the subdomain provided by x10hosting.com ie. hsedan.x10hosting.com cpanel username:hsedan hosting...
  19. N

    php and xml help 50-80 c

    can some parse me this xml wih php and the name of the xml page is data.xml for example i want the vale inside username tag should be equal to $username do the same with the rest so that i can create a login system using xml ill give you 50 c for the parsing you can bargain upto 80 c if i...
  20. N

    earn easy 50 credits (yopic-php copy)

    i have a directory called "config" in my public_html dirctory i want a script where i can copy the whole "config" directory with all its files to a new directory(config_copy) in the public_html directory iam doing this cause iam tryin to make a site where all the users content is placed in...
Top