Search results

  1. S

    xampp

    XAMPP is a free and open source cross-platform web server package, consisting mainly of the Apache HTTP Server, MySQL database, and interpreters for scripts written in the PHP and Perl programming languages. More more information refer.. http://en.wikipedia.org/wiki/XAMPP
  2. S

    PHP Mysql issue

    /*******************Moving the Thread*****************/ I think you are using the remote mysql feature which is not allowed on our servers. So better you connect to the mysql server using phpmyadmin, export the database as sql files and then you can use it.
  3. S

    so... my website

    Its loading little bit slow for me... I couldnt find any header in it. and the message at the top is annoying, you could have used some popup message to tell the message or could have put at the bottom of the page. other than that, its a good design.
  4. S

    Blue Shine Hosting Template [BASIC]

    Its good one. will fetch a decent 8/10. But as a designer myself i prefer a light one. The dark one is also goo, but the words and letters has to be visible in the final outcome. Thats more important as its selling some services.
  5. S

    So, how does this look?

    I will give 11/10... i liked it very much. But as someone said, there are empty spaces between the articles. I think its because fo the theme you are using. The articles are good and commentable.. Good keep it up.
  6. S

    How can i make SWF not downlodable.

    What ever you try to do, there are softwares to breakit up. Better put a digital signature in it. Other than that you cannot do anything.. this is just my inference.
  7. S

    Chrome?

    Check some of this link for more information on chrome http://en.wikipedia.org/wiki/Google_Chrome for ubuntu users http://lifehacker.com/5045334/run-google-chrome-in-ubuntu-with-wine Just googled it found the links. i didnt try, since, its not installing in my system saying, google...
  8. S

    Can I get help with this ..

    But when i hit the create empire button, without signing in, i get the following..
  9. S

    php Progress bar

    Using ajax you can do that.. you have uploaders with progress bar which uses ajax technology. It uses the php code to upload the code and simultaneously shows the progress bar.
  10. S

    [?] how to send mail in php?

    You can also use the following code.. $to="someone@someweb.com; $subject="Put in your subject here"; $message="Put your message here"; $header="From: sender@sender.com"; mail($to, $subject, $message, $header); this is similar to the above except that some...
  11. S

    mysql_fetch_array() Error

    You can post that tutorial in tutorial section and it will be helpful for other members. If you post here, it wont be visible for other.. make a tutorial of this and remove the content from here( if possible by you or tell me which things are to be removed.).. and if the problem is solved please...
  12. S

    ipb errorr

    As tittat pointed out, check out in the log files... and post the error message. May be its trying to execute a banned php inbuilt function. In that case, you have to request for a php upgrade to intermediate from your account panel.
  13. S

    Ajax with Php

    you can google for ajax script here. google for ajax script calling server function... here is some of the link that i found out http://en.wikipedia.org/wiki/XMLHttpRequest you have to use the XMLHTTPRequest function to do that.. Here is another link...with help of jquery...
  14. S

    php Progress bar

    As marshian said, you need to use only client side scripts.. You can try Ajax + php progress bar also.. google for it and you can find so many info about it.
  15. S

    MySQL not inserting into database?

    Which line in the file register.php is line 20. If you can point out that in the above code snippet that would be usefull. Here are my suggestion... Change this lines $result= mysql_query("SELECT * FROM 'login' WHERE (username = '$user')"); $check= mysql_num_rows('$result'); if...
  16. S

    Can I get help with this ..

    for the step number 4 :- setting up a database, That command is to be executed in a mysql prompt.. you can also do the same thing by the below way... go to the phpmyadmin in control , Select MySql database icon. Complete database setting like database creation, user creation, previlages...
  17. S

    What should be in the root directory?

    Check the screen shot that i have attached here. Though it contains some extra directory, you can refer this.
  18. S

    It works! ...

    I dont know what error you got. But i am using safari. I didnt find any error, except that in homepage, the photo and the sentence were little overlapped.
  19. S

    ipb errorr

    did you remove the installation directory after the installation, because most of the cms require you to do that.
  20. S

    shell_exec() has been disabled for security reasons

    In the intermediate php configuration, No system/execution-related functions enabled, eg: exec, passthru, system Since you have got the answer, i am closing this thread. You can open it up if you find any problem.
Top