Search results

  1. D

    .htaccess redirect

    I have a wildcard redirect set for my domain as *.website.com I am trying to figure out how I can setup the .htaccess redirect to point correctly Subdomain test.website.com Files are in website.com/test I still want the url at the top to point to test.website.com
  2. D

    String to text file

    I am looking for a script that will allow me to turn a string to a text file for the user to download without having to save the file to my server. If this is possible can anyone help me with a sample. I have looked all over google but it just shows me how to save to a text file on the...
  3. D

    phpinfo Test File

    Before you say it I know all about <?php phpinfo();?> I am checking to see if anyone has developed a decent check file. Something where if php is installed it says Php is installed and then displays the info. If it is not installed it displays something like sorry php is not installed. I am...
  4. D

    Im looking for a good php encoder/encrypter

    I have several php pages that need to be encoded. Im looking for a decent encoding software under $50. Any suggestions are greatly appreciated.
  5. D

    Javascript onload

    I have been trying to get this to work in IE without any luck. It works great in FF, Opera, and Safari. If anyone can give me a hand with this I would appreciate it. The following code loads is looped to add the onsubmit function and name to all my paypal forms currently being 30 per page...
  6. D

    .htaccess redirect

    This is an example of our old dynaimc product URL: http://www.site.com/Merchant2/merchant.mvc?Screen=PROD&Product_Code=cm028-ak47-airsoft&Category_Code=&Store_Code=R we are now using static pages We need htaccess to reconize the product code which is cm028-ak47-airsoft then smiply redirct...
  7. D

    Restricting Directories

    I have a very large site I am working on that has many directories that I wish to block from public viewing. These directories contain MP3 files that I do not wish to be downloaded. These files still need to be available for use in a flash media player. Is there a way to block access to all...
  8. D

    Javascript Help

    I am working with dhtml Popups on my site and i have been trying to figure out how to disable the scrollbar using javascript. I am able to do it properly in all browsers except IE the code im using is below. If anyone can help with this it would be greatly appreciated...
  9. D

    Email System

    I have been trying for days to get my email to work properly but I have not been able to send emails the information i am using is as follows Outgoing Mail Server: mail.demonwares.com (server requires authentication) port 25 Outgoing Mail Server: (SSL) ciroc.x10hosting.com (server requires...
  10. D

    PHP find Directory

    I have been looking for a solution to this function for the last 2 days and im going nuts lol. If anyone has any ideas please share them. I need a function that takes a file name example('find_904972.php')searches directories starting at home directory to find that file and reports back the...
  11. D

    Email System

    I have set up my email through outlook and I am having issues sending emails. I have been able to receive them but for some reason all the emails i send are returned to me. Anyone have an idea why this is happening?
  12. D

    MySQL Functions

    I have been trying to figure out how to select the following from my database. Select information between beginning of this week and now() "SELECT * FROM database WHERE ____ " Is this correct for selecting all content from the beginning of the month to now SELECT * FROM database WHERE...
  13. D

    CSS Formatting issue

    I am working on a css design but I am having issues with the following design CSS #enclosure { height: 150px; width: 668px; overflow: auto; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; border: 1px solid #566F8E; } HTML <div id="enclosure">...
  14. D

    DATEDIFF Function

    I have a script that uses the following line $month_sql = mysql_query("SELECT * FROM sales WHERE DATEDIFF(d, payment_date, NOW() ) < 365 ") or die(mysql_error()); I have not been able to get the code to work properly. I get the following error. Incorrect parameter count in the call to native...
  15. D

    1000 Credits PHP to ASP

    I have two php files that need to be converted from PHP to ASP. I am offering 500 credits per file to convert them. image.php is a file that creates a captcha image. The link below is the php code in a text file www.demonwares.com/customer_files/asp_image.txt process.php is a file that...
  16. D

    Contact Form

    First off I'm sorry if this is in the wrong forums but my goal is to help out those trying to make contact forms. I have been on many forums where people are trying to figure out how to make a php contact form. Many people link to tutorials or w3schools. I created a php contact form generator...
  17. D

    Javascript Scollbar Movement

    I started with an image that is over 60,000 px wide and sliced it into squares to decrease load time. I also decreased the size of the code so that the customer can zoom in and out to view the image. This image table is viewed in a fixed size div. The code below is the javascript i am using...
  18. D

    PHP error/warning

    Warning: Unknown: Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless register_globals is enabled. You can disable this functionality and this warning by...
  19. 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...
  20. 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...
Top