Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

notooth

Member
  • Joined

  • Last visited

  • Country

    Canada

Everything posted by notooth

  1. Hi , Can anyone tell me how to create a popup that can pass popup blockers?
  2. Hello , Is there a way to install Windows on a striped volume to gain performance? Title Edited - Please follow new posting rules from now on. --Zxian
  3. Hello, Can anyone guide me to enable GD for PHP? I am using PHP 4.3.9 on RH Linux ES4. Thank you.
  4. I got a serious problem. PHP always returns and adds a \ (slash) before every " (quote) when it read from a file . Can you help?
  5. Does anyone know where to download the most complete IP-Location Database for free? Please tell me
  6. It worksssss Thanks for your help.
  7. Can anyone help? When I type perl index.pl on the terminal, it prints out the output. But when I executes it via web browser, I got the 500 Internal Server Error .
  8. Since nobody likes this idea, I am not going to put that feature on my page .
  9. a shortcut, which links to my page, on their desktop will make them visit my page more often. This is just kind of a bookmark .
  10. I have a file index.pl in cgi-bin folder, and it works fine on the terminal. But when I execute it on the web browser, I got the Internal Server Error. I checked the error_log file, and it said: Premature end of script header: index.pl. Can anyone help me solve this issue?
  11. I figured it out. The web server get nothing for the $HTTP_REFERER if the referfer is my local server. When I use another website as the referer, it works fine. Thank you for your replies .
  12. I fixed the problem by changing $a to $aa. Thanks eXPerience-XP for your help .
  13. This is the weirdest thing: <? $a[0][0]=1; ?> ................. ................. <? echo "a = " . $a[0][0]; ?> ................ ................ <? echo "a = " . $a[0][0]; ?> the result is: a = 1 a = I got nothing for $a[0][0] at the bottom of the page .
  14. Can anyone tell me how to add a shortcut on vivitors' desktop when they visit my page?
  15. Of course, it does. I am making a web page with PHP and got problem with this.
  16. That works on my local server, but does not work on my web server .
  17. Can anyone help me? I got nothing for $HTTP_REFERER .
  18. Hi , Can anyone tell me if there is a function that returns the domain name of the referer?
  19. I have about 40 varibles declared in file var.php: <? $a[0][0]=1; $a[0][1]=2; ....... ....... $t[1][1]=26; ?> and below is the code from file index.php that has problem: <? require 'var.php'; ?> ......some code..... <? echo 'a = ' . $a[0][0]; ?> ......some code.... <? echo 'a = ' . $a[0][0]; ?> The problem is: I did not change any value of the variables, but some variables $a[0][0] at the bottom of index.php displayed nothing on the page . Can you help me with that?
  20. I am wondering if there is a way that makes my server automatically download a file from another server every day. Any idea would be greatly appreciated.
  21. Now I got another problem. Anytime I uploaded .htaccess to my server, it disapeared . That is weird.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.