Jump to content

Cyber-dog

Members
  • Posts

    25
  • Joined

  • Last visited

Contact Methods

  • Website URL
    http://www.resource-reactor.com
  • Yahoo
    zolop20k

Profile Information

  • Location
    England, UK

Cyber-dog's Achievements

Explorer

Explorer (4/14)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. How do I go about moving my server to the UK?
  2. Are the servers going to be updated with the new PHP 5 Final release? Thanks, Cyber-dog
  3. Yay, I'm in now Can anyone just request it?
  4. As the topic title said, How do I get to the TCH Family only forum? Thanks, Cyber-dog
  5. Figured it out! Hee hee, coolio! Thanks anyways!
  6. I've got all that, yeah, but I can't get it to work with my IPB forums. I've put it in the Board Wrappers, and it appears in the source of the page, but still not when I link to it. It's in my main forum dir (subdomain, http://forums.resource-reactor.com) and still nothing!
  7. TCH has a cool favico image! I've got my own image, but how do I add to to the IPB forums? Where do I upload? What code do I need? Where do I put it? I've tried + failed, help would be great! Thanks, Cyber-dog
  8. Cool, cheers!
  9. I think (I'm not certain about this), but I think that google ranks your page for its META tags! You may wanto add some interesting information to your META DESCIPTION, and KEYWORDS, this helped me once, hope it helps you!
  10. You must have gone when the forums where active, bad timing! The forums were temporary while I did a bit of backup cleaning on the site itself! The site is now back online, and a link to TCH is at the bottom of each page, and also in the links section, sorry about that!
  11. URL: www.resource-reactor.com Name: Resource-reactor Description: Resource-reactor provies free PHP scripts, and HTML templates.
  12. I noticed you use PHP >if((!$name) || (!$email) || (!$feedback)){ echo 'You did <b>NOT</b> submit the following required information! <br><br>'; if(!$name){ echo " - Your Name is a required field. Please <a href=javascript:history.back()>go back</a> and try again.<br><br>"; } if(!$email){ echo " - E-mail address is a required field. Please <a href=javascript:history.back()>go back</a> and try again. <br><br>"; } if(!$comments){ echo " - You failed to submit any feedback! <a href=javascript:history.back()>go back</a> and try again.<br><br>"; } exit(); } That is what I use for field verification on my site, I know its not quite what your'e looking for, but it prevents abuse to a degree! I plan to include this in the release of PHP Form Mail on my site shortly! As you can see with the code above it's pretty easy to edit, and add more verification! Hope this helps Regards, Cyber-dog
  13. Will the TCH be upgrading to PHP 5? At the moment, I am aware it is in the beta stages, I was just curious! Regards, Cyber-dog
×
×
  • Create New...