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 SkipVought 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: *

  1. sarahknz

    Oracle stored procedure vagaries

    Thanks for the reply. Turns out that I was focussed on the tricky looking out parameters and the seemingly benign parameter was the problem - very funny, not! I sussed it just before leaving work so didn't have time to post on here and admit my embarrasment [blush] Sarah...
  2. sarahknz

    DMS - Document management system

    Perhaps CVS might be enough? https://www.cvshome.org/ http://sarah.pcpropertymanager.com http://www.pcpropertymanager.com http://www.propertyinvestor.info
  3. sarahknz

    Oracle stored procedure vagaries

    Hi I'm working with 2 stored procedures written by someone else. My Oracle is "adequate" for the job I'm doing but this is stretching me a bit. I have an application which calls these stored procedures and processes the data. One is happy with 35 rows returned, the other craps out at 7...
  4. sarahknz

    "Use of uninitialized value"

    Thanks for the replies. The script is failing for the PHP script on the same server. The original script, which calls a different server, works fine. Both have 755 for permissions, both output to $content I've upped the permissions to 777 I tried running the perl script on another server...
  5. sarahknz

    "Use of uninitialized value"

    My webhost has cPanel which only accepts Perl scripts, aargh So I'm using this to get Perl to call my real PHP scripts which do all the work Code: #!/usr/local/bin/perl -w use LWP::Simple; use CGI; my $URL="http://www.mysite.com/myscript.php"; my $content = LWP::Simple::get($URL); print...
  6. sarahknz

    MessageBox maths function

    I store it in the database and it's encrypted like anything - here's an example of how the number 1 looks when I've finished with it: w2rJxeH and I'm going to make it dependant on their username too - nothing is "unhackable" but I think this should do. I'll look at that GUID stuff too, though...
  7. sarahknz

    MessageBox maths function

    I've decided to keep it really simple The modules will have a value assigned, 1,2,4,8,16,32... The will only ever have one copy of each module so if their module code is 19 then I know exactly which modules they have installed and which to activate. Any comments...
  8. sarahknz

    PHP Rotating Banner Ad Program

    I'm trialling phpAdsNew, looks good. http://sarah.pcpropertymanager.com http://www.pcpropertymanager.com http://www.propertyinvestor.info
  9. sarahknz

    CURL

    I'm doing just this with no problems on a site. The images problem is that the links to the images are being given as relative links, so you either have to * update the remote site (if you can) so that images are given as full links, domain and all * host copies of the images in the appropriate...
  10. sarahknz

    MessageBox maths function

    I want to store the modules that a user has installed into a single variable and encrypt it. I figured that it might be neat and tidy to use the maths function from messagebox. So, I'd look at the total and take out 256 for module a, 32 for module b etc. Does anyone have a function for doing...
  11. sarahknz

    Newbie: does perl have to be in cgi-bin?

    I didn't think it did but I can't get it to work. I've uploaded perldiver which should give me the equivalent of PHP's phpinfo() function. However all I get is text. I've chmod'd to 755 and uploaded as ascii. Any way I can get it to work in a "normal" directory thanks Sarah...
  12. sarahknz

    Divide by Zero error

    The docs for the patch had always talked about patching the esl file. Then I saw a post talking about patching the actual foxprow.exe file. So far so good. I can open, I can run apps! My old system lives to run again :) thanks for your help! http://www.hostultra.com/~data/...
  13. sarahknz

    Content management

    Take a look at http://www.opensourcecms.com for some suggestions and demos. However these usually take some setup and management and are not necessarily intuitive. Alot depends on how much control they need. http://www.hostultra.com/~data/ http://www.pcpropertymanager.com...
  14. sarahknz

    Divide by Zero error

    Hmmm, seems I've met the end of the road The patch used to work but doesn't now on my new PC Compatibility is turned on and set to win95 as per this post: http://www.tek-tips.com/viewthread.cfm?SQID=828933&SPID=182&newpid=182&page=1 but no joy thanks for your help...
  15. sarahknz

    Restore standard windows defrag

    Sussed it! Had an inspiration and went trawling through the Administrative tools in the Control Panel and found an option to defrag. Seems to have worked. thanks for taking the time to reply. http://www.hostultra.com/~data/ http://www.pcpropertymanager.com http://www.propertyinvestor.info
  16. sarahknz

    Restore standard windows defrag

    When we first got win2k prof we installed Norton Utilities and it became a useful tool to have in the background. Used it every so often. We installed all the windows updates and nortons updates etc and somewhere along the line our OS version got out of sync with the supported nortons OS...
  17. sarahknz

    Divide by Zero error

    Thanks, I didn't know about this patch. I'd only used the other one. http://www.hostultra.com/~data/ http://www.pcpropertymanager.com http://www.propertyinvestor.info
  18. sarahknz

    Automatic software updates

    I think it might be both :) I'm not the main coder for the software but we have a file maintenance program which closes the main program, runs and restarts - and I believe we'd need something to do that - and we have the code. We already open web browsers to go to the "buy now" page and that's...
  19. sarahknz

    Affilliate Management CMS

    I'm looking to extend our small affiliate programme and currently handcode all the changes modifications. We do things a little differently to the professional systems I've seen out there. * each menu item on our site is configurable by affiliate * skin according to affiliate not the visitor...
  20. sarahknz

    Automatic software updates

    I use SmartFTP, SpyBot, Adobe etc and they have the ability to check for new versions, shutdown, download the new version and restart. I understand most of this except the http bit. How do you query the site, get the file etc. Is there a 3rd party add on to do this or is the code relatively...

Part and Inventory Search

Back
Top