Jump to content
xisto Community

kvarnerexpress

Members
  • Content Count

    413
  • Joined

  • Last visited

Everything posted by kvarnerexpress

  1. I recently set up a virtual test box using VMWare Workstation 5. I've installed Windows XP Pro, Apache2, PHP and MySQL. I am now trying to add other features to PHP, specifically, support for the Aspell library. I followed all the instructions I could find on the web about how to do this, but everytime I restart Apache, I get a message saying "Unknown(): Unable to load dynamic library './extensions\php_pspell.dll' - The specified module does not exist". How do I fix this? I've tried various solutions I've seen on the web (including copying the specified dll to the WINDOWS/system32 directory), but nothing seems to work.
  2. I'd like to display a random image (it's a security image generated by PHP code with GD...), but I don't want people to be able to reload the page with the same image. In other words, if I proceed to another page, but than hit the "back" button, I don't want the same image. Possible?
  3. Alright, so I have an app I forgot I have that was written by a much better/older coder then myself, luckily I am allowed to look through it and it's teaching me a lot...i'm confused about something though...in the application.cfm page, he has a parameter, "session.admin" it defaults to 0, which makes sense. When you log in, if you are an admin, it changes the session variable to 1...which also makes sense.Although inside all of the pages that are supposed to be protected (and are protected) by this, I can't seem to find any code that seems to validate for that.Essentially i'm looking for some kind of if statement checking the session.admin variable, but I can't see anything of the sort...which makes me wonder how in the world is the page secure, but it is. Is there something i'm missing, or somewhere I should look, some file name that all CF developers use to make a list of protected pages?Thanks
  4. I have just recently started having trouble with my winxp pro. The trouble is as follows:start>my computer open c: drivestart. my computer open d: drivenow with both windows open (c: D: both hard disks) I can right click on mostitems that are NOT folders and a context menu comes up. Now if I right click on a folder (like I want to copy or select properties) it will stay with an hour glass for up to 4 minutes but I can go to second window while this ishappening and I can right click on a folder and it works as expected and comes up almost immediately, first window is still frozen and after it very long delay will pop up with menu for a second! I have tried scanning the drives for viruses, defragging, chkdisk I do not know what to do...What other items can I try as I really would hate to wipedrive and reinstall Winxp Pro, is there something as in win98 to check all the files to see if there are proper versions and none are missing?? I tried booting into winxp pro safe mode and it also hung upthey same way as I described. Thanks
  5. Hi,In my old delphi project I use epson serial printers but since the computers upgraded to windows xp when I try to print something I get "Access violation at address ####" error, I was using some inline asm code for serial printing I think it is because of this.Is there a alternative way for using serial printers? Thanks.
  6. Is there some special trick used in vc++ to have the controls automatically move and resize when the main dialog is resized?For example when I create a new default dialog with the resource editor, it puts and OK and Cancel button in the top right corner of the dialog. When you resize the dialog in design view they move with it so they stay in the same relative position, but when i run it, and then resize the form they stay in the same spot and the border moves farther from them.If theres a simple built in trick for it that is good, if its done through code and the resize message, then i wont really worry about it.
  7. At the moment, I know how to get a list of all running processes on the computer. The problem lies when it comes to the point in which I need a list of all the applications on the computer. This is just a minor distinction but enough of one to be causing me a problem.I am trying to write this program that will open a certain program, however, this program (along with a couple of others I need it to open) run on a single process, even when you open multiple documents. One of these programs is, for example, OpenOffice. It opens one process, which is linked by the OpenOffice QuickStarter. Now lets say I open two different OpenOffice Text Documents. I get one process (the QuickStarter) called soffice.exe running. However, I have TWO windows open - one for each document. My problem, as you may or may not have figured out by now, is that after opening the first document, I have the connection to the process, but opening a the second document, I do not have the connection to second document, because the process is already opened and the process handler just gives me a link to the original file opened.If anybody could help me out here, I'd greatly appreciate it, I've been racking my brain over this issue for the last week and can't seem to find anything on the internet to help. Thanks in advance!
  8. I am trying to get my new site setup. I have 1 host and 2 Domain Names. I have my one site Wrecklessmedia.net running off of the root dir, and i recently bought brianberris.com and im running that site off of a sub-directory of the root. The DNS of brianberris.com is being just forwarded to that subdirectory. My problem is that i want to make a subdomain for brianberris.com called blog.brianberris.com. I have been messing around with .htaccess files and stuff but i cant get it working. I hope i explained this ok, and didnt confuse anyone, lol. Any help would be greatly appreciated. Thanks in advance.
  9. hi,I'm working on a link exchange script. It uses the CONFIG.pm file that holds the settings(e.g. how many links to display on one linkspage, how many characters the title may have, etc.)Say the number of links to display on one linkspage is set to 20 and the webmaster wants to change this to 25. What code do I use to have it change the settings in this config.pm file? I'm stuck here.. I don't know how to do that. If someone can help me that would be great.Thanks in advanceKvarnerexpress
  10. Using php, I am trying to develop an order form, which will accept order details one at a time.On submitting the form, it will call itself and print the data already added and present new text boxes to enter new item details.In theory, this can go on for infinite line items.Question is, how do we retain more than 1 row of elements in the array ?Verbose:We have text boxes for user to enter data.The user will enter the part number, and "other details".And Press the "Add" button.On pressing Add, the part number will be looked up in the DB and other info such as Price, Description pulled out.Page will call itself.The already entered data, plus whatever was extrapolated, will be printed on the first line.Another set of text boxes will be presented.Same process will repeat and on presenting form again, we will see line item 1 and line item 2.This will go on, till one presses, Finalize Order.How do we go about doing it?Another way would be to store it all in a temp table on the DB, but somehow that does not seem the right way to do it.thanks for help
  11. I have to give a class tonight showing how to use a particular mapping website. Many of the features use the "_blank" target tag for links so that the content is displayed in a new window. The problem is that at the lab I will be using, all new windows that are created in this manner show up as empty, blank windows. I tested with a number of different sites and any time a second window was spawed by a site it would show up blank. I turned off pop up blockers and set the security to as low as possible in the browser but it had no effect. This is occuring on all of the computers I tested at the lab. This is for IE 6.X and Windows XP. Any ideas on what I need to do to get this working properly?Thanks!
  12. Hey all, I have a gradient I'd like to place on a background image which I can do and works well with 'Matte' to none. My question is, would it be better for the matte to at least be similar to the background image ( which could be described as blue stipes ) or remain as 'none'Just curious as I always see people recommend to match background for matte but never in the circustance when background images are used. Thanks.
  13. Hello All,I am developing a utility for zipping and unzipping a file using the Huffman Algorithm. The code is implemented using 'C' language. I have finished coding for generating the appropriate bit code values for each of the symbols present in file and my next objective is to store the bit code values in a seperate file. As you all are aware, the smallest data type that is supported by C is the character which is 1 byte. Please can anybody suggest me on how to store the bit values generated as codes in a file?Thanks.
  14. know vba with MSAccess but need to create a web app of an MS Access App. I need to make it multi user with the user only being able to see and edit his own data. The db is quite simple and could have only a single table, but could divide into one main table with a couple of relational tables.I need the user to be able to login in and create his own password. I would want the user to have to validate (e-mail) simular to registering for this forum.I noticed that this forum is PHP driven. I thought that might be a better solution but a higher learning curve from vba to vb.net
  15. How do sockets work in java? I have only previously been exposed to the VB winsock control, which receives data automatically as an event. From a tutorial i've seen, it looks like all incoming data has to be manually read using a bufferedreader, perhaps using a continuous loop, is that how it goes?kvarnerexpress
  16. I need help regarding visual basic application ......i have seen many companies have offices in differnet cities and question is how they connect their application from each computer from all offices with one database which have customer records........ i dont know how to do that can any one help me ?i wanna make it connectivity from 2 or 4 different cities , so where i should put my msacces database and allgiv me suggestion or help me out or giv me some website where i can get some information .thanks
  17. I need to make a website for this English paper I'm doing and instead of having footnote definitions for certain words, I want a little window with the definition to pop up when the reader holds their cursor over that word. Is this possible and if so, how do I do it?kvarnerexpress
  18. I am trying to solve some strange problems - the problems are the sort where you have 2 different sets of code that do the exact same thing differently - but one solution works and the other produces strange results (very strange since the debugger shows they both do the same thing).Some problems of this nature remain and I think it has something to do with the compiler.I'm using gcc 3.3.4 right now, am working on installing 4.0.0 but I doubt it will help seeing how the only changes appear to be to C++ and java, not C.Is there a free compiler out there that better conforms to the standard? Particularly one that is known to work well with "complex" data? (i.e. _Complex double varName, complex.h - that sort of complex)?
  19. Hi all,I want to keep track of how often certain pages are visited but I don't want to have it such that someone can keep refreshing a page to increment the number of times a page is visited.What would be the best way to keep track of visiters on my site so I can know what pages they are going to.I'm going to database this data so I can generate a little "most visited" list for my page of, say, the top 5 most visited pages.I imagine using a cookie or something but I would like to have a time frame on it, such that, if the same person re-visits the site after, x amount of time (an hour/day), the page 'hit' will increment.
  20. just entered the (not-so) Wonderful world of PalmOS programming and for anyone who's done this before theres enough handles necessary to piss anybody off.What I want to know, is it better to declare the handles for all the text fields globally and modify them from every funtion or should I just open and close the handle inside every function? The second one gets annoying but I don't want to waste my time debugging my programs for hours trying to find out which global handle was pointing to the wrong address... I'm sure anyone with even experience from writing Win32 programs can help me here but my experience is very limited and I'd like any advice I can get.. thanks!__________________My b0x:AMD XP Barton 2800+ @ 2.4GHz (hehe that's almost a 3500+!!!)1 x 512MB Kingston RAM (soon to 1GB Dual Channel)1 x 120GB HDD (soon another )SoundBlaster Audigy 2 ZS (0wN5!!!)MSI GeForce FX5200 128MB OC'd to 275MHz GPU and 440MHz mem.
  21. I'm trying to write an ASP page that consumes a webservice I wrote. I have done this in other programs but with the help of the .net web reference wizard. I need to know how to manualy reference and consume a webservice in ASP (useing VB as my language). All the tutorials I've found refer to useing the web reference wizard, but I need to know the acctual code to use.
  22. Hi All,I currently have a HTML page that contains a login section. At present the user enters his / her username and password and presses Submit (standard HTML Post Form). This calls an ASP page which checks the details against an Access database and displays an error message if there is a problem. The user is also presented with a link back to the login page with the invitation to "Try Again". If the details are okay then a welcome page is displayed.This is very nice but I would much rather have a login page that checks the login details and displays a message if the details are wrong. Alternatively, if the details are okay, it should go to the welcome page .Questions:I do not think I can do this in HTML by itself. Correct?What langauge should I use?How would I write it in this other language?How would I get my HTML login page to invoke this new code when the Submit button is pressed? Or would it be called in some way not using the HTML form?Your help would be greatly appreciated!Regards, kvarnerexpress
  23. I'm thinking about making a Windows Service in C++. I found some sample code, and it all makes sense, except I'm wondering if it's possible to detect whether my exe is running as a Service.I'd like to have it perform this check when the app starts. Then if it is running as a Service, it'll go ahead and call StartServiceCtrlDispatcher(), otherwise some other action can be performed.
  24. know how to make and use an imagemap. But in the current situation the maps are fine mesh grids hundreds of little rectanges all the same size with a different area object for each one. I really dont want to tediously draw 1500 little rectangles, oh yes, and they should align nicely in rows too. I've downloaded several sofwares to do thisimaptool for Linux, which broke, andhandy image mapper on winxp but none of them really automate the task. I will spend money for the right tool because I will need to do these maps on a regular basis. thanks if you have any suggestions.
  25. Hi! I would like to know if it exists a java class that calculates a distance matrix using as a parameter the co-occurrence matrix. I have a code that calculates step by step the distance matrix, the problem is that is a really slow process and it takes too long. thanks in advance!!!
×
×
  • 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.