CodingPHP Dropbox/Other Cloud Services

 

Press Ctrl+Enter to quickly submit your post
Quick Reply  
 
 
  
 From:  Ken (SHIELDSIT)  
 To:  Peter (BOUGHTONP)     
39722.21 In reply to 39722.20 
It doesn't look very dropbox like to me.


By reading my posts you agree to my terms of service.
0/0
 Reply   Quote More 

 From:  ANT_THOMAS   
 To:  Peter (BOUGHTONP)     
39722.22 In reply to 39722.17 
I'll give that a go. Thanks.
0/0
 Reply   Quote More 

 From:  Peter (BOUGHTONP)  
 To:  Ken (SHIELDSIT)     
39722.23 In reply to 39722.21 
Uh, you're looking at SourceForge aren't you? :S
0/0
 Reply   Quote More 

 From:  Ken (SHIELDSIT)  
 To:  Peter (BOUGHTONP)     
39722.24 In reply to 39722.23 
yes.


By reading my posts you agree to my terms of service.
0/0
 Reply   Quote More 

 From:  Lucy (X3N0PH0N)  
 To:  Peter (BOUGHTONP)     
39722.25 In reply to 39722.18 
Wow, I'd forgotten that :')
0/0
 Reply   Quote More 

 From:  ANT_THOMAS   
 To:  Peter (BOUGHTONP)     
39722.26 In reply to 39722.17 
Works a treat. Thanks PB. Don't believe what the others say, you are helpful!
0/0
 Reply   Quote More 

 From:  Dan (HERMAND)  
 To:  Peter (BOUGHTONP)     
39722.27 In reply to 39722.20 

Now there's a blast from the past. Someone on here told me it was a pointless endeavour because anyone who wanted to put files on the Internet would have hosting :-(

 

I ought to be rich...

0/0
 Reply   Quote More 

 From:  ANT_THOMAS   
 To:  Dan (HERMAND)     
39722.28 In reply to 39722.27 

