Search results

  1. D

    creating PHP pages

    Takes forever unless you zip them up and upload as one and then unzip onto server.
  2. D

    do you like my c++ game

    I've never seen that assignment for a variable before. I've taken 2 C++ courses in college. It's not too hard to pick up on. I mostly do stuff in PHP though, even though, in essence they are very similar. I do C++ programs for stuff I want to do locally and want to run quickly. Mainly Math programs.
  3. D

    How can I add a free search feature to my website?

    True. I haven't made any real sites that aren't dynamic.
  4. D

    do you like my c++ game

    I'm not so sure it actually works. I don't know what Bob is being set to.
  5. D

    link counter

    There are a few of these. You could do a custom one or have a custom one made where another page keeps count in a database. Some CMS's implement this or use a javascript alternative. Below are some links. http://www.hotscripts.com/category/php/scripts-programs/click-tracking/...
  6. D

    How can I add a free search feature to my website?

    All of the above options look good to me. Personally I've just used PHP and MySQL to search through the database and display the results.
  7. D

    mod_rewrite outside of public_html?!? & dir hiding

    Yep I always use RewriteBase. I was also wondering why the {1} looked strange.
  8. D

    another php/sql question!

    Just a little technicality. You mean forum and the tags are called BBcode.
  9. D

    Setting up Horde Webmail

    I found it's easier to not install the webmails because they are already on the server. Just use webmail bridge. It logs you into your webmail without reinstalling the script.
  10. D

    noob sql question

    Localhost is used when you're using a SQL on the computer running the script. You can connect remotely using the address of the server. This usually isn't used but it can be.
  11. D

    Account

    Why isn't it valid now? It was before. Any way around this?
  12. D

    Account

    I want the an account with the following. username: daman371 subdomain: dev-project.x10hosting.com PHP advanced Thanks. I had this before and I got busy and couldn't come by for awhile.
  13. D

    C++

    *bump*
  14. D

    C++

    Do you have a link? I haven't been able to find one that works.
  15. D

    C++

    Can anyone convert this quicksort to use a linked list? void Quicksort(int set[], int start, int end) { int pivotpoint; if (start < end) { pivotpoint = Partition(int set[], start, end); QuickSort(set, start, pivotpoint-1); QuickSort(set...
  16. D

    x10 Radio Contest

    Are there going to be as many contests on x10radio as there were when it was first started?
  17. D

    VB Commerce

    How do you add items to your shop in vb commerce?
  18. D

    Website

    I have submitted 2 support tickets for both of the issues I'm having and I haven't heard anything back yet.
  19. D

    Website

    I'm getting that now too but that's not my site. I also can't access my site through ftp because it says ECONN REFUSED. Edit: I need this fixed. Also, in my cpanel my files are still there and there aren't any additional files or files that aren't mine.This seems strange and maybe a DNS problem...
Top