Previous Thread
Next Thread
Print Thread
Rate Thread
#284564 03/29/2005 7:45 AM
Joined: Mar 2005
Posts: 39
User
User
Offline
Joined: Mar 2005
Posts: 39
Is there a way I can stop anonymous users from downloading attachments in forums where they don't have posting privillages? I'd like them to read the thread and want to register to get the download.

Sponsored Links
Joined: Sep 2003
Posts: 488
Code Monkey
Code Monkey
Joined: Sep 2003
Posts: 488
Joshpet write a small piece of code which does just that. Just add it underneath the first section shown below in download.php...

Code
// ----------------- <br />// Get the user info <br />   $userob = new user; <br />   $user = $userob -> authenticate("U_Groups"); <br /> <br />// ----------------- <br />// Must be logged in to download - by JoshPet <br />	if (!$user['U_Username']) { <br />		$html = new html; <br />		$html -> not_right('You must be logged in to download files.',$Cat); <br />	}  

Joined: Mar 2005
Posts: 39
User
User
Offline
Joined: Mar 2005
Posts: 39
Great!

I'm sorry though you'll have to tell me exactly where to place it, I tried oneplace but it mucked it up.




Last edited by on2dvd; 03/30/2005 2:06 AM.
Joined: Aug 2000
Posts: 1,609
Addict
Addict
Offline
Joined: Aug 2000
Posts: 1,609
Uhhh...yeah... you may not want to post copyrighted code.

Joined: Mar 2005
Posts: 39
User
User
Offline
Joined: Mar 2005
Posts: 39
Sorry I misunderstood, I thought you wanted me to add oall of that but I see what you menat now.

Sponsored Links

Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Bill B
Bill B
Issaquah, WA
Posts: 87
Joined: December 2001
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)