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 strongm 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: brantGuy
  • Content: Threads
  • Order by date
  1. brantGuy

    This Dont work, and I dont know why

    the values are from an xml feed insert into ahnFeed (link, topic, title, pubDate, image, description) values ('#RIGHT(world.rss.channel.item[x].guid.xmlText, 10)#', 'Sports', '#world.rss.channel.item[x].title.xmlText#', '#world.rss.channel.item[x].pubDate.xmlText#', <cfif...
  2. brantGuy

    xml to sql DB

    Hey, hope someone can help I have the following working <cfif #qCheckDups.recordCount# eq 0> insert into ahnFeed (link, topic, title, pubDate, description) values ('#world.rss.channel.item[x].guid.xmlText#', 'Sports', '#world.rss.channel.item[x].title.xmlText#'...
  3. brantGuy

    Serious Problem I NEED HELP

    Someone is deleting my mssql database tables... how do I stop them and haw can I find out who... Someone will be in for one seriouse buttkicking if I can ever get my hands on them...
  4. brantGuy

    Grabbing Images..

    I just purchased a news rss.20 feed... Im grabbing the feed, and parsing it to my database and displaying it on my site from the DB...I wrote a cron that updates once every 30 minutes to check if rss has changed. alot of these feeds come with video, images and soundclips. I tried to grab the...
  5. brantGuy

    cfhttp and xml pages are slooooooow

    I have an xml news feed on my site but on the page that the xml news comes up on is slow. Is this a result of the xml parsing, the xml supplier...what can I do.... <cfhttp url="MY XML FEED" method="GET" resolveurl="No" ></cfhttp> <cfset world=XMLParse(cfhttp.FileContent)> <cfoutput> <cfloop...
  6. brantGuy

    display a partial section

    Im currently using #Left(qGetArticles1.event, '50')# to display a teaser for an event or an article...it just displays the first 50 characters...the problem with this is that it indiscriminantly cuts a word off anywhere...how can i ask it to go to 50 characters then cut the display off at...
  7. brantGuy

    Stop Script Attacks in cfinput

    Ho can I stop users from executing scripts on my site any help would be appriciated.. Thanks
  8. brantGuy

    Restoring the database: exclusive access could not be obtained

    While restoring the SQL Server database, I got the message: Exclusive access could not be obtained because the database is in use. RESTORE DATABASE is terminating abnormally. Nothing else except sql is running and nothing accessing the db.
  9. brantGuy

    HTTP AND HTTPS

    My website was going to http://www.mysite... but recently i had the need to switch it to https://www.mysite... what I need to do now is get the traffic that goes to the http to be automatically redirected to the https version... but I have no clue as to do this... iis version = 6 site...
  10. brantGuy

    Validation stopped working

    This just started happening out of the blue and i cant find any solution on the internet of the cause.. <cfform action="testPage.cfm" method="post"> <cfinput name="email" type="text" required="yes" message="enter email" validate="email" /> <input name="submit" type="submit" value="submit" />...

Part and Inventory Search

Back
Top