Making Raspberry Pi Web Controls

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ก.ย. 2024

ความคิดเห็น • 259

  • @alanderson78
    @alanderson78 8 ปีที่แล้ว

    Very cool and concise. I hate watching 30 minutes of video to get as much information as you cover in 5. Can't wait to try it out.

  • @MediocreChannel68
    @MediocreChannel68 4 ปีที่แล้ว

    Haven't tried this yet but thanks for making it so simple and outlining all steps.

  • @andyclapham4688
    @andyclapham4688 4 ปีที่แล้ว +1

    Excellent video, best way I've found on the web of doing this, many thanks :)

  • @raulrrojas
    @raulrrojas 5 ปีที่แล้ว

    Thanks! You made the PHP call quite complicated. No need to, just simple HTML code can call a second page.

  • @jebe5247
    @jebe5247 8 ปีที่แล้ว +6

    thank you for this video it works great:D I made a few changes I whould like to share
    little code i found to help it look right on a cellphone
    in the I added
    it shows up better on my phone so i dont have to zoom every time, I also renamed the controls.php to index.html so i can just use the pi's ip to bring up the buttions

  • @RuiSantosdotme
    @RuiSantosdotme 9 ปีที่แล้ว

    Which software you use to record your RPi screen? Are you simply connected via SSH with PuTTY and recording with camtasia?

    • @Tinkernut
      @Tinkernut  9 ปีที่แล้ว +1

      Rui Santos I'm using SSH and a screen recorder. It's on a mac, so I didn't need putty.

  • @brendankelley
    @brendankelley ปีที่แล้ว

    Awesome man. I will consider donating when i revisit to use this tutorial!

  • @muziekklas22
    @muziekklas22 9 ปีที่แล้ว

    Note AJAX is not only a link between PHP and JS. It just makes a request to any provided url. This DOES NOT limit it to PHP files (works with ASP.net, Ruby,Python,.. Even other HTML files)

  • @alankaradas
    @alankaradas 9 ปีที่แล้ว

    I've never used this pie technology but still love the way you explain it. Amazing!

  • @mariustancredi2192
    @mariustancredi2192 8 ปีที่แล้ว +1

    Why not use $.ajax() or $.get()?
    Also, will Node.JS gives a smoother control? I never tried Raspberry Pi so I'm not sure if Node.JS will even work on that...

  • @tinujatinpatel
    @tinujatinpatel 9 ปีที่แล้ว

    Awesome. Very well detailed view and a good explanation on how things are working.

  • @creativemindz8977
    @creativemindz8977 9 ปีที่แล้ว

    Thanks for the inspiration dude keep up the creativity- loving your work

  • @quintenvanginderen8635
    @quintenvanginderen8635 6 ปีที่แล้ว

    thanks man it really worked i've been looking for this for 2 days. just make shure you have installed php... my webserver just showed the code that was in the php files.

  • @robin_be
    @robin_be 9 ปีที่แล้ว

    Script tags should be placed just before the closing body tag, because they block every other request (stylesheets, images etc). Ok, doesnt make difference here, but its good practise in general

  • @nathangek
    @nathangek 9 ปีที่แล้ว

    if you want a lot of buttons but don't want to copy the ajax code for every button you could also just listen for button clicks with the class of ajax or something and put the name of the file you want to visit in the button as an attribute like: then get the script file by doing: var scriptFile = $(this).attr("script-file"); and then a.open("GET", scriptFile);

  • @joaofelipe2060
    @joaofelipe2060 9 ปีที่แล้ว

    Great video,Tinkernut.keep this good work coming.
    I have a doubt:The process to interact the webpage with the device would be similar to make if I use an Arduino instead?if so,would be doable to implement using a smartphone app to control the Raspberry/Arduino?

  • @beauvsb5230
    @beauvsb5230 3 ปีที่แล้ว

    Ohh cool, Im assuming you can also use CSS on top of HTML to give that controller a nice and clean look.

    • @420oppa69
      @420oppa69 3 ปีที่แล้ว

      Ofc, Why not

  • @NodePoint
    @NodePoint 9 ปีที่แล้ว

    If you give the buttons name attributes then you can trigger the LED state using one PHP file (like triggerled.php), making it more cleaner. Of course that would mean checking the value of that input.
    I assume it was intended for it to be set out in a basic way.
    Also, I've noticed that you've used the system() function in this video. Does it matter which three functions (system(), shell_exec() and exec()) should be used?

  • @xcruell
    @xcruell 7 ปีที่แล้ว

    EXACTLY what i needed, that you sir

  • @stuartg40
    @stuartg40 5 ปีที่แล้ว

    What is a good way of implementing a listening service on multiple Pis to control the GPIO pins according to commands issued over ethernet?
    To be clear, I intend to have a bespoke program / web page on a windows or mac machine that takes commands through a GUI, such as button presses, to control multiple Pis on the same network.
    For example, 'click this button to turn on red LED on Pi 6', or 'type here and click send to display a message on Pi 2'. Thanks in advance.

  • @imppaco
    @imppaco 9 ปีที่แล้ว

    Is it possible to do an OnMouse event, so 1 button will light the LED when clicked, but turn off when released?

  • @ingjms
    @ingjms 5 ปีที่แล้ว

    This is great. I'd like to know what's the best lightweight webserver for the RPI, i use apache on my daily basis but can't tell which one is better in terms of resourses and extensibility, just in case..

  • @robr7363
    @robr7363 9 ปีที่แล้ว

    Here is a beer for helping me get my project going faster! *****

  • @__-zu7tx
    @__-zu7tx 3 ปีที่แล้ว

    How do you use webcontrols to make a camera module take a picture?

  • @rorycormack7577
    @rorycormack7577 7 ปีที่แล้ว

    Hi. I am very interested in computing and programming involving the raspberry pi.
    I have watched your video and copied all the code from the first part (before the button website) but got some reason it will not work. I have a raspberry pi model b so I'm not sure if that will matter but I was wondering if you Could could go a bit more in depth or just give me a few tips or a bit of help.
    Thanks and I look forward to hearing from you.

  • @boukarradhmoez99
    @boukarradhmoez99 5 ปีที่แล้ว

    Good evening, please, I have a Raspberry project which takes values from the sensors and it stores it on a web server then the access of it is given that it is done using a mobile application, but I have a small problem " how to store this data on web server ".

  • @thomasdamerau4339
    @thomasdamerau4339 9 ปีที่แล้ว

    Thanks! Works just fine. Looking forward for new cool stuff.

  • @michaels8297
    @michaels8297 4 ปีที่แล้ว

    awesome! how can I control it from the wider internet without port forwarding or third party wormholes/tunneling like dataplicity? Would it be possible to view this exact webpage but have it control the pi via the cloud?

  • @pauls7544
    @pauls7544 9 ปีที่แล้ว

    Hi TinkerNUT love your shows but lately you seem to be a bit hung up on PI?, no offence meant or anthing but is there any chance you'd have time to take a look at the ioio boards? I like the idea of them but I'm wondering about the advantages or disadvantages of these platforms..would really like to hear your opinion on this. BTW Keep up the great work:)

  • @Xoan_Cosmed
    @Xoan_Cosmed 9 ปีที่แล้ว

    Which is better ? WiringPi or WebIOPi ? Could you make a tutorial about WebIOPi, please ?

    • @Tinkernut
      @Tinkernut  9 ปีที่แล้ว +2

      I beleive I've used WebIOPi in a previous video. I think WebIOPi is better because it's more full featured. But Wiring Pi is definitely easier to understand for beginners, which is why I used it.

  • @jancastro4772
    @jancastro4772 9 ปีที่แล้ว

    Hello,
    I am kinda new with the raspberry pi. I was able to create the files. however, I cannot seem to understand how the process worked on how will the browser from a phone/computer be getting the php file to run. Is there something else that needs to be configured?

  • @neostarfromearth107
    @neostarfromearth107 2 ปีที่แล้ว

    love it, great work !!!

  • @j69ds
    @j69ds 3 ปีที่แล้ว

    I typed out the script but must have an error, is the script available somewhere for easy copy or download?

  • @markuskosters4301
    @markuskosters4301 7 ปีที่แล้ว

    is there an easy way to activate the led as long as you click the button?

  • @MrAnsariu
    @MrAnsariu 6 ปีที่แล้ว

    Great job bro... As i able i will support you with money
    And thanx for posting this usefull video

  • @itzmeuday
    @itzmeuday 9 ปีที่แล้ว +1

    +@Tinternut,
    can u please mention what are the prerequisites that needs to be installed before proceeding to code in php. if possible with commands. i am new to raspberry pi.

    • @louishache3672
      @louishache3672 4 ปีที่แล้ว

      You need Apache + PHP + WiringPI

  • @shahnawaazsoogun9268
    @shahnawaazsoogun9268 9 ปีที่แล้ว

    hi,
    thanks for this awesome video :)
    i did it with a relay module, using your code i am able to turn on on relay
    i created all the pin on and pin off php pages for each relay, i have 8 relay in all
    but when using the buttons with different IDs i am not able to switch on and off individual relays..
    can you help me out please ?

  • @salaheldineghennai7743
    @salaheldineghennai7743 4 ปีที่แล้ว

    I can add a camera field in the same page ?

  • @shashankpatel4872
    @shashankpatel4872 5 ปีที่แล้ว

    how can we play a audio file as well as "Turning on the LED" whenever ON button is clicked ?

  • @pearinnovation1419
    @pearinnovation1419 6 ปีที่แล้ว

    hii i want to control my robot and view video feed from pi cam on my web page but i dont want it should run on local but i can control from anywhere from internet. can you help me

  • @brock1152
    @brock1152 4 ปีที่แล้ว

    Great Video helped me Greatly 👌

  • @captainahab4202
    @captainahab4202 8 ปีที่แล้ว

    Many thanks, brother.

  • @bigaone22
    @bigaone22 9 ปีที่แล้ว

    Hey Tinkernut, will you be so kind as to tell me how to use this code to control multiple led's thanks

  • @emozley
    @emozley 6 ปีที่แล้ว

    Great video! Is it possible to make the pi camera take a photo via a web interface?

  • @violet-fire5848
    @violet-fire5848 4 ปีที่แล้ว

    thank you

  • @yapandasoftware
    @yapandasoftware 6 ปีที่แล้ว

    Is it possible to create this using a HTA type interface so the user can't alter or change the page or close it rather use it as a UI overlay in the Pi's OS?

  • @nisonusMusic
    @nisonusMusic 9 ปีที่แล้ว

    Nice tutorial!

  • @PhG1961
    @PhG1961 6 ปีที่แล้ว

    Great video ! Thnxs for sharing !

  • @bigaone22
    @bigaone22 9 ปีที่แล้ว

    tried this tutorial and all i could do was get the lights on by navigating to pinon.php in the browser, couldnt get it to work when i click on the button in the controls.php file, any help will be appreciated...

  • @lokesh_jadhao4383
    @lokesh_jadhao4383 6 ปีที่แล้ว

    Hi bro I am new in programme I am not learn any programing language but in my project required to program resberry pi pls give me some tips about programming how to progr. It pls tell

  • @kepler69c32
    @kepler69c32 5 ปีที่แล้ว

    thanks a lot for this !

  • @thadeusronnthomas6522
    @thadeusronnthomas6522 7 ปีที่แล้ว

    great work..., Thanks for the video

  • @ahmedadeli9405
    @ahmedadeli9405 7 ปีที่แล้ว

    hi my friend this is good tutorial
    but i have a quistion how to make this dashboard access for anyone in the web

  • @easyc4862
    @easyc4862 7 ปีที่แล้ว

    This tutorial was very helpful to me, however, I failed to get the javascript working. to resolve the issue I had to a redirection into the pinon.php and pinoff.php file so that once clicked instead of loading the page redirect back to the controller page. If this is something you would like to try just add the following meta tage below in head section of your pinoff and pinon files

  • @mgadbois124
    @mgadbois124 8 ปีที่แล้ว

    Nice video, thanks for sharing!

  • @mcandryan
    @mcandryan 9 ปีที่แล้ว

    Which is better in your opinion: arduino or raspberry pi ?

  • @skaoi39
    @skaoi39 6 ปีที่แล้ว

    Hi, you can help me, how can use a public addres (public ip ) to access to web page thanks

  • @brownmunda7200
    @brownmunda7200 6 ปีที่แล้ว

    do raspberry pi act as a server automatically? if no then how to setup it as a server?

  • @calvinjanson75
    @calvinjanson75 7 ปีที่แล้ว

    is there a way that i can see if a port already is opened?

  • @DigitalMetal
    @DigitalMetal 9 ปีที่แล้ว +4

    Great video. A few suggestions.
    These are just my thoughts. What you have works, but you can slim down the code some.
    First off, as someone else already mentioned, you've already imported jQuery, so you could shorten your code up some by using it's $.get functionality.
    Another thing that you can do to really shorten things up is to not have two function for "ON" and "OFF". What you could do is give each button an attribute of some sort that has a value of "ON" or "OFF". You can then use one function and call it based on "CLASS" (or even object "TAG" in this case) rather then "ID".
    Again, what you have is great, and it's already done, so no need to change it. But you can save yourself some typing and code size in the future. Plus, creating one function instead of two would help you if you ever need to make changes. You wouldn't have to make every change twice.

  • @DavidCorbinCodes
    @DavidCorbinCodes 9 ปีที่แล้ว +2

    Why use jquery from the site, just download it and the you won't need internet for your script to work. Also if your using jquery, why use an XMLHttpRequest? How about jquery .get ??

  • @dfmrrd
    @dfmrrd 9 ปีที่แล้ว +1

    I need help for me it says URL not found

  • @kashminderful
    @kashminderful 9 ปีที่แล้ว

    that was cool! Is there a way so that i could start or log off my computer remotely?

  • @nene7190
    @nene7190 8 ปีที่แล้ว

    Is there any way we could do this off of an actual webpage, so we could access it from anywhere, not just when we're connected to our home router?

    • @tomhartogs1362
      @tomhartogs1362 8 ปีที่แล้ว +2

      +Ne ke All you'd have to do is register your home ip-adress with a DNS server and allow port forwarding from your router to your pi. You will then be able to acces your webserver from anywhere.

  • @ms12349648
    @ms12349648 9 ปีที่แล้ว

    So what about if im planning to control motors on the raspberry pi while watching a stream on the web page. So for controlling the motors do we use the same code for rotating and everything else or we make diffrent ? If you know how please explain. Thanks

    • @Tinkernut
      @Tinkernut  9 ปีที่แล้ว

      UnknownDeveloper I actually just showed how to do that in my previous video.

    • @ms12349648
      @ms12349648 9 ปีที่แล้ว

      Tinkernut In the last one it was with the ball but not with the DC motors. So how can we control those DC motors. I would do the stream and all but the DC motors ??

  • @attitudefever1
    @attitudefever1 6 ปีที่แล้ว

    what is the advantage of using PHP on backend than Node.js ?

  • @TheNikolaschoulakis
    @TheNikolaschoulakis 7 ปีที่แล้ว

    Hi thanks for this is there a link to Git or something with all of the code pls?

  • @thomasschmidt5546
    @thomasschmidt5546 5 ปีที่แล้ว

    I got pinon.php and pinoff.php run by changing ...system(... to echo exec('gpio -g mode ...'); perfect !!

  • @marcus4619
    @marcus4619 9 ปีที่แล้ว

    do you have a video on how to make a pi server that is actually on the internet?

  • @qoxop168
    @qoxop168 9 ปีที่แล้ว

    Is there an easy way to use this methode with UART?

  • @patricialim6816
    @patricialim6816 4 ปีที่แล้ว

    Webpage can’t be reached when using Pi IP address and pinon.php :(

  • @JonasNielsenjlndk
    @JonasNielsenjlndk 9 ปีที่แล้ว +4

    Why would you make a native XMLHttpRequest, when you include jQuery. You could do a jquery $.ajax request much easier api.jquery.com/jquery.ajax/.
    Also your code wouldn't work in Internet Explorer, since Microsoft have implemented their own ajax function in favour of XMLHttpRequest, if that's something you care about. If you use jQuery, you don't need to worry about that.
    If you dont want to use the jQuery ajax function, you could also remove jQuery altogether, to make the site load faster. Just use "window.document.onload = function(e){}" and "document.getElementById()" instead

    • @_Mackan
      @_Mackan 9 ปีที่แล้ว +3

      Um, quick question. Who the hecknuses Internet Explorer?

    • @JonasNielsenjlndk
      @JonasNielsenjlndk 9 ปีที่แล้ว

      haha idk. Just in case you want some kind of noob to use your program, it would be a nice thing to support i guess :P

    • @_Mackan
      @_Mackan 9 ปีที่แล้ว

      Yeah, I guess :P

    • @Tinkernut
      @Tinkernut  9 ปีที่แล้ว

      Jonas Nielsen Thanks for the feedback! Through all my bits and pieces of add/removed code, I ended up with this....which definitely isn't professional, or pretty for that matter, but it gets the job done.

    • @ShifterCZECH
      @ShifterCZECH 9 ปีที่แล้ว

      Tinkernut And why can't we just make a simple PHP if isset submit button system with system() commands?

  • @Honeypottr
    @Honeypottr 9 ปีที่แล้ว +1

    Yay he said Nginx correctly this time, virtual high five!

    • @Tinkernut
      @Tinkernut  9 ปีที่แล้ว +1

      chris I haha. i have you to thank for that ;-)

  • @DarrenRainey
    @DarrenRainey 9 ปีที่แล้ว

    you could also use php shell exec

  • @redeyz1885
    @redeyz1885 7 ปีที่แล้ว

    Thanks man liked subscribed

  • @nvang1985
    @nvang1985 9 ปีที่แล้ว +1

    I just wanted to point out that you included the incorrect script src library. Correct library that worked for me is here:
    ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"
    caused me a lot of pain and turmoil. Nevertheless, it works now.

  • @karsnoordhuis4351
    @karsnoordhuis4351 9 ปีที่แล้ว

    Tinkernut can you turn up the audio volume? I cannot hear it that geate even when my phone's volume is turned up all the way

    • @Tinkernut
      @Tinkernut  9 ปีที่แล้ว

      Since I can't go back and edit the audio after it's been rendered, may I suggest headphones as a better alternative? :-)

    • @karsnoordhuis4351
      @karsnoordhuis4351 9 ปีที่แล้ว

      on my pc it works fine the problem is the mobile youtube site. still thanks tinkernut

    • @Tinkernut
      @Tinkernut  9 ปีที่แล้ว +1

      Kars Noordhuis Gotcha. Thanks for the feedback. I'll do my best to crank up the volume. It's nicer to be able to cut it down than not be able to cut it up.

  • @nabilelkassoumi2639
    @nabilelkassoumi2639 8 ปีที่แล้ว

    salut,
    j'ai un pb c que j'ai pas le répertoire ""WWW" qu est ce que je vais faire SVP ??

  • @Iggy8me
    @Iggy8me 4 ปีที่แล้ว

    Can you make this work with the freenove car I’m using an android to control my pi car wanna make it so I don’t have to have to phones

  • @ohhhleslie
    @ohhhleslie 9 ปีที่แล้ว

    Thank you for this wonderful tutorial.
    I would like to ask what if we want the website to be available online? Like we'll be able to control the whole system anywhere as long as there is an internet connection?
    Also, what if we have several functions to control, or like for that video;
    if we have 5 LED to turn on/off, and the controls need to be in the same page as well.. will be doing this same thing? Thank you so much. I hope you can reply, it is for a project we're working on.
    Please & thank you.

    • @colinhoek
      @colinhoek 9 ปีที่แล้ว

      Leslie Brillantes if you want to access it on every internet connection on the world.you have to portforward

    • @ohhhleslie
      @ohhhleslie 9 ปีที่แล้ว

      Thank you for replying.. I'm sorry in advance, because im really an amateur in programming... But what do you mean by PortForward?

  • @roystervi
    @roystervi 6 ปีที่แล้ว

    Hi I am trying to use this http command in my automation but when I type "192.168.0.108/pin18on.php"
    the browser just show a blank page and the relay I have on pin 18 does not switch on or off. anything I can do or missing ?
    my files name pin2off.php and pin2on.php
    when I put gpio -g mode 18 out in the command_line gpio -g mode 18 out turn it ON and gpio -g mode 18 in turn it off

  • @unicodefox
    @unicodefox 9 ปีที่แล้ว

    Is there a way so i can make a webserver to run commands (eg. Reboot system, startx, etc)

  • @Bjorn_The_Bear
    @Bjorn_The_Bear 9 ปีที่แล้ว +1

    Where can I find the source?

  • @kholikmawarjisaragih5818
    @kholikmawarjisaragih5818 8 ปีที่แล้ว

    not foud in cd www..
    can u help me, please.
    how to install webserver and php?

  • @unicodefox
    @unicodefox 9 ปีที่แล้ว

    Why not make a website that uses s to emulate visiting a page

  • @salmankhan-oz6sq
    @salmankhan-oz6sq 8 ปีที่แล้ว

    how we can save the php file in terminal i didnt get your that point and cant even help myself

  • @ScottieD369
    @ScottieD369 9 ปีที่แล้ว

    Really Nice

  • @deepakchawla35
    @deepakchawla35 7 ปีที่แล้ว

    hey can anyone tell me which device he uses with led to attach with raspberry pi

  • @marten3451
    @marten3451 9 ปีที่แล้ว

    Can the same be applied for the raspberry pi b+?

    • @Tinkernut
      @Tinkernut  9 ปีที่แล้ว

      marten3451 Yep. It just has different GPIO's, so adjust accordingly.

  • @merlin6404
    @merlin6404 9 ปีที่แล้ว

    Tinkernut here's a question how can I make a graphical website to uplode and download files from a file zilla ftp

    • @merlin6404
      @merlin6404 9 ปีที่แล้ว

      Tinkernut also with a log in

  • @KingsleyKingOfHV
    @KingsleyKingOfHV 9 ปีที่แล้ว

    Nice video buddy, very informative. Thank you for sharing with us :-)

  • @shawnstarr1
    @shawnstarr1 9 ปีที่แล้ว

    awesome stuff!

  • @mikefarrow5521
    @mikefarrow5521 9 ปีที่แล้ว +5

    Why didn't you use jQuery's 'get' or 'ajax' method to do the ajax request?

    • @Tinkernut
      @Tinkernut  9 ปีที่แล้ว

      Mike Farrow you could find ways to incorporate "get", but all we needed was the status of the webpage after it loaded and I found this was an easy way to just return the status.

    • @rorycormack7577
      @rorycormack7577 7 ปีที่แล้ว

      Hi, I am very interested in computing and programming invliving the raspberry pi.
      I have followed all the steps clearly including setting up nginx and reloading although when reloading there is a fail. Anyway. When I put my raspberry pi's ip address in the url bar and I got enter it comes up with text saying that I successfully installed nginx but when I follow the up address with /pinon.php it comes up with 404 not found nginx/1.6.2. I was wondering if there's a solution and if so what it was or if you could help me over come this problem.
      Thanks and I hope to here from you.

  • @4blue6
    @4blue6 6 ปีที่แล้ว

    Does anyone know if he has a copy of the code he used in this video online somewhere?

  • @oldciscodude
    @oldciscodude 8 ปีที่แล้ว

    Outstanding!

  • @chadmasta5
    @chadmasta5 9 ปีที่แล้ว

    Is there a way to make a momentary button press? For example having one button, clicking it, and have it load the on page. for one second and then automatically switch to the off page. Sorry if I sound dumb but I am a total noob when it comes to this and I'm still learning.

  • @pilovali
    @pilovali 9 ปีที่แล้ว

    Why use system instead of php_exec?

    • @Tinkernut
      @Tinkernut  9 ปีที่แล้ว

      sulmann26 actually, using exec would work just fine.

  • @ilanvivanco
    @ilanvivanco 9 ปีที่แล้ว +1

    If you're using jQuery why just don't use the $.ajax() function. It would be much more simpler.

    • @Markus9705
      @Markus9705 9 ปีที่แล้ว

      Thought of the same thing. :)

  • @bde5692
    @bde5692 4 ปีที่แล้ว

    Do you have it on GitHub

  • @Meersblomme
    @Meersblomme 8 ปีที่แล้ว +1

    Hello. When i run "php /var/www/html/pinon.php" the LED goes on, and "php /var/www/html/pinoff.php" the LED goes off. The default root of the nginx is /var/www/html. Also when i type the raspberry pi's ip in the browser i get the default welcome screen from the nginx server. But when i type this in the browser "ipraspberrypi/pinon.php" or "ipraspberrypi/pinoff.php" nothig happen. What should i do? thx

    • @Meersblomme
      @Meersblomme 8 ปีที่แล้ว +1

      I added this to the /etc/nginx/sites-available/default file: "fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;"
      Now it works. thx

    • @NikhilBhambid23
      @NikhilBhambid23 7 ปีที่แล้ว

      Hey I am having same problem. What u did? I can't understand what have u wrote that tell me what to do.

    • @NikhilBhambid23
      @NikhilBhambid23 7 ปีที่แล้ว

      I'm actually using apache server so what should I do

    • @Meersblomme
      @Meersblomme 7 ปีที่แล้ว

      i'm not familiar with the apache server. Maybe you should try with the nginx webserver instead of apache. as in this video.