Jump to content

ishan

New Members
  • Posts

    9
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

ishan's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi! I have made an RPG in PHP/MySQL/JavaScript. You can look this as a advertisment post. I have worked hard with this game, and i would like to sell it, either whole program or game licences. Does anybody know a good way to sell PHP scripts and End-User licences. It wouldn't hurt if i could get both of these things going. I would be thankful if anyone could help me. // Ishan Jain
  2. [!--quoteo(post=300198:date=Sep 27 2005, 11:10 PM:name=pfdesigns)--][div class=\'quotetop\']QUOTE(pfdesigns @ Sep 27 2005, 11:10 PM) 300198[/snapback][/div][div class=\'quotemain\'][!--quotec--] I'm trying to download a wampserver that runs on my windows 98, I've tried with older versions but there's always a problem with mysql. Is it possible? thanks Try UniformServer it should work on Win9x
  3. [!--quoteo(post=318042:date=Nov 13 2005, 05:47 PM:name=Icd)--][div class=\'quotetop\']QUOTE(Icd @ Nov 13 2005, 05:47 PM) 318042[/snapback][/div][div class=\'quotemain\'][!--quotec--] Try the newest version of EasyPHP. I know a very big amount of coders don't like easyPHP, but it's the easiest hassle-free way. Or u can just down load a precofigured WAMP/LAMP/MAMP packed. WAMP: Windows, Apache, Mysql, and PHP LAMP: Linux, Apache, Mysql, and PHP MAMP: Mac, Apache, Mysql, and PHP i use one Wamp paked and never had any problems... // Ishan Jain
  4. [!--quoteo(post=321585:date=Nov 24 2005, 01:20 AM:name=Destramic)--][div class=\'quotetop\']QUOTE(Destramic @ Nov 24 2005, 01:20 AM) 321585[/snapback][/div][div class=\'quotemain\'][!--quotec--] i have: apache 2.1 php 5 mysql 5.1 phpmyadmin i have a probelm now with my phpmyadmin: cannot load mysql extension; please check PHP configuration can anyone help me please? Sounds a bit unknown error. Have u enabled mysql extention in php.ini, if not then enble it by removing hash(#) before extention=php_mysql.dll. U can check which modules PHP has loded with: <?php php_info(); ?> //Ishan Jain
  5. [!--quoteo(post=321161:date=Nov 22 2005, 08:44 PM:name=WhyWindows)--][div class=\'quotetop\']QUOTE(WhyWindows @ Nov 22 2005, 08:44 PM) 321161[/snapback][/div][div class=\'quotemain\'][!--quotec--] You could try a more extreme option - restart the entire server itself? But you won't be able to do that if more than one site is being hosted on the pc - if its a dedicated server, it shouldn't be a problem, just use: shutdown -r -f -t 00 This will make the pc restart immediately, forcing all services to stop. I found something called PsService, this tool can stop, start and restart a service, plus it works through PHP... I just sends an exec command and my problem is solved... Thanks guys.. //Ishan Jain
  6. [!--quoteo(post=321069:date=Nov 22 2005, 02:08 PM:name=WhyWindows)--][div class=\'quotetop\']QUOTE(WhyWindows @ Nov 22 2005, 02:08 PM) 321069[/snapback][/div][div class=\'quotemain\'][!--quotec--] You could get PHP to execute a batch file... The batch file code would be: net stop Apache2 net start Apache2 Then execute the batch file. It should continue running even when Apache is down It should but my server just ignores all the executable files and commands exept the basc ones in the Command Promopt
  7. [!--quoteo(post=320721:date=Nov 21 2005, 05:01 PM:name=lilcam)--][div class=\'quotetop\']QUOTE(lilcam @ Nov 21 2005, 05:01 PM) 320721[/snapback][/div][div class=\'quotemain\'][!--quotec--] Why can't you start it with "net start Apache2" Once server is down it will not execute php any futher.... and with "net stop Apache2" it is gone and script is gone.
  8. I am using apache on Windows. I can stop apache service with command "net stop Apache2" but it would not start afterwards... [!--quoteo(post=319097:date=Nov 16 2005, 02:15 PM:name=neylitalo)--][div class=\'quotetop\']QUOTE(neylitalo @ Nov 16 2005, 02:15 PM) 319097[/snapback][/div][div class=\'quotemain\'][!--quotec--] I highly doubt it - you could make a system call on the server you want to restart it on, but I don't know how Apache would react to being shutdown by one of it's processes :x <?php exec("/usr/local/apache2/bin/apachectl restart"); ?> would do it for most custom compilations of Apache, if it would work. That would be the command to use. Assuming your server is running Linux.
  9. I am wondring if there is any possiblety to restart apache service with only php from a remote host... //Ishan Jain
×
×
  • Create New...

Important Information

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.