:(

 

I blame PB.

0/0
 Reply   Quote More 

 From:  ANT_THOMAS   
 To:  ALL
39722.29 
Dropbox is bloody slow, much slower than the free hosting I found.
0/0
 Reply   Quote More 

 From:  Voltane  
 To:  Dan (HERMAND)     
39722.30 In reply to 39722.27 

I may be talking completely out of my hat here:

 

Could it be integrated into Beehive in any way?

 

At the moment when I go to attachments I can see everything i've uploaded. Maybe using this people can browse each others attachments (if given permission).
For example, Fozza attaches torrent files for teh podcast. While attaching the file is put in his storage, which could even be on another server that uses Teh for authentication in some way. As long as they're in his storage you don't even have to look for the thread they were originally posted in. You just go to his profile and look in his storage.

 

And he can select who on the forum can see his files, creating groups from the user list. Mods could then share files of world domination without the common people having access.

 

I don't know if you can do this with dropbox but having the capability to do it on your own server instead of trusting someone else might come in useful for some people - even if it isn't useful for us it helps distinguish Beehive from other Forum software.

 

</possibly useless thought>


0/0
 Reply   Quote More 

 From:  Dan (HERMAND)  
 To:  Voltane     
39722.31 In reply to 39722.30 
Whoa, I dunno :-D
0/0
 Reply   Quote More 

 From:  ANT_THOMAS   
 To:  ALL
39722.32 

Is it possible clear any memory of previous PHP code?

 

I want to pull from a few text files but it seems to have the previous one in the memory.

 

 

0/0
 Reply   Quote More 

 From:  Dan (HERMAND)  
 To:  ANT_THOMAS      
39722.33 In reply to 39722.32 
Quick and dirty way is to add a random query to the URL.

I.e., if you're doing something like

include("./whatever.txt");

Then make it

code:
<?php
t = time();
include("./whatever.txt?abc=".t);
?>


Because t is different every time, the URL will always be treated as unique. I think that PHP is correct, it's been ages since I've written any :D That said, are you sure it's not the browser cache client side?
0/0
 Reply   Quote More 

 From:  ANT_THOMAS   
 To:  Dan (HERMAND)     
39722.34 In reply to 39722.33 

Thanks. Something like that might work. I had to do similar to prevent Google caching my KML file.

 

But I've now gone to a MySQL DB driven thing. But that seems to have similar problems of not clearing out the old data :@ (fail)

0/0
 Reply   Quote More 

 From:  Dan (HERMAND)  
 To:  ANT_THOMAS      
39722.35 In reply to 39722.34 
That's a bit weird, are you sure it's not an issue client side? I've never had an issue with PHP or MySQL - I'm not even sure if PHP does any caching by default.

You could try putting the following at the top of your scripts to prevent any browser caching:

php code:
 
<?php
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
?>
 
0/0
 Reply   Quote More 

 From:  koswix  
 To:  Dan (HERMAND)     
39722.36 In reply to 39722.27 

New rule, whatever PB says people 'ought' to be doing with tech, make the opposite.

 

???

 

Profit.




                                                
                                                
                                                
                           ▪                    
             ┌────┐    ┌────┐                      
          │    │    │    │ ▪                    
          │    └────┘    │                      
          │   ──┐  ┌──   │ ▪                    
   ┌──────┤    ▪    ▪    │                      
  ┌┘      │              │ ▪                    
┌─┤       └──┐  │  │  ┌──┘                      
│ │          │ ││  ││ │   ┌─┐                   
│ │          └─┼┤  └┴─┴───┘ │                   
│ │           ─┘│           │                   
│ │   ┌──────┐  └┬──────────┘                   
  │   │      │   │                              
  │   │      │   │                              
  └───┘      └───┘                              
0/0
 Reply   Quote More 

 From:  Peter (BOUGHTONP)  
 To:  koswix     
39722.37 In reply to 39722.36 
It wasn't me who said it!
0/0
 Reply   Quote More 

 From:  koswix  
 To:  Peter (BOUGHTONP)     
39722.38 In reply to 39722.37 

Doesn't matter. Your opinions on what people should do and how they should do it are almost always the exact opposite of what people want.

 

I have no evidence to back this up, other than your specificness about features and functions, but it's totally true.




                                                
                                                
                                                
                           ▪                    
             ┌────┐    ┌────┐                      
          │    │    │    │ ▪                    
          │    └────┘    │                      
          │   ──┐  ┌──   │ ▪                    
   ┌──────┤    ▪    ▪    │                      
  ┌┘      │              │ ▪                    
┌─┤       └──┐  │  │  ┌──┘                      
│ │          │ ││  ││ │   ┌─┐                   
│ │          └─┼┤  └┴─┴───┘ │                   
│ │           ─┘│           │                   
│ │   ┌──────┐  └┬──────────┘                   
  │   │      │   │                              
  │   │      │   │                              
  └───┘      └───┘                              
0/0
 Reply   Quote More 

 From:  Peter (BOUGHTONP)  
 To:  koswix     
39722.39 In reply to 39722.38 
Well we can easily solve that one way or the other, so if you'd like to hire a hundred good programmers, split them into two teams, then have one half do exactly what I say and the other half do the exact opposite of what I say, we'll see what happens...
0/0
 Reply   Quote More 

 From:  koswix  
 To:  Peter (BOUGHTONP)     
39722.40 In reply to 39722.39 

No need for that, we have more than enough anecdotal evidence right here on Teh.

 

Pete doesn't use Steam - 40+ million people do use steam
Pete uses Google Plus - Rest of the world + dog uses Facebook
Pete doesn't have a landline - everyone else does

 

I could go on, but I'm busy...




                                                
                                                
                                                
                           ▪                    
             ┌────┐    ┌────┐                      
          │    │    │    │ ▪                    
          │    └────┘    │                      
          │   ──┐  ┌──   │ ▪                    
   ┌──────┤    ▪    ▪    │                      
  ┌┘      │              │ ▪                    
┌─┤       └──┐  │  │  ┌──┘                      
│ │          │ ││  ││ │   ┌─┐                   
│ │          └─┼┤  └┴─┴───┘ │                   
│ │           ─┘│           │                   
│ │   ┌──────┐  └┬──────────┘                   
  │   │      │   │                              
  │   │      │   │                              
  └───┘      └───┘                              
0/0
 Reply   Quote More 

Reply to All  
 

1–20  21–40  41–55

Rate my interest:

Adjust text size : Smaller 10 Larger

Beehive Forum 1.5.2 |  FAQ |  Docs |  Support |  Donate! ©2002 - 2024 Project Beehive Forum

Forum Stats