Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pasok dito

good day sir .. papatulong sana ako sa paggawa ng livestreaming platform for radio station para po sa capstone/thesis namin wala kasi akong mahanap na source code nito baka may marecommend kayo na source code ..di rin kasi ako magaling sa coding beginner palang po .. ma po4rth year na ako this coming august .. tapos deffense na din namin last week of august or september.. hanap na ako ng hanap ng source nito baka matulongan myo po ako o kaya baka meron po kayo nito ..need lang tlaaga pang capstone/thesis
 
Sir, may double quote ba talaga? naka dollar sign na po kasi yung credentials ng database
"$username" --> $username
 
Sir, may double quote ba talaga? naka dollar sign na po kasi yung credentials ng database
"$username" --> $username
Ginagamit ko pa din naman siya kapag nag que-query. Okay lang naman for me.
 
good day sir .. papatulong sana ako sa paggawa ng livestreaming platform for radio station para po sa capstone/thesis namin wala kasi akong mahanap na source code nito baka may marecommend kayo na source code ..di rin kasi ako magaling sa coding beginner palang po .. ma po4rth year na ako this coming august .. tapos deffense na din namin last week of august or september.. hanap na ako ng hanap ng source nito baka matulongan myo po ako o kaya baka meron po kayo nito ..need lang tlaaga pang capstone/thesis
nakita ko lng to phyton gmit

# Import necessary libraries
from flask import Flask, render_template
from flask_socketio import SocketIO, emit

# Initialize Flask app
app = Flask(__name__)
app.config['SECRET_KEY'] = 'your_secret_key'
socketio = SocketIO(app)

# Route for the home page
@app.route('/')
def index():
return render_template('index.html')

# Event handler for starting the live stream
@socketio.on('start_stream')
def handle_start_stream():
# Code to start the live stream
# This could involve accessing the audio source, initializing broadcasting tools, etc.

# Emit event to notify clients that the stream has started
emit('stream_started', broadcast=True)

# Event handler for stopping the live stream
@socketio.on('stop_stream')
def handle_stop_stream():
# Code to stop the live stream
# This could involve closing the audio source, terminating broadcasting tools, etc.

# Emit event to notify clients that the stream has stopped
emit('stream_stopped', broadcast=True)

# Run the Flask application with SocketIO
if __name__ == '__main__':
socketio.run(app)
 
Hi guys need help need ko gumawa ng captive portal para sa wifi hotspot
sabi ni pareng gugel ay

To create a captive portal for a Wi-Fi hotspot, you can follow these general steps:

  1. Hardware and Network Setup:
    • Set up a Wi-Fi router or access point that supports captive portal functionality.
    • Connect the router/access point to your internet connection.
  2. Choose a Captive Portal Solution:
    • Select a captive portal solution that suits your needs. Some popular options include CoovaChilli, pfSense, OpenWrt, or commercial solutions like Cisco Meraki or Aruba ClearPass.
    • Consider factors such as features, ease of use, scalability, and compatibility with your existing network infrastructure.
  3. Install and Configure the Captive Portal Software:
    • Install the chosen captive portal software on a server or a dedicated device connected to your network.
    • Follow the installation instructions provided by the captive portal solution.
    • Configure the basic network settings, such as IP addresses and DNS settings.
  4. Customize the Captive Portal Page:
    • Access the captive portal software's administrative interface.
    • Customize the captive portal page with your branding, logo, terms of service, and any additional information you want to display.
    • Some captive portal solutions provide easy-to-use templates or WYSIWYG editors for customization.
  5. Configure Authentication:
    • Determine the authentication methods you want to use for users to access the Wi-Fi hotspot.
    • Common methods include username/password authentication, social media login (e.g., Facebook, Google), voucher/ticket codes, or SMS-based authentication.
    • Set up the authentication settings in the captive portal software and define user databases or integration with external authentication servers if necessary.
  6. Define Access Policies and Restrictions:
    • Specify access policies such as time restrictions, bandwidth limits, or content filtering rules if needed.
    • Configure these policies in the captive portal software's settings or policy management section.
  7. Test and Deploy:
    • Test the captive portal by connecting to the Wi-Fi hotspot and going through the authentication process.
    • Verify that users are correctly redirected to the captive portal page and granted access after authentication.
    • Ensure compatibility across different devices, browsers, and operating systems.
    • Once testing is successful, deploy the captive portal in your live environment.
  8. Monitor and Maintain:
    • Regularly monitor the captive portal's performance, including authentication, redirection, and overall functionality.
    • Manage user accounts, access policies, or any necessary updates or patches to ensure security and optimal performance.
    • Periodically review and update the terms of service or acceptable use policy as needed.
It's important to note that specific steps and configurations may vary depending on the captive portal solution you choose. Consult the documentation and resources provided by your chosen captive portal software for detailed instructions tailored to your specific setup.
 
Good day Sir,

Ask lang po kung ano possible na solution, pag po kumoconnect ako sa WiFi, sa WiFi / Captive portal po na lumalabas sa web browser, paglogin ko po ng provided WiFi Voucher, puro undefined po lumalabas sa WiFi portal or sa login page po. Tama naman po yung WiFi voucher.

I am using a laptop running Windows 10 OS.

Thank you po,
 
Pa tulong po sobrang bagal ng xampp na gamit ko para sa PHP, Apache at MySQL error kapag nag load ng data mag hahantay pa ng 4 minutes bago maka save ng data. Sana po matulungan nyo ako. Thank you
 
pwede ba magtanong dito anu ang. htaccess rule para i-allow ang display sa webpage ng videos at images pero bawal ang direct url access sa video at image file.
 
Pa tulong po sobrang bagal ng xampp na gamit ko para sa PHP, Apache at MySQL error kapag nag load ng data mag hahantay pa ng 4 minutes bago maka save ng data. Sana po matulungan nyo ako. Thank you


Lakihan mo yung memory usage. Ganyan din problema ko dati haha
 
Pa tulong po sobrang bagal ng xampp na gamit ko para sa PHP, Apache at MySQL error kapag nag load ng data mag hahantay pa ng 4 minutes bago maka save ng data. Sana po matulungan nyo ako. Thank you
anu toh na server setup? sa local host lang o nasa ibang computing unit?
 
hi guys! ask ko lng, ano ba dpat ang tamang breakpoints na i.coconsider pg gnagawa mo responsive? ang issue kasi is goods na for now, then pg i.check mo after few days, may issue na nmn sa ganitong dimension at pg i.fix mo, prang mdadamay pa yung iba. Thank you po sa sasagot
 
mga lods Need help pano po gumawa ng login form po sorry limot ko n po mga pinag aralan ko po sa IT nag try naman sa YT kaso hnggang html lng po ako hinidi ko n alam kung pno sa css at php kung my tools b na need gamitin para dun and kung pano un mag work salamat po sasagot
 
Back
Top Bottom