• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

Recent content by spork

  1. S

    Need javascript for table

    that would be done with dhtml... try dynamicdrive.com
  2. S

    Redirect & target="_top" question

    well, the easiest way to break the frames would be to put: <SCRIPT LANGUAGE=JavaScript> <!-- if (top.frames.length!=0) top.location=self.document.location; // --> </SCRIPT> in the page that you don´t want loaded in frames...
  3. S

    how to attract members to your site...please help

    2 words... free porn... ;) just kidding... the main thing is that your site actually has something... something that makes it worth for your visitors to come back...
  4. S

    Join our affiliate program to make money

    just that you won´t get paid for traffic from most of the known universe... :rolleyes:
  5. S

    Need PHP script for providing free counters

    http://www.hotscripts.com/PHP/Scripts_and_Programs/Counters/Hosting_Tools/
  6. S

    Will Pay Money via Paypal!

    user authentication would probably be the right place to go... but if you´re looking for the whole package you described you need a portal system...
  7. S

    PHP help?

    well, if you´re gonna specify the whole filename to include like in your example you could do it like this: <?php if (file_exists($link)) { include($link); } else { include("defaultpage.php"); } ?>
  8. S

    credit card validation...

    yeah, the question is where to turn though... EDIT: problem solved... had a little chat with my bank...
  9. S

    credit card validation...

    This isn´t exacly a programming issue since i´m not asking for a regular expression pattern to check if the credit card info is in the right format or anything like that, but it does seem like the place to ask anyway... how do you validate credit cards, i mean actually checking that the card...
  10. S

    button to text javascript

    <a href="javascript:gateKeeper()">Team Members</a>
  11. S

    How can you...

    add a counter and a tracker...
  12. S

    Is there a code for this?

    you could run a script like that, or a link directory kind of script with a database i guess... i´m not really sure exacly what you want, but if you really just need a lot of little download pages that looks exacly the same except for one link you could use a really simple script (with your...
  13. S

    MySQL help!

    alter table ibf_members drop column realname
  14. S

    Will Pay Money via Paypal!

    doesn´t sound like much work... if i don´t have anything particular to do tomorrow i can do it for free... what will you use this for? i assume you don´t just want a login and registry form but also a function to check wether or not the user is logged in too...
  15. S

    how do i make uppercase characters banned

    if(ereg($forbiddenfile,$code)) { should be if(eregi($forbiddenfile,$code)) { that would make it case-insensitive...
Back
Top