Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
admin
- Page 1
Re: 💻 What’s the First App You Install on a Fresh Windows Machine?
Hardware and Software
Microsoft Windows
3 Weeks Ago
by Yrth
…), then go to C:\users\[username], delete the Documents folder (
admin
permissions required, probably), then open a command prompt, and at…
Re: What do you do for work?
Community Center
Geeks' Lounge
2 Weeks Ago
by fzlr
IT and network
admin
for a medium sized school. Love my job.
Re: How do I make my code jump back to a previous line?
Programming
3 Weeks Ago
by Dani
Organizing code into functions is always important for readability and also to be able to reuse parts of your code as your app gets bigger. Thank you for posting your updated code to share with others :)
Re: Looking for an developer-Friendly Admin Template
Programming
Web Development
2 Months Ago
by Dani
Official Bootstrap themes: https://themes.getbootstrap.com/product-category/
admin
-dashboard/
Re: Looking for an developer-Friendly Admin Template
Programming
Web Development
2 Months Ago
by Pelorus_1
Consider
admin
templates with clean code, easy customization, and robust documentation if you're looking for developer-friendly templates. Save time and increase productivity by using templates with modular components and built-in UI elements.
What are some top-rated Bootstrap admin templates that not rely on Tailwind
Programming
Web Development
2 Months Ago
by SanjayJoshi
If I want to use Bootstrap 5 for my
admin
dashboard and avoid Tailwind, which templates should I consider?
Re: Looking for an developer-Friendly Admin Template
Programming
Web Development
2 Months Ago
by SanjayJoshi
Hey Krisha, You can try MaterialPRO once it is also One of best MUI template I ever seen
Re: What are some top-rated Bootstrap admin templates that not rely on Tailwind
Programming
Web Development
2 Months Ago
by Dani
Hello, DaniWeb actually uses Bootstrap, but I don’t use any preexisting templates. How much CSS experience do you have? Are you experienced with creating HTML code that uses css classes to piece together something unique? Bootstrap also has its own template store, if I recall correctly. Also, Tailwind is a competitor to Bootstrap, so I’m …
Re: What are some top-rated Bootstrap admin templates that not rely on Tailwind
Programming
Web Development
2 Months Ago
by Dani
Sorry, I don't know what you mean about building a buying persona through DaniWeb?
How do I make my code jump back to a previous line?
Programming
1 Month Ago
by trueriver
….lower() == "4": if
admin
== True: print("
Admin
on System detected!") time.sleep(1)… askAdminPass = input("Please input
admin
password: ") if askAdminPass != adminPass: print("…
Re: How do I make my code jump back to a previous line?
Programming
1 Month Ago
by trueriver
…sysInfo.lower() == "4": if
admin
== True: print("
Admin
on System detected!") time.sleep(1)… askAdminPass = input("Please input
admin
password: ") if askAdminPass != adminPass: print("…
Re: 💻 What’s the First App You Install on a Fresh Windows Machine?
Hardware and Software
Microsoft Windows
1 Month Ago
by Reverend Jim
… made it almost impossibole to avoid), then create a local
admin
account and always log on with that. That results in…
Re: How do I make my code jump back to a previous line?
Programming
1 Month Ago
by woooee
if sysInfo.lower() in ["exit", "Exit", "EXIT"]: since sysinfo is now lower(), it will never be equal to "Exit" or "EXIT"
Re: How to enable gpedit on Windows 10 & 11
Hardware and Software
Microsoft Windows
1 Month Ago
by AIO_803
Enabling **gpedit.msc** on Windows 10 or 11 (especially Home editions) is useful for gaining more control over system settings. While it’s not officially included in Home versions, there are workarounds—though users should proceed carefully to avoid system issues.
Admin
Community Center
7 Years Ago
by Ozan_2
Admin
admin
Hardware and Software
Networking
7 Years Ago
by xoman
admin
Re: admin
Hardware and Software
Networking
7 Years Ago
by cereal
Try `sudo -u
admin
` instead >:]
Re: admin
Hardware and Software
Networking
7 Years Ago
by happygeek
That's the second '
admin
' post in 24 hours, by different accounts. I smell something fishy...
admin
Programming
Web Development
16 Years Ago
by mani11
how can i access my
admin
page with edit and delete buttons in (employers/jobseekers form)
Re: admin
Programming
Web Development
16 Years Ago
by nav33n
[QUOTE=mani11;874337]how can i access my
admin
page with edit and delete buttons in (employers/jobseekers form)[/QUOTE] Probably by clicking the correct link. :icon_rolleyes:
Re: admin
Programming
Web Development
16 Years Ago
by ithelp
First login as an ordinary user , there will be a link to login to
admin
panel.
Re: Admin and User Login Problem
Programming
Web Development
13 Years Ago
by cwarn23
…"') and (password = '" . mysql_real_escape_string(md5($_POST['password'])) . "') and
admin
= ...");[/CODE] You seem to be checking the same data…md5($_POST['password'])) . "'"); $row=mysql_fetch_assoc($result); if ($row['
admin
']==9) { $_SESSION['username'] = $_POST['username']; header("Location: main…
Admin Panel script
Programming
Web Development
16 Years Ago
by Merlin33069
…the utility is a php based guestbook This
admin
panel, for now, offers the person whom …; </table> </center> '; //
Admin
Guestbook, for use in the panel ONLY echo '<…quot;; //Disconnect from the database mysql_close($con); //End
Admin
Guestbook viewer echo '</center>'; die(''); } else…
Admin and User Login Problem
Programming
Web Development
13 Years Ago
by urbanthistleuk
… (password = '" . mysql_real_escape_string(md5($_POST['password'])) . "') and
admin
= '9'"); if(mysql_num_rows($result) == 1) { $_SESSION['username']… (password = '" . mysql_real_escape_string(md5($_POST['password'])) . "') and
admin
= '1'"); if(mysql_num_rows($result) == 1) { $_SESSION['username']…
Re: Admin Panel script
Programming
Web Development
16 Years Ago
by Merlin33069
…gt; </table> </center> '; //
Admin
Guestbook, for use in the panel ONLY echo '<…;"; //Disconnect from the database mysql_close($con); //End
Admin
Guestbook viewer echo '</center>'; die(''); } else…;input type="submit" value="Return to
admin
page"> </form> </table…
Admin Section in a site
Programming
Web Development
16 Years Ago
by jain4
… website, i want to have a
admin
section which can be accessed only after the
admin
logs in with a login page… how can i make other
admin
pages show only if the
admin
has logged in. If the
admin
has not logged and tries… to access the
admin
pages directly, he…
Re: Admin and User Login Problem
Programming
Web Development
13 Years Ago
by cwarn23
… and (password = '" . mysql_real_escape_string(md5($_POST['password'])) . "') and
admin
= '9'"); if(mysql_num_rows($result) == 1) { $_SESSION['username'] = …;') and (password = '" . mysql_real_escape_string(md5($_POST['password'])) . "') and
admin
= '1'"); if(mysql_num_rows($result) == 1) { $_SESSION['username'] = …
Re: Admin account problem
Hardware and Software
Microsoft Windows
8 Years Ago
by Suzie999
…10 home VM. The default ans setup account is an
admin
account, create a standard account, and then follow steps in…the standard account, windows 10 will prompt you for an
admin
password and if entered correctly will carry out the task…. If you hide the
admin
account and do same, windows will still prompt you for…
Admin problems arghh...
Hardware and Software
Microsoft Windows
18 Years Ago
by helpme!
… Right heres the problem.. i have lost full
admin
over my whole computer, i have become a poweruser… to a power user than back to an
admin
for a guide) BUT... i cant make …my self back to an
admin
because im a power user :sad: is there… to change my account type back to my
admin
? any help will be much appreciated as i…
Admin View Members Page
Programming
Web Development
14 Years Ago
by Smudly
… all of the websites members. On this page, the
admin
can edit any of the information for the users (and… causing problems. Second Issue: The sort feature allows the
admin
to sort through all the information by the username, id… clicked, will popup a javascript confirm window. Once the
admin
confirms they want to delete the user, it will erase…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
Backlink Auditor
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC