Jump to content
xisto Community

kvarnerexpress

Members
  • Content Count

    413
  • Joined

  • Last visited

Everything posted by kvarnerexpress

  1. Hey guys,I'm looking to offer files for download, but only after a customer has purchased it. What this means is, a file cannot be downloaded by anyone at any time, except the user whose transaction has been approved. The catch is that the file has to remain on the server at all times to be available for download.It would be like this:1) Prior to a transaction, https://www.salesforce.com/products/platform/overview/ would be inaccessible for download / viewing / etc. by anyone.2) After the transaction is authorized, file.txt is available for download ONLY by that specific user. 3) After the download of file.txt is complete, file.txt is no longer available to that specific user (or anyone else).Is there any secure, fool-proof way of going about this? It's very important that the file is exclusively available to the purchasing user, and prior / post-transaction, the file is not available.Any / all suggestions would be greatly appreciated, as this matter is of major concern to me.
  2. i have a form with a few fields such as zip and phone. i only want the user to type in those fields numbers and not letters, and if the user enters letters, then the form will warn the user somehow to only enter number.is there a function that will accomplish this or how is something like this accomplished?what code would i have to use?any help would be greatly appreciated.thanks__________________Kvarnerexpress
  3. Im a new Ska fan, and ive just started lissoning to 1st wave stuff like Prince buster, Desseon Dekker, and Toots and the Maytals. But im have a hell of a time telling the difrence betwen Ska, Rock Steady, Reggae and, Dub. for instance i thought that Toots and The Maytals were Ska but on there Site and they won Reggae album of the year award so if any one can help me with this thanks...
  4. Hi everyone !I need my little program to access internet web page, then find some data in it. I need to manipulate that data and to show the information to the user interface program.I am searching for a way to implement this, but I didn't find anything. Is there any tutorial or anything about this ?I really need that information. I have to finish this application as soon as possible, and it's kinda "urgent" if I can say.If you know anything about this, please help me !Thank You very much for your help !
  5. I thought it was about time we had a list of useful flash sites in an attempt to stop the same topics being posted again and again. So here are some sites which are well worth visiting for developer resources. http://www.flashkit.com/ http://forums.xisto.com/no_longer_exists/ https://www.kirupa.com/ http://blog.sephiroth.it/ http://www.tutorialized.com/tutorials/Flash/1 http://forums.xisto.com/no_longer_exists/ ExchangeThe Actionscript DictionaryIf you know of any other useful flash sites or resources; please either post them in this thread or PM me and I'll add them to the list.
  6. Hello,I recently found the cause of a problem I was experiencing. The file permissions for two scripts that I created somehow changed from 777 to 644. I had these scripts in crontab and they all of a sudden stopped working. However, two other scripts - in different directories - kept working. Does anyone know why/how this could have happened? Nothing was accomplished during the time frame that the scripts stopped working. At least nothing that I've found so far. Any help is appreciated. Thanks!
  7. Ive got a form, with a submit button on the left and a submit button on the right. By default on the enter keypress, the form submits the left submit button, but i want it to submit the right button. How would i accomplish this? kvarnerexpress
  8. PC shuts down after a few seconds --------------------------------------------------------------------------------Here is the situation, about 2 weeks ago one of my computers stopped in the middle of a game and shut down. That was it. I restarted the computer and it powered up and went into the normal startup sequence, it did hit the BIOS screen, then powered down unexpectedly. After that it could be turned on, but then immediately shut down, staying on no longer than about 4 seconds. The system worked flawlessly for about 2 years before this problem.System Specs: AMD 2000 on an ECS K7S5A mb with appropriate RAM and a 300 W psu. I searched the net, found out it could/most likely was, a power supply problem. I bought a new power supply (a 320 psu), swapped it out and nothing changed. I have a couple other computers with similar configurations so I swapped out components looking for the 'defective' part. The CPU/RAM were easy enough, but did nothing, finally I tried a new motherboard (ASUS A7N8X-X), again nothing. I eventually swapped everything out into a new case, using the same RAM/CPU/Video card. (Please note: I have not had the hard drive plugged in since early in this debugging period, as I cannot get to the BIOS, I did not figure having the HD plugged in would help in any way.)I still figured the RAM/CPU must be bad so I put in spares, and I put in an old PCI video card just for good measure too. It still powered down before hitting the BIOS. What the heck? There was not one original piece of hardware in the box and I had the same problem. Then I made a terrible mistake. I took the original RAM/CPU and plugged them into a machine I knew to be working (on an ASUS A7N8X board). Guess what? Now that computer exibits the same behaviour, it simply will not boot up. It shuts down after a mere 2-3 seconds. The fans start, the leds go on, then it shuts off.I have tried clearing the CMOS on both systems to no avail.I am getting paranoid about some sort of a RAM virus and that I inadvertently infected a 'good' computer with it by mistake.Does any of this sound remotely like something anyone else has ever heard of?
  9. This is An amazing Ska band from Ajax, ( Toronto) They have the most energetic live shows iv ever seen. They have amazing talent and it shouldnt be just recognized In Ontario This is What they say about themselves: The Johnstones formed in 2002 and hail from ajax/pickering Ontario. After they developed there sound they began to start busting moves. It can safely be said that they are objectively the best band in the world, and are very very (very) buff. They usually spend most of there time in the gym lifting massive amounts of weights, except for Ren� who's strength is entirely "au natural". They are currently circulating the southern Ontario retirement home circuit and have played with acts like; rita mcneil, Michael Bolton, and tom Jones. In addition The Johnstones are also really smart and cool. They have released an Album " What The Rossteck" I feel in love with this album the first time i heard it, Tracks, 1. Cant Tell, 2, Hackey Sack, 3. Trendy Not Trendy 4 Normal Guy 5. Another Million Served 6. Do The Ska! And a secret special Track 7. Iv Seen them Many times and shall be seeing them again in a week or so. http://www.purevolume.com/thejohnstones/ Check Them Out!
  10. I've looked everywhere, and for some reason I can't find a decent tutorial on how I can download a remotely hosted xml document and parse it in ASP. There are several examples for ASP.NET, and a few sites that "looked" like they would have the answers, but I just can't get it to work. In many cases I would cut and paste the sample code directly and it would still generate errors.From what I understand, I have the XMLDOM because it is included in IE5+, so that shouldn't be an issue. It has no problem creating the object, but I still cannot get anything to work. Anyone know of a good tutorial for this?
  11. hi, i want to restrict certain files to be directly accessed in certain directories . These files are supposed to be included in other pages , but i want to restrict people just copy pasting their url's / copy shortcuts and paste them on the browser . is this possible by using .htaccess or something else ? I am on a shared hosting account of course and don't have root access . I would like to redirect the users / or simply restrict access to the file directly .
  12. am querrying Amazon's product list in order (eventually) to make sales as an Associate (My company already is one). I can create querrys to extract the information I want just fine, and display the document tree no problem. When it comes to displaying the information (with XSL, of course) I get stuck. Amazon's Web Services says to just add the style parameter, as in the last line of the example REST query. http://forums.xisto.com/no_longer_exists/ &SubscriptionId=[your subscription ID here] &Operation=ItemLookup &IdType=ASIN &ItemId=B00008OE6I &ResponseGroup=Large &Style=http://www.yourdomain.com/your-xsl-style-sheet.xsl When I replace the style parameter with &Style=http://forums.xisto.com/no_longer_exists/ which is a fully qualified path, I still do not return a formatted result. Am I missing something to do with declaring a stylesheet namespace. The top of my style sheet looks like this: <?xml version="1.0" encoding="UTF-8" ?> <xsl:stylesheet version="1.0" xmlns:xsl="http://forums.xisto.com/no_longer_exists/; xmlns:fo="http://www.w3.org/1999/XSL/Format; xmlns:aws="http://forums.xisto.com/no_longer_exists/; <xsl:template match="aws:ItemSearchResponse"> ..... You can see all of this in action at http://forums.xisto.com/no_longer_exists/ I am concerened first with the top-most navigation link, 'Fully Qualified US Version'. I think somewhere I'm missing something really simple, as this process isn't all that hard. Another set of eyes would help a lot.
  13. Does anyone know if there is a javacript command to bring the browser to the same part of a long page after a refresh called by a pop up (populating a db).I have tried various methods including refresh() and reload() as well as redirecting back to the original page in the opener window.Does this functionality exist ?? please help...
  14. I have been writing my first CGI program, but had problems loading images and background files.I needed to write:-Code:cout << "<body background=\"file:///C:\\GoAhead\\ws031202\\web\\cgi-bin\\images\\MyBackground.jpg\">"to get the images loaded.i.e. the following line did not work:-Code:cout << "<body background=\"http//C:\\GoAhead\\ws031202\\web\\cgi-bin\\images\\MyBackground.jpg\">"Can someone explane the difference for me please.I could never use relative references:-e.g.Code:cout << "<body background=MyBackground.jpg\">"Many thanks, kvarnerexpress
  15. Wow i was sure somebody would have made a thread regarding the first full length cd from cog. I got it about a week ago and nothing else has been in my cd player since, i cant recommend it enough, currently my favourite songs are doors, the river song, resonate and run (amazing song)I havent been hooked on an album like this since Lateralus came out Please discuss
  16. I am rewriting a PHP install script. The first thing the user sees is an option to choose language. There are 3 languages Danish, English and German. I have 3 language files with variables with assinged values like this: PHP Code:$help="Help"; When you choose a language, say, English the page jumps to a file with this script:PHP Code:session_start(); header("Cache-control: private"); // IE 6 Fix. $name = $_POST['language']; $_SESSION['lang'] = $name; if($_SESSION['lang']=='dan'){ include "../instlang/install.language.danish.php"; } if($_SESSION['lang']=='eng'){ include "../instlang/install.language.english.php"; } if($_SESSION['lang']=='ger'){ include "../instlang/install.language.german.php"; } ?> When your choise of language has been determined, your supposed to go to the first install screen.Qustion:How do I via the session tell the first install screen what kind of language it should include and shoud I direct the user to the first install screen via a header?Thank you.
  17. hi, i am making an online registration scheme for my website for some webspace. i have got every thing sorted out exsept for one thing. to acces the ftp service and upload files to there user space i need to create a user account on the server for that user. is there a way to create a user account on a windows operating system with php 5 installed.thanks, kvarnerexpress
  18. Little background on project.I'm pretty new at VB6 and database stuff. I'm using a MS Access databaseUse DAO 3.6 as referenceOk here is the problem... when I first made my table I set almost every column as a Text type other than the few dates I had. Now that I have gotten more into my program I have added a ORDER BY in my SQL statements during a query.Because I have everything set to text it doesn't sort Numbers right. For example 101102021253234537That is what it would do.But when I changed my column to Number format in the database. I get a mismatch critiria error with my queries.Searchmore gets it's value from text1.text it could be a string, number, or date.Searchfield gets it's value from a comboboxI tried this below to change it from a string to numeric. BUt still got the same error and it points me to my query statement.Code:If isnumeric(text1.text) = true thensearchmore = val(text1.text)elsesearchmore = trim(text1.text)end ifI am guessing I have to make a special SQL statement if the variable searchmore is numeric? Or if the column that I am query is not text?Code:Set rs = db.OpenRecordset("Select * from Production where " & Searchfield & " < '" & Searchmore & "' Order by " & Sortby & " " & Sortorder)Works with a LIKE but not if I query with < , > , <>.Code:Set rs = db.OpenRecordset("Select * from Production where " & Searchfield & " LIKE '" & Searchmore & "' Order by " & Sortby & " " & Sortorder)So what do I need to do to be able to search that Column that is now in Number format and not text?Thanks Again
  19. worked on a simple window.opner() and it worked fine like this. function popupwindow() { var window_open = window.open('childwindow.html','venderfindwindow','width=1000,height=700'); } </script> <form name="productCode"> <input type="text" name="Vender1" id="Vender1" width="45"> <input type="button" value="Find" onClick=popupwindow(); return false;") </form> <form name="vederlookup"> <input type="text" value="" name="Vender1" size="5"></td></tr> <a href="javascript: doStuff('this');">close</a> </form> function doStuff(findItem){ window.opener.document.getElementById('Vender1').value=findItem; window.close(); } The above worked as expected. However, when I change the second file like this it does not close the window or communicate to the parent window. I wonder what am I doing wrong? <form name="venderlookup"> <input name="searchtext" value=""><input type="submit" value="Search" onClick='goSearch()';> </form> <script language="JavaScript"> function goSearch() { document.write("hello world!"); document.write('<form name="form1">'); document.write('<a href="javascript: doStuff("this");">close</a>'); document.write('</form>'); } The last example does not close the window. Could you do like this" document.write('<a href="javascript: doStuff("this");">close</a>');" Also, when I call my function goSearch() it takes removes the form from the screen and just shows the output of the function. Is it possible to continue to view the form without using frames? Notice from snlildude87: Use code BBCode tags
  20. I need to launch two external applications in succession. The output of the first application will be the input of the second one. I decided to use CreateProcess with WaitForSingleObject. Everything works correctly. When the first application is closed the second one is launched and the operation is performed. The problem is that using WaitForSingleObject I have no access to my own application during the external ones are running.Thanks for all advices and solutions,
  21. is there a way to place a flash movie in a div or some other container and make it so that it streatches over the whole screen?Right now the flash movie displays the size I exported it, not matter what I set the width and height to in the html code.PHP Code:<div id="flashDiv" align="center" style="width:100%; height:100%; z-index:1000000; position:absolute; left:0; top:0;" > <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://forums.xisto.com/no_longer_exists/; width="100%" height="100%" id="transitionIn" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="wmode" value="transparent"> <param name="movie" value="sections/flash.swf" /> <param name="quality" value="high" /> <param name="bgcolor" value="#ffffff" /> <embed src="sections/flash.swf" wmode="transparent" quality="high" bgcolor="#ffffff" width="400" height="300" name="transitionIn" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="https://get.adobe.com/flashplayer/otherversions/; /> </object> </div> __________________[The universe seems infinetly big to us, because we compare it to the physical aspect of ourselves. But we have to power to contain the universe within ourselves by means of understanding it.]
  22. Many fans (over 83% in a 2002 survey) hold on to the belief that Tupac Shakur may still be alive. There are many suspicious details about his departure that contribute to this.The uncontested facts:After leaving the Tyson fight on Saturday September 7, 1996, Tupac was alledgedly shot 5 times. He lived through the shooting and was taken to a nearby hospital. He was pronounced dead on Friday September 13, 1996.The suspicious facts:Friday the 13th is a very suspicious day. There were never any pictures released of Tupac in the hospital. In the song "Life Goes On", Tupac raps about his own funeral. The driver of the car in which Tupac was riding, Suge Knight (the executive producer of Death Row Records), didn't show up for questioning about the shooting. The video "I ain't Mad at Cha" was released only a few days after his death. "I ain't Mad at Cha" is track 13 on the album All Eyes On Me. The video shows Tupac as an angel in heaven. In the video, Tupac was shot after leaving a theater with a friend, which is very similar to how he was shot in real life. Interestingly, Tupac dies in his last video released under the name "2Pac". His new video "Toss It Up" from the new album was released under the name "Makaveli". The second video to be released by the name Makaveli is "To Live and Die in L.A." But how could they shoot the second video when he is "dead". Was the video really shot 4 months before his death, back in August of '96?In the video "Hail Mary" released under the name Makaveli, there is a gravestone that says Makaveli. But the gravestone is cracked and there is a hole right in front of it, inferring that Makaveli rose from the dead.A shooting involving Snoop Doggy Dogg occured close to the release of his album Doggystyle. The shooting made Snoop appear more "real" and showed his fans that he really was a gangsta. The shooting gave him respect because everyone that bought his album believed what he was talking about. Within one week of its release, Doggystyle went platnium. Snoop was signed to the same label as Tupac which is Death Row Records.In December '96, Tupac's new album went platinum. In interviews prior to the shooting, Tupac talked about how he wanted to stop rapping and being a gangsta and get out of the limelight. What is the only way Tupac could completly escape the media spotlight ??? (Answer: if the public thought he was dead.) Press wasn't going to be allowed at the funeral, but then the funeral was cancelled for unknown reasons.Tupac always wore a bulletproof vest, no matter where he went. Why did he remove it at a very public event like a Tyson fight? In most of his songs he talks about being buried, so why was he allegedly cremated the day after he "died"? And since when do they cremate someone the day after death in a murder case? Tupac's alias is Makaveli. Though the spelling is different, Machiavelli was a 16th century italian philosopher who advocated the staging of one's death in order to evade one's enemies and gain power. In Machiavelli's book Discourses Upon the First Ten Books of Titus Livy, in Book 2 Chapter XIII he says "a prince who wishes to achieve great things must learn to deceive". This is Machiavelli's main idea and is the connection between Tupac and the writings of Machiavelli.Tupac studied Machiavelli in depth while in prision was a fan and had read his books several times. Perhaps Tupac is taking his advice. Machiaveli wrote two books before his death. Look at what the All Eyez on Me disks are called.. Machiavelli's books were called, "Book 1," and, "Book 2." The CD's of, "All Eyez On Me," are entitled the sameOne of Machiavelli's books is, "Discourses Upon The First Ten Books Of Titus Livy," which it's claimed Tupac read in jail. In Book 2, Chapter XIII He says, "a prince who wishes to achieve great things must learn to decieve..." This is very similar to verses in some of Tupac's songs.Some say that Tupac modified the Machiavelli name because if you rearrange the letters, they spell, "Am Alive," or, "I Am Alive."The title of the new album by Makaveli (Tupac) is The 7 Day Theory. He was shot on September 7th; and survived on the 7th, 8th, 9th, 10th, 11th, 12th, and"died" the 13th. Hence the title The 7 Day Theory.Tupac's album All Eyes on Me was released on Feb.13, 1996. Tupac "died" on Sept.13, 1996. It is quite a coincidence that the two dates are exactly 7 months apart.Tupac officially died at 4:03 PM. 4+3 = 7 Also he "died" at an age of 25 years. 2+5 = 7. It seems as if seven is Tupac's number.Suspicious? mabye but just tell me what you think
  23. Hi,in my Access application on Report_Open of a report.I do some manipulations to a recordset.Now i want to be able to update the recordsource of my report with the recordset i just worked on. I get an error type mismatchme.recordsource = filteredRsI have tried several other ways. If anyone can please help me.
  24. I have got a page with an iframe. The iframe contains the cookie functions.How do I access the cookie functions from the iframe?When I do the following <a href="Common.htm" onClick="javascript:window.frames.["FrameData"].CreateCookie('CookieTrackMain','A.htm',7);">Common</a>I get the error 'Expected identifier'.What is the solution?
  25. I have a form, from where the data is being posted to a php script. Now in the php script the script has to forward the data to another script with posted data. I know this can be done using header but i don't know how to keep the data posted with form in POST method.For example: The form below:Code:<form method="POST" action="1.php"><input type="hidden" value="abc" name="t1"><input type="submit"></form>Now its posting data using POST method to 1.php...and now 1.php will redirect everything to another php script with the data and it should be in POST method ...How can i do this ?Thanks.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.