Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
profiles
- Page 1
Re: Lots of new members but no one posts
Community Center
Meta DaniWeb
3 Weeks Ago
by Dani
… profile page. Very true. However, new members have their
profiles
at /
profiles
/ which is blocked via robots.txt, so crawlers never even…
Re: how can I build or make new programming language
Programming
3 Weeks Ago
by Dani
You could ask [this guy](https://www.daniweb.com/
profiles
/1010298/bjarne-stroustrup-31) ;) [Here's the full interview](https://www.daniweb.com/programming/software-development/interviews/313564/interview-with-bjarne-stroustrup-creator-of-c)
Re: Looking for a online dating service template
Digital Media
UI / UX Design
2 Weeks Ago
by Alex_188
Hi Tim, check out ThemeForest or TemplateMonster for dating templates with
profiles
, location filters, and payment options. Choose ones with good documentation and Stripe or PayPal integration for secure payments. This’ll help you avoid building from scratch and focus on customizing while learning payment setups gradually. Good luck!
Samba roaming profiles
Hardware and Software
Linux and Unix
21 Years Ago
by absco
…each time as it is copying all the
profiles
back to the computer from the server. Is…sync = Yes workgroup = charity logon path = \\%L\
profiles
\%u os level = 30 preferred master = yes domain admin…= /var/spool/samba printable = Yes browseable = No [
profiles
] comment = User
Profiles
path = /home/profile writeable = yes create mask = …
Deleting XP profiles running a timed script
Hardware and Software
Microsoft Windows
19 Years Ago
by StephenR
…account. With the amount of users on the terminal the
profiles
grow too large for the machines physical capabilities, which …means we have to manually wipe all the
profiles
on a periodic basis. Is there somewhere in XP …a script I can utilize to automatically delete data from
profiles
on a scheduled basis? Any help would be greatly …
Re: Creating Temporary User Profiles for windows server 2003, XP, windows 7
Hardware and Software
Microsoft Windows
13 Years Ago
by Mve83
… system properties and click the advanced tab. Then user
profiles
. Select the user profilemyou have just created and click … admin and then go to advanced system properties user
profiles
and click on default profile. Then press copy to… Applying the logic above the system will recognise both
profiles
dependant on the machine o/s Hope this helps …
XP profiles: spybot and spyblaster
Hardware and Software
Microsoft Windows
21 Years Ago
by debster
Hello, I have windows XP. I have 4
profiles
on the system if I set up the spybot and blaster apps on one profile does it cross over to all
profiles
or do I need to run the application under all
profiles
. Thanks for your help. Debbie
Re: XP profiles: spybot and spyblaster
Hardware and Software
Microsoft Windows
21 Years Ago
by TallCool1
[QUOTE=debster]I have windows XP. I have 4
profiles
on the system if I set up the spybot and blaster apps on one profile does it cross over to all
profiles
or do I need to run the application under all
profiles
.[/QUOTE] It applies system-wide, as does the malware. It should be all taken care of now.
Select most viewed profiles
Programming
Databases
15 Years Ago
by kishan112
…I'm working on a simple dating website with member
profiles
. I need to do something really simple, but I… is a profile table, login table and a profile_view table:
profiles
: profile_id, name, picture, etc.. login: session_id, username, time, …profile_id, session_id I want to display 15 most viewed
profiles
. What is the query I should use?
end of rope with what I believe to be corrupted admin profiles
Hardware and Software
Information Security
11 Years Ago
by weewillygee
…"insufficient permissions" for many mundane activities.Admin
profiles
named CREATOR OWNER, TRUSTED INSTALLER, SYSTEM, ADMINISTRATOR have …, pcesupport all acessed remotely & claim these admin
profiles
are legit. I think corrupted as services are disabled,…infection that seems to be tied to these admin
profiles
. I'd like to know: 1) can …
Re: .000 Profiles after windows update
Hardware and Software
Microsoft Windows
17 Years Ago
by Tezdoll
You are using roaming/mandatory
profiles
. The reason you are getting that message is because you don't have access to that location of the
profiles
usually [URL="file://\\fileserver\
profiles
\username"](\\fileserver\
profiles
\username[/URL] or group). Well that being said, thats when i get that error.
Re: Select most viewed profiles
Programming
Databases
15 Years Ago
by ppetree
[code]SELECT * FROM `
profiles
` LEFT JOIN `profiles_view` ON `profile`.`id` = `profiles_view`.`profile_id` AND `profiles_view`.`… `profile_id` ORDER BY COUNT( * ) DESC LIMIT 0 , 10)SELECT * FROM `
profiles
` LEFT JOIN `profiles_view` ON `profile`.`id` = `profiles_view`.`profile_id` AND `profiles_view…
Re: Select most viewed profiles
Programming
Databases
15 Years Ago
by kishan112
It doesn't work With this one i get the id's of the lop 10 visited
profiles
[CODE=mysql]SELECT `profiel_id` FROM `profiles_view` GROUP BY `profiel_id` ORDER BY COUNT( * ) DESC LIMIT 10[/CODE] Now I have to select these id's from the
profiles
table.. I don't want to use php for this one, so 1 single query would be great
Help with Linux .recycle/profiles
Hardware and Software
Linux and Unix
19 Years Ago
by mwsjpw
… a day. I found that every user has a /.recycle/
profiles
directory on the server that is huge. I have reset…. Is it safe to delete the files in the /.recycle/
profiles
directories. Would they go away if I re-booted the…
Re: Roaming Profiles
Hardware and Software
Microsoft Windows
18 Years Ago
by TimJ
Roaming
profiles
dont slow the network down so much it just an … they have never logged on to before. I think roaming
profiles
are awesome and should be enabled BUT also edit group… between PC's and dont (and which users dont) modify
profiles
then there may be no reason too. But I like…
How to display all ASP.Net ProfileProvider User Profiles ??
Programming
Web Development
16 Years Ago
by -mk-
… using the AspNetSqlMembershipProvider to store the user
profiles
data. I have discover that the User
Profiles
data are stored in the database…
Re: Select most viewed profiles
Programming
Databases
15 Years Ago
by ppetree
You have two choices: 1) the
profiles
need to have a `count` field that gets updated everytime …
Re: Select most viewed profiles
Programming
Databases
15 Years Ago
by kishan112
I tried this: [CODE=mysql] SELECT * FROM `
profiles
` LEFT JOIN `profiles_view` ON `profile`.`id` = `profiles_view`.`profile_id` AND `profiles_view`.`…
Re: Select most viewed profiles
Programming
Databases
15 Years Ago
by ppetree
I think you want something like this... [code] SELECT p.profile, p.age, p.sex ..... FROM
profiles
AS p JOIN ( SELECT * FROM profiles_view GROUP BY profile_id ) AS a ON p.id=a.profile_id ORDER BY a.MAX(count) DESC;"; [/code]
Creating Temporary User Profiles for windows server 2003, XP, windows 7
Hardware and Software
Microsoft Windows
13 Years Ago
by kiel19
Dear All, I have a group of 150 users on my domain that I would like to setup to have temporary
profiles
when the log onto the computer. Do help me get the procedure of setting up these settings. We don't have enough space for roaming
profiles
and yet wwe don't want them to have any of there work left on the desktop once they log off.
New Member Profiles
Community Center
Meta DaniWeb
12 Years Ago
by Dani
5 am and I lost track of time! No sleep for Dani! I made some massive changes to member
profiles
. Most of the changes are cosmetic, but there are two noticeable differences: 1. Activity points is now all time instead of just for today, because it was getting a little creepy stalkerish 2. The top lists are now more integrated into member
profiles
Member profiles include description blurbs
Community Center
Meta DaniWeb
11 Years Ago
by Dani
I've made a handful of changes to member
profiles
tonight. One of the changes I made was to include … what those statistics mean. Do you think that now member
profiles
are too wordy and redundant? Is it more confusing and…
Re: Are member profiles guest accessible?
Digital Media
Digital Marketing
19 Years Ago
by clarinetalex
[QUOTE=cscgal]Do you allow your member
profiles
to be guest accessible?.....[/QUOTE] Yes, but email addresses aren'… to disclose this information). Probably not the best option but
profiles
don't tell as much about a person as his…
Re: Are member profiles guest accessible?
Digital Media
Digital Marketing
19 Years Ago
by Dani
Thanks for the feedback. Right now
profiles
are hidden from guests and I'm debating whether to make them public or not.
Profiles
contain IM info of members, and I'm not sure if that is information many of them want to be spidered. Ya know?
Re: Are member profiles guest accessible?
Digital Media
Digital Marketing
19 Years Ago
by clarinetalex
[QUOTE=cscgal]Thanks for the feedback. Right now
profiles
are hidden from guests and I'm debating whether to …make them public or not.
Profiles
contain IM info of members, and I'm not sure…
Re: Member profiles
Digital Media
Digital Marketing
19 Years Ago
by ResaleBroker
[QUOTE=cscgal]Do you allow guests to access member
profiles
? Why or why not? Do you think it encourages forum growth and new registrations TO allow or not to? :)[/QUOTE]No, guests are not allowed to view
profiles
on our forum nor do we display email addresses to members. I believe it helps to keep the SPAM down.
Re: Are member profiles guest accessible?
Digital Media
Digital Marketing
18 Years Ago
by Dani
… issue. To allow or not allow guests to view member
profiles
, that is the question. I have two reasons not to… - Members have their contact info (AIM, MSN, etc) in their
profiles
I have two reasons to ... 1 - Guests get to experience…
Re: Roaming Profiles
Hardware and Software
Microsoft Windows
18 Years Ago
by Humanvoice
It's not a good idea to use roaming
profiles
. They are rising day by day, may corrupt after incorrect ….com[/URL]). This solution can eliminate the use of roaming
profiles
completely, performing the same functions with redirection of shell and…
Re: .000 Profiles after windows update
Hardware and Software
Microsoft Windows
17 Years Ago
by binoj_daniel
Are you using Roaming
profiles
or Local
profiles
in your network?
Re: How many social media profiles do you have?
Digital Media
Digital Marketing
15 Years Ago
by joelchrist
I just have very limited profile, making
profiles
are easy but maintaining all the
profiles
active is really sucks.
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
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC