Jump to content
xisto Community

TavoxPeru

Members
  • Content Count

    865
  • Joined

  • Last visited

Everything posted by TavoxPeru

  1. May be you can't login because the server isn't started yet. You must start the mysql server before you can do anything on it, so, to start it you can use a command line, a batch file, the services console or even the run command: With the Run command: Click on the Start menu, then select Run... and type net start mysql and press enter in the opened dialog. With a batch file: Create a new batch file with any text editor, name it filename.bat, and inside it type the following:@echo off cls net start mysql exit Using the services management console: Simply press the start button located on the toolbar or right click the mysql service and select start. Using a command shell: simply type net start mysql on the opened window. After your server is started you can login to it by using a shell window, type the next command on it and press enter: >mysql -uuser -ppwd replace user with your user name -maybe root- and pwd with its password. Best regards,
  2. If i remember correctly the class id for the control depends on the object itself, for example if you develop that control with VB its class id is generated by VB when you compile and create it by using the Application Setup Wizard. In case the user doesn't have that ActiveX control installed, it can be downloaded automatically and installed in his machine by using a cab file, the location from where it can be downloaded is specified by a CODEBASE parameter of the object tag, this cab file must be created by you and stored in your webserver, as you guess, the value of the codebase is an URL relative to the location of your html page. To handle the events of the control you can do it as usual for example if your object is a button to handle the click event of it you can use something like this: <html><head><title>Title</title></head><body><p>some text</p><object classid="clsid:9999-99D5-00AA00AA00" id="BtnHello"></object><script language="VBScript">Sub BtnHello_OnClick() MsgBox "BtnHello was clicked"End Sub</script></body></html>Please, forgive me if i'm wrong because i dont use visual basic for a long long time, so take this as a brief help. Best regards,
  3. Well, some way is to first download and install the server on your machine and then download the reference help file from the MySql Website, this file contains a very basic tutorial which is a good start point. After that you can also download some good example databases from the same site. Best regards,
  4. If you want to get the same value more than one time from the same table simply use the join twice and for one of them use AS to rename temporaly the table. Please try this query: $query = "SELECT sales_details.sales_id, sales_products.productname, sales_users.name as namefrom, s.name as nameto FROM sales_details left join sales_products as sales_products on (sales_products.product_id = sales_details.product_id) left join sales_users as sales_users on (sales_users.user_id = sales_details.FromUser) left join sales_users as s on (s.user_id = sales_details.ToUser) ORDER BY sales_id ASC";$result = mysql_query($query); // running the queryecho "<strong>id - product - from - to</strong>";while ( $row = mysql_fetch_array($result) ) { echo $row["sales_id"] . " - " . $row["productname"] . " - " . $row["namefrom"] . " - " . $row["nameto"] . "<br />";}I hope this works without modifications please take care on the case-sensitive of the script and let us know if it works fine. Also, customize the result set because it is a simply way to show the data. Best regards,
  5. You are welcome, and i agree too, i think that it is a good method for learning new things but sometimes there are more problems than solutions following this aproach. Best regards,
  6. Searching the MySql website i found a complete example of a database similar to the one you need, it's name is sakila and you can download it from here. Also, you can download more databases, examples and tutorials related to these examples by visiting the MySql Documentation page. Best regards,
  7. Sorry, take a look at the XHTML Reference - Object website for a complete reference. Best regards,
  8. My apologies, but, after all you are lucky. After a little research i found it as a torrent file, this is a 1.6GB torrent which includes a complete collection of O'Reilly Books. Right now i'm downloading only a few of them and if the download completes well i can share it later . Best regards, Edit Well, only to say that the download completes correctly so if you want i can send you the book by mail, if someone else also wants this book please let me know to send it back.
  9. WOW, it is very cool this script, thanks for the share.BTW, right now i just imagine some places that i could use it, for example, one can be for replacing an infamous pop up window.Best regards,
  10. You can download free books for MySql from the Tutorials Downloads website, also you can find there a lot of different books related to databases, php, multimedia, os's, compilers, etc. I'm not pretty sure but i think that i view the Cookbook there. Best regards,
  11. Well, take a look to the help section of the W3C Validator website, it has a lot of usefull tips, check How can I include flash in valid (X)HTML Web pages? and the Flash Satay technique, both of them are related to flash but i think that could help you. Best regards,
  12. That's correct, you must do it prior to any other task, even you do it you will tune it up on the road, i suggest to start with a logical and a physical model of your database and then start to code your application. Best regards,
  13. Great list, i gonna try the DeadLink validator. Thanks. Edit: The robots and the page size validators don't work, in both cases shows an 500 HTTP error. Best regards,
  14. Club Universitario de Deportes Official Site Trinchera U Norte Official Site Best regards,
  15. Take a look to this software too: AllWebMenus Best regards,
  16. I agree too, but one of the things that i hate is the fact that DW adds a lot of junk codes.BTW, as Grafitti says this topic was debated a lot.Best regards,
  17. Yes, all your actors/actresses can be pUt on only one database, also, in this database you can put other tables to store your categories, genres, etc. Bet regards,
  18. Well, a year ago i had the chance to subscribe to the Hosted Member's Directory that Xisto publish, some time later it dissapears so i forget it, so i just check it now and surprise its seems to be back again, it is not operational right now only shows the files and folders so maybe in a future it will be republised. Best regards, Edit: Please do not try to access the Directory because it is infected by a virus, when i try to access the tips and trick folder my AVG installation founds the following thread: Virus identified Exploit.ANI on 123.htm and riff.htm
  19. Hi, can you try to use the margin property setting to 0 auto, i use the following css code to center a page: html {height:100%;padding:0;margin:0;}body {height:100%;color:#000;font-family:Verdana,Georgia,sans-serif;font-size:100.1%;margin:0;text-align:center;padding:0;}#maincontent {width:780px; text-align:left; margin: 0 auto; }/* other stUff */Best regards,
  20. Well, i call it RvSkin because i saw that name in a previous post by Jimmy89, i also view it in the url. As you, I'm not sure if it is possible to change the layout, but i think that it would be a nice feature. Best regards,
  21. SOHO means Small Oficce Home Office. BTW, i just get one new job so today i guess that i will be online till 6am. Best regards,
  22. Yes, fantastico dont work yet and i dont know if RvSkin is the correct name of the theme/language manager. Best regards,
  23. Well if i'm the person who wants to search for mortages i will take in account with which language i will do this, in my case i will try to search in english and spanish. English: cheap mortages mortages borrow money Missouri cheap mortages etc. Spanish: hipotecas baratas hipoteca prestamo de dinero hipotecas en Missouri baratas etc. Hope this helps. Best regars,
  24. I'm a SOHO software and web developer -well thats my primary work- and the first thing i do after wakeup is turn on my pc and connect to the net, after that i dont count how many hours i'm online because sometimes i dont sleep only take some nap Best regards,
  25. Yes, the RvSkin is back, and the fantastico issue still dont working i get the same error. Another problems that i found are relating the RvSkin and with the Language, when i try to change the skin or the language to other it shows a page saying something like: this The changes will take place in a minute, if your browser dont show you the new panel close this windows and open again the control panel but also it shows this error message: Error!! Missing WHM Remote Access Key. BTW, thanks to OpaQue and all the technical staff, as usual they do a great job. Best regards,
×
×
  • 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.