Search results

  1. D

    ip block country

    Im guessing what you meant is you have two index pages. if someone is from your country you want it to display say country_mine.html and if someone is from another country you want to display country_other.html There is no way to do this without a sql database. If you had the database it...
  2. D

    Passing + in a php variable

    I have a textarea full of code that is submitted to a session variable through ajax and later echoed into a page to display the code. For some reason it is not echoing a + sign in the code and thus breaking my javascript. I have been pulling my hair out trying to figure this problem out im going...
  3. D

    I posted on your IP question. I have a database that will work depending on how accurate you...

    I posted on your IP question. I have a database that will work depending on how accurate you want it to be. I did not post it in the forums because I am still working on the database and I did not want tons of people posting and asking for it. I would be happy to give you a free copy if you...
  4. D

    ip block country

    The only way to accomplish this is to run a database which converts the IP address into a latitude, longitude and then country. These databases would run you about $1000 and are very large, about 150meg+.
  5. D

    Testers Wanted

    The coding is encrypted I just need people to test/use it in their shopping cart. I now have the site up and running you can view a demo at www.demonwares.com/demo/promodemon
  6. D

    Testers Wanted

    I am looking to release a new version of my software and I am looking for testers. The software allows you to add, edit and delete promotional / discount codes for use with Paypal buttons. Many people use the javascript version available on many forums. This code utilizes that code and...
  7. D

    Download/Save Textarea

    Im not worried it works in IE and FF for windows and that is about 98% of my viewers. If it does not work in others they will just have to copy and paste the code. Thank you for all your help
  8. D

    Download/Save Textarea

    That is exactly what I'm looking for.
  9. D

    Download/Save Textarea

    To a txt, html, js or php files
  10. D

    Download/Save Textarea

    Text areas as in <textarea cols=10 rows=5>Bla Bla Bla</textarea> Locally I mean they click on the save button and they can save it to their desktop or other directory.
  11. D

    Download/Save Textarea

    I have a php Script that creates forms and functions depending on what my customers click on in a form. The results are displayed in 2 or 3 text areas. I have been looking every where and i can not find a code to do the following properly. I want to have a save button under each textarea that...
  12. D

    Export Sql database with php

    Many of you may have read my post about uploading a large sql file. My new issue is I am unable to export it using phpmysql without getting a timeout error or the browser freezing due to the size of the export. I was wondering if there is a php code that would allow me to export or create an...
  13. D

    [REQ]25-Need forums posts

    I just opened a new support forums on my site and need posts. I am offering 25 credits for each user that creates a valid post. When you create your account use the same username as you have on x10hosting. Leave a message here when your post is made and ill send you the credits. Thank you...
  14. D

    Sql file to big to upload

    The problem is not just with file size. I have a test server that I could not upload it to either. The other issue is php time out on the script. When you use do an upload most servers only allow 60 - 120 seconds. The file I was trying to upload had over 1,000,000 entries so it would time...
  15. D

    Sql file to big to upload

    I have an SQL file that is over 125 meg and I am unable to upload it using phpmyadmin. I was wondering if someone would happen to have a decent php script to include a sql file. I tried using this code without any luck. function parse_mysql_dump($url,$nowhost,$nowdatabase,$nowuser,$nowpass){...
  16. D

    Ecommerce Software Site

    Many of you helped me with coding in some of my programs so I thought I would list the site here for you all to see. If you have any suggestions please feel free to post them. I can take a hit if you would like to leave some criticism. http://www.demonwares.com Please don't take this as...
  17. D

    Test Server Apache Problems

    I did as lhyman suggested. The package he suggested was newer and more up-to-date. Thanks for the help.
  18. D

    Test Server Apache Problems

    no it just opens the directory and shows the index.html file listed. you have to click on index.html in order to view the site.
  19. D

    Test Server Apache Problems

    First I am sorry if this is not the best place to post this message. I was not sure where to ask. I installed apache and php on my win XP Pro platform and everything seems to be working ok. I am able to type in Localhost/ and it displays the directory. My problem is it will not load index.php...
  20. D

    PHP Obfuscation

    I am looking for some advice on protecting my code. I know there are php obfuscators out there, but are they really worth my time. What are your thoughts on protecting my code.
Top