Admin login asp

Swansea University

2011.08.30 22:58 dum-di-dum Swansea University

The official subreddit of Swansea University. Future, current and past students welcome!
[link]


2011.10.19 14:11 MacSysAdmin

A subreddit for all things related to the administration of Apple devices.
[link]


2012.04.21 16:42 pixel7000 Stacey is a lightweight content management system.

[link]


2024.05.19 22:57 RepulsiveDaikon1142 PSSO on Mac - Local Device Administrators.

Anyone here using PSSO and managing Mac Admins via Intune?
PSSO all set up - Mac in 'shared' mode, any of my users can log into Mac with their Entra Credentials, and it creates them a standard account on the Mac.
However, I've got one user whose credentials I want to be able to act as administrator on the device. Any ideas?
I saw this blog post: https://www.intuneirl.com/taking-platform-sso-to-the-next-level-create-new-user-at-login/
Where groups are used to promote and demote local users (well, they're actually IDP users) - from admin to standard and vice versa. The post didn't include any information on how to do this, and I can't find anything out there to help me!
In my current windows environment I can easily assign a user with the Local Device Admin role in Intune, and they can use their credentials to elevate - i.e. one of our technicians or Managers to be able to add printers, etc.
Any ideas much appreciated!
submitted by RepulsiveDaikon1142 to Intune [link] [comments]


2024.05.19 22:53 hy2rogenh3 Endpoint/Server Security & Domain Admins

Curious on the Sys Admin consensus for securing endpoints from lateral movement and securing from Domain Admin logins.
  1. GPO enforce the removal of the Domain Admin group from all Endpoints/Servers Local Admin group with: [Computer Configuration > Preferences > Control Panel Settings > Local Users and Groups]: Including "Delete all member users and groups" to force remove any manually added to Local Admin group.
OR
  1. GPO disable Interactive/Network Logon for Domain Admin group to all systems except DCs.
OR
  1. Combination of both
Edit: Are there pros/cons of each approach, and what in general is everyone doing?
submitted by hy2rogenh3 to sysadmin [link] [comments]


2024.05.19 22:44 Southern-Base-9471 Help Needed with ACF Custom Fields and Frontend Admin in Elementor

Hi everyone,
I'm facing some issues with displaying custom fields from Advanced Custom Fields (ACF) using the Frontend Admin plugin in Elementor. Here’s the current setup and what I’m trying to achieve:
Context: 1. Platform: WordPress 2. Theme: Astra Theme 3. Relevant Plugins: - Elementor Pro - Advanced Custom Fields (ACF) - Frontend Admin - MemberPress
Goal: I want users to fill out their profiles through forms in the member area (MemberPress) and then have this data visible on a specific public page outside the member area.
Issues Encountered: 1. Displaying ACF Fields: I'm trying to use Frontend Admin shortcodes to display the ACF fields on the public page, but the data isn’t showing up correctly. 2. Custom Link: I need each user to have a custom link (URL) that points to their public profile where this data is displayed.
Current Code Configuration: ```php // Function to generate profile link for new users function generateuser_profile_link($user_id) { $user_info = get_userdata($user_id); $user_slug = sanitize_title($user_info->user_login); $profile_link = home_url('/public-profile/' . $user_slug); update_field('profile_link', $profile_link, 'user' . $user_id); } add_action('user_register', 'generate_user_profile_link');
// Function to add links to existing users function addlink_to_existing_users() { $users = get_users(); foreach ($users as $user) { $user_slug = sanitize_title($user->user_login); $profile_link = home_url('/public-profile/' . $user_slug); update_field('profile_link', $profile_link, 'user' . $user->ID); } } add_action('init', 'add_link_to_existing_users');
// Function to add custom rewrite rules function add_custom_rewrite_rules() { add_rewrite_rule('public-profile/([/]*)/?', 'index.php?pagename=public-profile&username=$matches[1]', 'top'); } add_action('init', 'add_custom_rewrite_rules');
// Add custom query variable function add_custom_query_vars($vars) { $vars[] = 'username'; return $vars; } add_filter('query_vars', 'add_custom_query_vars');
// Function to display user ACF fields on the custom page function display_user_acf_fields($content) { if (is_page('public-profile')) { $username = get_query_var('username'); if ($username) { $user = get_user_by('slug', $username); if ($user) { $user_id = $user->ID; ob_start(); ?>
'; } } else { return 'Username not specified.
'; } } return $content; } add_filter('the_content', 'display_user_acf_fields'); ?> ```
Questions: 1. Frontend Admin Shortcodes: How can I ensure that the Frontend Admin shortcodes work correctly within the HTML widget in Elementor? 2. Public Visibility: How can I make sure that the profiles filled out in the member area are correctly displayed on a public page? 3. Best Practices: Are there better practices for setting up this integration between ACF, Frontend Admin, and Elementor?
Thanks in advance for any help or guidance you can provide!
Best regards, Alex
submitted by Southern-Base-9471 to Wordpress [link] [comments]


2024.05.19 20:25 Mobile_Adagio7550 HP printers and Android phones

Greetings,
We've recently got ourselves a new HP Laserjet Color 150nw, just a pretty typical, fairly cheap color printer. It's always a bit of a hassle to get the initial setup because for some reason they refuse to print the default login info on their leaflets/manuals that come with the package, but with time you'll always get into the admin panel to sort out the settings.
Now, one problem I have is that I have not kept up with all these wireless/printing protocols, and I'm a bit puzzled as to how to get Android phones to print from this thing. PC's work right off the bat with basically no setup required, iOS devices needed AirPrint to be enabled, but Android refuses to work.
You can't even find the printer unless you download the HP Smart print app, but even with that it won't work. I'm wondering if there is some specific protocol I need to enable and/or configure to get this to work. I'd rather have as few protocols enabled as possible just to keep it simple. I also abhor the HP Smart app which is a total bloated mess, and I know for a fact the endusers will never agree to learn to use it.
Quick Google searches tell me IPP is the protocol I want, but turning it on or off seems to have no effect.
All devices and the printer are on the same WIFI network.
submitted by Mobile_Adagio7550 to sysadmin [link] [comments]


2024.05.19 20:24 reddit_username_yo Demographic Cliff vs Societal Trends Cliff

There's a lot of talk of a demographic "cliff" looming in the future (which, while real, is really more of a demographic slight grassy slope; relatively constant from 2010-2020, maybe a 5% decline from 2010 by 2025), but there's a much bigger cliff that's been happening especially since covid: a declining percentage of high school grads going to college (down 10% in the last 5 years, and nearly 15% from a peak in 2016). In some ways this is arguably a good thing - fewer students who aren't academically inclined end up spending a lot of time and money for a degree they won't use. However, it's definitely amped up pressure by admin to keep the students that still are there happy, and it's going to have unpleasant synergistic effects with the declining number of high school grads.
Oddly, it seems to be hitting 2 year community colleges especially hard, while 4 year enrollment rates have remained pretty steady, which runs counter to what many folks seem to expect with declining numbers of students - I'm curious if anyone in this forum has any ideas about why.
Sources around enrollment rates and types:
https://www.bls.gov/opub/ted/2022/61-8-percent-of-recent-high-school-graduates-enrolled-in-college-in-october-2021.htm
https://nces.ed.gov/fastfacts/display.asp?id=51
https://www.bls.gov/news.release/hsgec.nr0.htm (numbers for '22 and '23, which continue the trends above)
Population sizes:
https://www.census.gov/library/stories/2023/05/aging-united-states-population-fewer-children-in-2020.html with maybe a 5% decline by 2025
submitted by reddit_username_yo to Professors [link] [comments]


2024.05.19 19:53 AVeryWaryBear Yay

Yay
What are the team builds? Should I trade for a second one?
submitted by AVeryWaryBear to PuzzleAndDragons [link] [comments]


2024.05.19 17:02 BoloBun_ NUS Architecture AMA 2024

National University of Singapore Architecture 2024 AMA Thread
Heya! Welcome to NUS Architecture AMA thread, we are students from the Department of Architecture hosting an Ask-Me-Anything session in hopes of sharing what life is like at NUS DOA! Whoever you are, whether a prospective student, Freshman, Final year student, Exchange Student or just curious, pop your questions down below!
Academic Programme
NUS Architecture is offered within the College of Design and Engineering, BA Arch core modules curriculum comprises 5 main pillars.
*For more information, refer to BA Arch & MArch Programme Handbook AY2023-24
* *For more information, refer to https://cde.nus.edu.sg/arch/programmes/master-of-architecture/
Facilities
Ever wondered, "How do I print my boards?", "Where can I snag the best deals on materials?", or "How do I access school facilities and use the machinery?" 🤔 Well, you're in luck because we've got 41 new machines this year! The details of which are right here for you to dive into:
How do I access the school facilities? DOWNLOAD nVPN to access Fabrication Lab Booking.
Nearest printing services: SDE 3 Level 2 - Just beside our studio!
[For Exchange Students / Freshmen] Don’t forget to sign up for a Fabrication Lab Training session with the Senior Lab Officer, Mr. Muji ([akimbh@nus.edu.sg](mailto:akimbh@nus.edu.sg)) before operating on the machines.
Student Life @ NUS Aki
You must be asking, do Architecture students have a life, much less student life? We do in fact have a life, and it’s here - Build lifelong friendships with us! 🌟Join us in celebrating entrepreneurship and student-led initiatives! Get ready for exciting events like our fresh orientation camp, where you can meet new friends and dive into unforgettable experiences. 🚀
Student Support
Are you new to NUS DOA and unsure where to begin? No need to worry—we're here to help! 🌟 Below, we'll provide guidance on course registration, joining Telegram chatrooms to connect with peers, reaching out to seniors and alumni for advice, and accessing mental health services if needed. Check it out! 📚
Beyond NUS Architecture
Entering the architecture industry requires a realistic understanding of its realities. While the field is undeniably beautiful and creative, it's essential to recognize its challenges. The truth is, the industry is continuously adjusting to our changing lifestyles and needs, influenced by factors beyond our control. Yet, there's immense satisfaction in navigating these complexities and finding a balanced path that aligns personal interests with industry demands. Career Prospect *Emerging Trends and Prospects (AI, AR, BIM, Sustainable Design, Adaptive Reuse), SIA-YAL Mentorship [July]
submitted by BoloBun_ to SGExams [link] [comments]


2024.05.19 13:08 IsDatZ0 Adding new members in memberpress

I am building a recreation associatien website with WP for rental of holiday homes.
To do so I have purchased motopress and memberpress. The motopress part is working, but now I like to make the holiday homes only available for members. The problem is, when someone wants a membership he has to fill out a form, then he has to receive a mail and also the administrator has to receive a mail to approve its alright. If all goes well, the person should receive an email from the administrator with a login link and a default password that they can edit after logging in. How can I do that, if possible I like to it on a special administrators page on the frontside so the admin has not to go to the wp dashboard.
Thank you in advance.
submitted by IsDatZ0 to Wordpress [link] [comments]


2024.05.19 12:29 EmeraldEyesEsoteric Brave Browser Exposed Leaks your Saved Passwords to Wifi Network

Hi, I connect to and use 3 different WIFI networks. The guest wifi at my apartment complex, plus two others. All of them require random downtime.
Something I noticed recently logging into Gamefaqs. When connected to the guest wifi, it remembers my login info and gives me the auto fill option. When I tried to login with a different network, it did not. I had to manually try to remember and retype everything!
This proves Brave does NOT store you saved logins on your computer, but stores them in a kind of cloud in whatever network you're connected to. So that basically, the network admins or the internet companies would have access to all your private passwords, logins, and data.
Therefore Brave is probably selling your data. I made a post with this concern on the Brave Community forum, but of course it needed to be approved by a moderator first, and it's obviously not going to be approved. So I came here.
This might be an issue in Chrome too, for all I know. Try it yourself is you can connect to more then just your usual wifi network.
As for me, I'm going back to Firefox.
submitted by EmeraldEyesEsoteric to browsers [link] [comments]


2024.05.19 09:03 Basic_Quality_7743 Account deleted

Hey guys, it's sachin, the admin / moderator of this sub, my previous account (Lord_Voldemart12) has been deleted and I am unable to re login it. Ask me here.
submitted by Basic_Quality_7743 to NoidaProperties [link] [comments]


2024.05.19 08:08 FickleDog292 Stuck in login loop in linux mint

I can't login to my account. Whenever I type my password I stuck into login loop. Through tty I created a second user with admin privileges and in it I can enter. I know there is a problem with my user account but I don't know what and how to fix it
submitted by FickleDog292 to linuxquestions [link] [comments]


2024.05.19 08:08 FickleDog292 Stuck in a login loop in linux mint

I can't login to my account. Whenever I type my password I stuck into login loop. Through tty I created a second user with admin privileges and in it I can enter. I know there is a problem with my user account but I don't know what and how to fix it
submitted by FickleDog292 to linux4noobs [link] [comments]


2024.05.19 06:07 RicciReach I'm losing my bloody mind

SOLVED:
I got the game about a week ago, played twice and for the last 3-4 days, I get the message Star Citizen Has Stopped Running Unexpectedly immediately after clicking launch.
I have tried:
-Verifying the game files
-launching in admin mode
-updateing my gpu driver
-restarting PC
-reinstalling the game and launcher
-turning off read-only on the folder
-changing file permissions

If i launch straight from the exe i get an EAC error, if i try launching from the EAC exe, i get a login error. It's driving me insane and if anyone has any ideas, they'd be more than welcome.
submitted by RicciReach to starcitizen [link] [comments]


2024.05.19 05:29 njain2686 Exernal Service Help!

Hello I started using traefik few days back.
I have successfully got acme certs, internal services working.
But I can't seem to get the external service working.
Here is my config.yaml
http: #region routers routers: proxmox: entryPoints: - "https" rule: "Host(`proxmox-1.local.gonemad.com`)" middlewares: - default-headers - https-redirectscheme tls: {} service: proxmox pihole: entryPoints: - "https" rule: "Host(`pihole.local.gonemad.com`)" middlewares: - redirectregex-pihole - default-headers - addprefix-pihole - https-redirectscheme tls: {} service: pihole homeassistant: entryPoints: - "https" rule: "Host(`homeassistant.local.gonemad.com`)" middlewares: - default-headers - https-redirectscheme tls: {} service: homeassistant pfsense: entryPoints: - "https" - "http" rule: "Host(`pfsense.local.gonemad.com`)" middlewares: - default-headers - https-redirectscheme tls: {} service: pfsense omada: entryPoints: - "https" rule: "Host(`omada.local.gonemad.com`)" service: svc-omada middlewares: - mid-omada-redirectRegex - mid-omada-headers tls: {} services: proxmox: loadBalancer: servers: - url: "https://192.168.100.50:8006" passHostHeader: true pihole: loadBalancer: servers: - url: "http://192.168.100.32:80" passHostHeader: true homeassistant: loadBalancer: servers: - url: "http://192.168.100.100:8123" passHostHeader: true pfsense: loadBalancer: #serversTransport: insecureTransport servers: - url: "https://192.168.100.1" passHostHeader: true svc-omada: loadBalancer: servers: - url: "https://192.168.100.125:8043" #endregion serversTransports: insecureTransport: insecureSkipVerify: true middlewares: mid-omada-redirectRegex: redirectRegex: regex: "^https:\\/\\/([^\\/]+)\\/?$" replacement: "https://$1/controller_id/login" mid-omada-headers: headers: customRequestHeaders: host: "omada.local.gonemad.com:8043" customResponseHeaders: host: "omada.local.gonemad.com" addprefix-pihole: addPrefix: prefix: "/admin" redirectregex-pihole: redirectRegex: regex: "/admin/(.*)" replacement: / https-redirectscheme: redirectScheme: scheme: https permanent: true default-headers: headers: frameDeny: true browserXssFilter: true contentTypeNosniff: true forceSTSHeader: true sslRedirect: true stsIncludeSubdomains: true stsPreload: true stsSeconds: 15552000 customFrameOptionsValue: SAMEORIGIN customRequestHeaders: X-Forwarded-Proto: https default-whitelist: ipAllowList: sourceRange: - "10.0.0.0/8" - "192.168.0.0/16" - "172.16.0.0/12" - "100.64.0.0/10" secured: chain: middlewares: - default-whitelist - default-headers 
The only service working at the moment is Omada.
Can anyone chime in what I am missing.
THANKS
submitted by njain2686 to Traefik [link] [comments]


2024.05.19 03:53 Electrical-Goat9721 ADDING MFA to every sandbox is a disaster

Recently my sandbox got updated to summer’24 and all admins now have to use Salesforce authentication app to login. This is the worst thing salesforce has enforced. I read how salesforce is glorifying this but it doesn’t make sense i am now always carrying around my phone so I can login to salesforce. Earlier I use to leave my phone at desk while I am in meetings, now I stare at my phone for a code in the meeting when l have login to salesforce, not to mention the buggy app. Ahhh worst feature ever. Rant over.
submitted by Electrical-Goat9721 to salesforce [link] [comments]


2024.05.19 00:26 Latter-Loan7376 MacBook Pro 2010 admin login not accepting user name and password information.

I know my username and password of this MacBook Pro 2010 but it won’t let me make changes in Users and groups or energy saver. I type the admin name and password but it keeps rejecting it. I wanted to change my user. Is there anyway to bypass this? I already tried changing my password and I still get the same result.
submitted by Latter-Loan7376 to macbookpro [link] [comments]


2024.05.18 23:31 Endauphin FreshTomato 2024.2 Released

2024.2 2024.05.19
SDK: nand: Adjust/fix Winbond manufacturer ID SDK: small update for Broadcom 53xx RoboSwitch device driver SDK: bcmrobo.c: simplify Switch Register Access Bridge Registers SRAB_ENAB() SDK6: update PCI-Express driver kernel: mtd: nand: add Macronix manufacturer kernel: mtd: nand: Add Winbond manufacturer toolchain: refresh toolchain on Debian 12 with newer version of gmp, m4 and mpfr zlib: update to 1.3.1 libcurl: update to 8.7.1 libpng: update to 1.6.43 libxml2: update to 2.12.6 tinc: update to d9e42fa (2024-04-07) snapshot dnsmasq: update to b8ff4bb (2024-02-22) snapshot expat: update to 2.6.2 busybox: updates from the upstream spawn-fcgi: update to 1.6.5 php: update to 8.3.6 nginx: update to 1.26.0 meson: update to 1.4.0 libffi: update to 3.4.6 openvpn: update to 2.6.10 tor: update to 0.4.7.16 - the last one that actually compiles on our ancient toolset sqlite: update to 3.45.3 irqbalance: update to 1.9.4 gettext-tiny: update to 86d9b99 (2024-01-21) snapshot miniupnpd: update to 2.3.6 dropbear: update to 2024.85 libcap-ng: update to 0.8.5 libsodium: update to latest 1.0.19-stable util-linux: update to 2.39.4 build: add Netgear EX7000 support [WIP] build: Makefile: use libzip for php compilation build: Makefile: tune libcurl recipe (remove not used stuff - smaller size) build: Makefile: tune apcupsd recipe (smaller size) build: Makefile: mysql: at last build it with system zlib; do not waste time for mysql-test, support-files, sql-bench and man subdirs build: Makefile: minidlna: disable NLS support build: Makefile: clean more targets before every compilation build: Makefile: util-linux: disable nls build: switch to php-8.3.1 build: add pcre2-10.37 to the tree build: update glib to 2.74.7 with openwrt patches; add/change recipes; integrate updated/added glib and pcre2 build: add haveged-1.9.18 to the tree build: implement haveged build: add TOR again to the o (Custom) target build: Update Dockerfile to Debian 12 GUI: Administration: Admin Access: exclude ports 80 and 443 for remote GUI access for security reasons GUI: Administration: Admin Access: fix preparing url of redirect page in case of remote connection GUI: admin-access.asp - Add option to enable/disable httpd listening on IPv6 and VLAN interfaces GUI: basic-network.asp - fix saving in case wl radio order is not ascending (ex. normal order wl0, wl1, wl2, ... ) GUI: tools-survey.asp - fix Wireless Site Survey if SSID contains a single quote (fix #323) GUI: VPN: OpenVPN Client: add note about strict Kill Switch GUI: Status: Overview: fix Watchdog status display GUI: USB and NAS: Media Server: fix behaviour of the LAN boxes busybox: always add flock applet DHCPC: optionally prevent classless routes. Since this is used for iptv it cannot be disabled by default; recommended to turn it off when not using iptv, see CVE-2024-3661 getdns: fix for broken trust anchor files are silently ignored openssl-1.1: add patches for CVE-2023-5678 and CVE-2024-0727 php8: use php-fpm instead of spawn-fcgi udpxy: Fixed uninitialized source address DDNS: multiWAN aware (fix #65) ddns: increase the number of errors allowed before entering standby from 3 to 10 discobery.sh: supports for any CIDR (no dependency to /24 any more) - network and broadcast IPs are now always excluded from the polling - works when brX IP address is not the first in the subnet httpd: config.c: do not close temp file created by mkstemp before using it httpd: upgrade.c: use mkstemp instead of dangerous mktemp; check for available memory first; correct argument in waitpid(); fix a few other issues httpd: etherstates - detect port info in one sscanf httpd: httpd.c - fix/add IPv6 listeners for MultiLAN setups (do not try to add IPv4 listeners twice) httpd: devlist.c: Loop through dhcp enabled interfaces using BRIDGE_COUNT httpd: wl.c - Add central channel for future updates to the GUI Wireless Survey httpd: wl.c - Add 802.11N+AC BSS capabilities for future updates to the GUI Wireless Survey mdu: in case of curl, also use a while loop to use more than one IP checker during a failed host check mdu: use getaddrinfo instead of the deprecated gethostbyname when building without libcurl mdu: also test for IP change if "Force next update" is checked mdu: support special case, when ifname is set to 'none' or proto is 'disabled' - use default WAN mdu: remove ieserver.net from the list of available services (down) mdu: remove DyNS from the list of available services (down) nvram: fix behavior of 'convert' option ntpd: try to monitor and restart it when it dies or doesn't start at all others: sysinfo: fix WL adapter name for 3rd wireless others: improve cru locking to prevent concurrent updates others: switch4: fix PIN status recognition on some modems others: switch4g: correct checking of CPIN status others: switch3g: fix PIN checker patches: nginx: fix little endian recognition, solve other issues rc: always enable 3G modem support and remove that option from the GUI rc: arpbind.c: stop_arpbind(): Skip header of /proc/net/arp rc: buttons.c: Limit WLAN button maximum duration to 120 seconds rc: bwlimit.c: refactor code to loop using BRIDGE_COUNT rc: firewall.c: fix remote administration (www/ssh) when DMZ is enabled rc: firewall.c: Use BRIDGE_COUNT to iterate throuh interfaces rc: ftpd.c: close fp before bailing when f fails to open rc: init.c: do not run remove_usb_module() [remove_usb_all_modules() now] on halt/reboot; some changes in order of removed services rc: nfs.c: Also free(buf) when returning on failed fopen rc: nginx.c: always try to kill php-cgi at nginx stop rc: openvpn.c: start_ovpn_client(): Initialize route_mode variable rc: services.c: start_ipv6_tunnel(): Fix undefined behavior in snprintf rc: services.s: use get_wanface() to properly check WAN ifaces in generate_mdns_config() rc: services.c: block Apple private relay rc: tor.c: refactor code to loop using BRIDGE_COUNT rc: usb.c: do not run remove_usb_modem_modules() by default - it may cause kernel panic (at least on MIPS RT-AC), enable it by setting 'remove_modem_modules' nvram variable rc: wan.c: restart DDNS not only on primary WAN rom: update CA bundle to 2024-03-11 www: advanced-vlan.asp: wipe out relevant fields for inactive or just disabled WAN - needed in various places for the proper operation of FW www: advanced-vlan.asp: after editing, just reset mwan_num to 1 to avoid problems www: adminer.php: fix error message "Trying to access array offset on null" on php 8 www: basic-time.asp: Show ntp info www: qos-{ctrate,qos-detailed}: Additional filter options www: tools-survey.asp - v1.01 - 11/05/24 - rs232 Asus RT-AC5300: allow to disable/shut down broken wireless radios 
Full changelog: https://bitbucket.org/pedro311/freshtomato-arm/src/arm-masteCHANGELOG
submitted by Endauphin to TomatoFTW [link] [comments]


2024.05.18 23:15 TemperatureAbject196 Website .php file not updating in browser

*SOLVED- answer at bottom* I've been working on my 1st PHP website making a simple login page. Everything has been going fine until yesterday where suddenly the php files stopped updating in the browser. If i load my webpage through local host it just shows me an old version. I can delete the content from the php file and it still shows me content on the browser.
If I preview the website through dreamweaver on firefox, I can see the updated file. If I load it from localhost/myfile.php it shows me the old file.
I'm using: Firefox, dreamweaver, XXAMP, mySQL and Apache.
If I do ctrl+f5 no difference.
Tried to change the php.ini file on Apache to ;opcache.enable = 0 , no difference.
Tried deleting cache from Apache, mySQL, and localhost in my browser, no difference.
Tried opening from a different browser, no difference.
What is going on? This is so frustrating. I've probably spent hours messing around with code thinking I've done something wrong only to realise nothing is changing anyway. Now I've spent hours trying to figure how to just clear cookies essentially!? I'm not sure what to do now! I don't think I should have to start a whole new server or change file names! Please help!!!
* update:
i've checked the file names and they all add up. I've even made a new .php file, and tried to preview it through localhost and it's not working, giving me 404 not found.
When I check Apache admin, I can see the directory does not show any updated files, or new ones i have created since this problem occured.
Why is Apache not updating the directory now then?
SOLVED: The issue seemed to be the directory was not updating its content. I just worked around it by changing the directory manually to my website folder not it's default setting.
XXAMP> Apache> Admin> httpd.conf
Ctrl F: DocumentRoot
Change: DocumentRoot "C:/xampp/htdocs" to DocumentRoot "C:/wherever_your_website_is"
Underneath that, change:
to the same path as above.
Thanks all for your help.
submitted by TemperatureAbject196 to PHPhelp [link] [comments]


2024.05.18 23:05 13hoot DS1821+ Login issues

DS1821+ Login issues
So I got a mail to update certain packages. I used the app to update the package on my phone and after that I started getting the error "You're not authorised to use this service". When I tried to login with my user name (admin account) the blue circle after entering the password kept on going on and on. I tried through quickconnect and it would throw me back at the user name page. A few Google searches later I was down on my knees with a pin in my hand and did the "1 beep" reset.
Next I found the nas (different IP address) and did what was suggested
User name > admin PW field (blank)
I'm still unable to login. The blue circle is still going on spinning.
submitted by 13hoot to synology [link] [comments]


2024.05.18 22:11 CthulhuDev Jackett ne marche plus avec ygg ?

Jackett ne marche plus avec ygg ? submitted by CthulhuDev to yggTorrents [link] [comments]


2024.05.18 20:29 metalzero24 I can't login to my account, horrible experience after using Tailscale for 2 years

I've been using Tailscale for 2 years, I use it on all of my laptops, my phone, etc.
Yesterday I noticed some connectivity problems on my phone, then I noticed that I cannot login to my admin panel (SSO provider GitHub). I tried logging out of my desktop client and logging back in, that completely locked me out of my Tailnet. When I try to login (after tailscale opens up the browser window) I get this error:
internal server error REQ-10a0d1f0d-8118-472e-8647-9c4e3a72d52d 
After 24 hours I still cannot login to my Tailnet on any of the platforms, Windows, Mac, iOS anything.
I contacted Tailscale support immediately after this happened. After 24 hours I still don't have any responses.
I saw the support page about responding to Premium users in 4 hours, I want to buy premium to get faster support but SINCE I CANNOT LOGIN, I can't. I marked my ticket severity 1 and I am still waiting after more than 24 hours.
I didn't change any GitHub settings or Tailscale settings before this happened. Other SSO logins work with my GitHub account. Any tailscale employees here?
submitted by metalzero24 to Tailscale [link] [comments]


2024.05.18 19:37 Hampzz99 Detailed Setup Guide - Host/Join Nitrox Server

Hello! I thought I'd make a detailed guide on how to setup and host/join a server since there seems to be a lack of proper detailed guides out there.
You cannot play multiplayer unless you have the game on STEAM.
Installtion of Nitrox
  1. Download Nitrox - https://nitrox.rux.gg/
  2. Go to Options and make sure that it's pointing to your Subnautica installation
  3. Go to Steam -> Right click Subnautica -> Properties -> Betas -> And choose Legacy in the dropdown menu. This will start a download of all old files and game versions.
Hosting A Server for your friends with Port Forwarding
  1. Open the Command Prompt (CMD) and type ipconfig . This will display your PC and Routers IP Addresses.
  2. To Port forward from your own Network put the Default Gateway address into your Webbrowser's Search bar. You will now need to Login which is usually with the username admin and then the Wi-Fi password that's underneath your Router, yes the long one with numbers and letters.
  3. Click on Port Forwarding -> Add New/Enable -> Enter an ID or Name for it, this can be whatever you want
  4. Enter all the details needed, for example:
Name Protocol Ext.Port Internal IP Int.Port
whateverYouwant UDP 11000 your IPv4 address you got when writing ipconfig in the cmd any number between 1-65535 , for example 1105
  1. Save changes / Apply.
  2. Go to the Nitrox Launcher -> Sever -> External Console -> Start Server
  1. Go back to Play Game -> Play Multiplayer.
  2. Once you're in go to Multiplayer -> Add Server.
  3. Enter all the details needed, for example:
Name Host Port
whateverYouWant your IPv4 address 11000
  1. Connect to the server.
  2. Your friend can now connect to your server by -> Adding the server in the game using the Public IP address and port 11000
  3. Enjoy :)
Hope this helped someone out there :)
submitted by Hampzz99 to SubnauticaNitrox [link] [comments]


http://swiebodzin.info