Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ginx
  • Order by date
  1. ginx

    can't find cybercash dll

    I am trying to re-implement a cybercash account into a site re-programmed in CF. I am looking for the cybercash.dll to be used with the CFX_cybercash tag. Since Cybercash was bought by verisgn i am having no luck on the verisign website as all they want to do is have me change over to there...
  2. ginx

    PHP security - PLEASE READ !!

    I have installed a PHP project with IIS :( for a client. He is doing some security testing and is finding that the security software is saying that there are security holes in PHPNUKE which I definitely did not install with the rest of the system. I am not using any component of PHPNUKE and...
  3. ginx

    Error Message - please help

    I am calling session_start at the top of each page and then creating session variables by : $_SESSION['whatever'] = "car"; I unset the session only once a user logs out by calling session_unset() thanks again!
  4. ginx

    Error Message - please help

    I am using session_start() and session_unset(); should i not be using these at all? thanks for your quick response!
  5. ginx

    Error Message - please help

    This message is appearing at the bottom of the pages!! can anyone help? >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...
  6. ginx

    Executing server side script for Auction

    can you expand on the .vbs thing thing please. I am a bit stupid :) Thanks, ginx
  7. ginx

    Executing server side script for Auction

    I am developing an Auction site. I am wondering if it is possible to run a script once every 4 hours (could be any time period), that will send emails to the buyer and seller of the auctioned item. This script needs to run on the server whether the the site is being accessed or not. The...
  8. ginx

    intersect & inks

    just wondering if it is possible to change the ink of the interseccting area of two sprites? theIntersect = intersect(sprite(1).rect, sprite(2).rect) theIntersect.ink = 8 i'm getting an error that property not found....#ink, and i realize that ink is a property of a sprite, not of this...

Part and Inventory Search

Back
Top