Jump to content
The Uniform Server Community

Heinz Stapff

Member
  • Posts

    78
  • Joined

  • Last visited

About Heinz Stapff

  • Birthday 09/06/1961

Previous Fields

  • Main OS
    Windows 8

Contact Methods

  • MSN
    heinzstapff@hotmail.com
  • Skype
    heinz.paul.stapff

Profile Information

  • Gender
    Male
  • Location
    Riberas Del Pilar, Chapala, Jalisco, Mexico
  • Interests
    Architecture, AutoCAD,

Heinz Stapff's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Can't paste in IE11 even though I approved the clipboard. Please see my latest post.
  2. Well I got the start exe file in my thumb drive E of UniServer folder allowed. It sure beat binding it to IIS which Microsoft claims will allow you to enter Localhost/boundelement in the browser will generate the uniserver pages and php. However, I have set the TCP port and UDP port to 1177 and need to know what page configuration adjustments I need to make on the MySQL and apache servers as they are set on the unbound ports used by other programs. The version is 7.1.5-Orion and I'm sure there was an archive indicating how to get the ports changed to match 1177 in the config files of bouth apache and MySQL. Anybody got a ref or can I just find it in the Orion uniserver html files?
  3. Hi guys, I'm back. Mom was sick for 2 years. She's better now. I tried to load my Uniserver Orion thumb drive site on my new OS. Win 8.1 and found that with Orion the Unitray loaded to the tasckbar tray but recieved notification that port 80 was occupied by System process and the PID 4. Even though I can access all the html and images individualy I can't access the php apanel and typing http localhost into IE11 browser generates Microsoft IIS.html. MyAdmin and all php databases are unaccessable. No I can't shut off UAC in win 8.1. Which after 2 days of investigation seemed to be the better way to go but to no avail. I'm using FireFox now and still can't paste the images or alerts to this forum. i have used advanced settings in Chrome, Firefox and IE11 to turn on scripting and lowered all of the security settings, again to no avail. I can't even paste the Snagit Alert images I took to this forum? When I downloaded the Latest UniserverZ package and ran the exe file the latest tray icon didn't even appear in the tray but recieved the same notification in the taskmanager about port 80 and PID 4 running process SYSTEM when I clicked on the Uniserver icon in the taskmanager running processes. Again I'm running it from thumb drive E as a program. I need to access the databases I created in the Orion Uniserver but without appropriate credentials and access to localhost or apanel, I may never see them again. Any ideas would be greatly appreciated. Oh, I did manage to get the Apache2 command prompt to show the same port errors but the command prompt wouldn't last more than a few seconds as it too has to be run at administration level. Getting command prompt to always run at that level might be better. Maybe I should add the Orion MyAdmin sites to trusted sites in IE11??? See the attachment shows up in FireFox but no paste image to inline text.
  4. Thanks BobS , sorry about the bloat. I needed an answer, sooner than latter. Will Google ODBC.
  5. Wow guys, I'm not even sure I'm in the right forum? I've created an Excel workbook in mydocuments that I'd like to link to tables in my D: drive UniServer database tables. The Excel documentation points out that you can add a 'Secure Location' to link to but only offers the typical Microsoft database types including 'Oracle' and I was wondering if my database is compatible with those? If not then the documentation points out that you can add a database type. So I need to find out what type of database phpadmin creates and am not sure 'myisam' etc. is applicable. Any advice or direction greatly appreciated.
  6. Wow guys, I'm not even sure I'm in the right forum? I've created an Excel workbook in mydocuments that I'd like to link to tables in my D: drive UniServer database tables. The Excel documentation points out that you can add a 'Secure Location' to link to but only offers the typical Microsoft database types including 'Oracle' and I was wondering if my database is compatible with those? If not then the documentation points out that you can add a database type. So I need to find out what type of database phpadmin creates and am not sure 'myisam' etc. is applicable. Any advice or direction greatly appreciated.
  7. Thanks BobS, still running old UniServer but appreciate the output. I'm wondering if everything is being archived for easy access? Not sure I'll be updating too soon?
  8. Yeah ironoverload, you get to choose which browser is your favorite from your own system. If Internet Explorer opens any HTML files it is because your system is set to do so. If you right click an HTML file you might get a choice to enter open with Firefox. If you type the html page into the address bar the UniServer has already opened the system browser, in this case Internet Explorer. Open Firefox from the programs menu or desktop icon and you should be prompted to use it as your favorite system browser. You should have IE, Firefox and Chrome browsers to test HTML and CSS as well as scripts accross the board. Even fonts are rendered differently in each. Presentation is everything. That being said, each browser should have the option to change from one browser to the other built into their 'Tools' or 'Internet Options'. Maybe Bill Gates wouldn't have lost the bogus Monoply suit if he had done so. It makes sence for developers to be able to switch between browsers that way so they don't have to reload everything to see the html output but the programing may not. Most of the Geniuses will have a far easier method of using several different browsers at the same time. Usualy a multi screen system with each browser open in a different screen which allows them to move the browsers from one to another screen. The Beauty of that is that you can test HTML and CSS output in a variety of standard screen sizes! One of these days.
  9. megan Thanks I guess your telling me that I have to hard code the javascript events like onclick into the get.php file in order for the javascript to run which I have done like this and works: get.php echo "<img src='" . $row['src'] . "' class='image' [b][u]onclick='pictureclick()'[/u] [/b] title='Click to get a better look'/></div>"; Is this the only way to get this to work? It is obtrusive
  10. Hello gang, I've been struggling for a week to get the Ajax called elements to run the external.js file script. I used get elementbyid to place an src on a blank script tag with a function that calls the Ajax call that works and alters the innerHTML of the correct div on my index.html but can't run the js on those new well styled elements unless I hardcode the events into the get.php? So I tried creating an include 'js.php' at the bottom of the get.php but only resulted in the js.php being printed out at the bottom of the responceText. Can anybody tell me if the UniServer php INI needs to be adjusted to parse js.php files differently in order to run javascript on responceText html elements? Or do I have to hard code/inline the events on the get.php file. Which does seem to work but is nonobtrusive to say the least? Any comments greatly appreciated.
  11. BobS Hey guy I finaly got the javascript written in script tags of the contact.html page which I wrote to the innerHTML of the 'display' div as an object. What it took was amazingly simple. I had to have written an httpServerRequest or Ajax call to the server via external.js before the javascript would run. The call did not have to be made but just had to be there. Lucky for me I had links that required both object and ajax php calls, otherwise I would never have known. Any search on the subject generaly leads to the type swfObject or javaApplet etc. Thanks for that as in general these objects have urls that steer the media player to a proprietary company server that allows the scripts to run. Even though validation is a nusance the classic embed tag allows sounds etc. to be played regardless of what media player is loaded on the client. I didn't get to read your link but saved it to My Favorites and will do so soon. It will be interesting to see how long the browser war will continue to represent proprietory media recognition, a not so subtle form of cronyism bogged down in contract negotiations
  12. boBs Flash files generaly have a relative link to the server of the flash player company set as a param in the object along with CLASID: and base directories or file paths etc. which allow the flash to run without refreshing the page or issuing a warning/promt to run the Activ-X object depending on your browser advanced settings. If I use html Object tag to get an HTML page from UniServer to replace the content of a div it is still a form of http request that avoids the use of a bloated Ajax file to make that request. EG. INDEX.HTML EXTERNAL.JS var contact=document.getElementById('contact'); addEvent(contact,'click',function(){ var f1=document.getElementById('f1'); f1.innerHTML='<object id=contacthtml class=htmlpage type=text/html data=contactus.html> <script src=./scripts/contact.js type=text/javascript></script>//Doesn't work </object>'; alert(document.getElementById('contacthtml').outerHTML); //shows the objects html? },false); If I use the object method the div f1 innerHTML content is changed but it's internal or external js is not recognized and doesn't run even if you allow the script to run at the warning/prompt the page is refreshed and the content reverts to it's previous state. The external.js link of the index page method can't refrence the id of the object and apply functions to the html elements of the object and hard coded inline scripting only works on the <a tag elements even though it still draws the warning/prompt? I'm guessing that the objects have to be prefetched before writting them to the innerHTML and that the client has to approve their download but I can't find any reasonable explanation on the web other than flash type obects.
  13. Hey Rex not sure myself but I'd like to know how to get an html page as an object from the server myself. The page shows up when I write it to the innerHTML of a div on my index page as an object but the script built into the page causes IE8 to warn and refresh the index page sending you back to the original content or just not running the script for that page at all. Calling object might mean that the object has to be registered on the server so that it has a classID and I can't find out how to do the server registration of objects. Would be nice if the UniServer team could cherp in? Either that or I have to revert to a Ajax call to a PHP page of the HTTML page I want to load in my div which throws out the whole beauty of the object tag. My guess is that the object has to be registered on the server to allow it to run it's scripts?
  14. megan The new errors produced after corecting the select*FROM statement are as follows So I'm guessing the 'i' is not being defined which could be the javascript ajax call function or the onclick itself is not passing var i=this.id to getproduct() corectly. I'll have to post in javascript forum.
×
×
  • Create New...