Forum: PHP Mar 25th, 2008 |
| Replies: 1 Views: 1,041 session_start();
setcookie("PHPSESSID",$_COOKIE['PHPSESSID'],time()+1800);
Where 1800 is the time in seconds before the session should expire. PHPSESSID is the default session ID. This way, every... |
Forum: Growing an Online Community Mar 25th, 2008 |
| Replies: 25 Views: 8,129 What about invision? I did an extensive look into which forums to use for a large online community I run..
In the end I chose iPB because of the support, mods available and plugins available.. |
Forum: PHP Mar 25th, 2008 |
| Replies: 1 Views: 378 You would need to moderate your forums.. I know how to do this in iPB but not PHPbb3
Infact, there maybe a plugin for this.. |
Forum: *nix Software Mar 17th, 2008 |
| Replies: 0 Views: 518 Hey up guys,
A customer has come to me and asked if its possible to setup Spam Filter software, such as SpamAssassin or the likes on a Linux server that runs:
- qmail
- Centos 4.5
This... |
Forum: Geeks' Lounge Apr 27th, 2007 |
| Replies: 96 Views: 8,092 |
Forum: Networking Hardware Configuration Apr 27th, 2007 |
| Replies: 9 Views: 1,508 This sounds very much as if your VMWare or whatever is blocking NetBIOS..
Manually typing UNC's will work or as Dima says, run a logon script..
My Advice, run a DC on a seperate box, NetBIOS... |
Forum: PHP Apr 26th, 2007 |
| Replies: 3 Views: 1,559 |
Forum: PHP Apr 26th, 2007 |
| Replies: 2 Views: 893 IMO, you should always keep $_POST outside of MySQL statements..
Define your variables above prior, and apply some error checking..
Look at strip_tags, it has some good examples on that page,... |
Forum: PHP Apr 26th, 2007 |
| Replies: 3 Views: 1,559 You can modify Geeklog or Joomla to do such thing with free addons available..
Check em out |
Forum: PHP Apr 26th, 2007 |
| Replies: 2 Views: 845 http://www.tizag.com/phpT/fileupload.php |
Forum: PHP Apr 26th, 2007 |
| Replies: 3 Views: 1,452 You'd be hard pushed to find any decent ones.
Why do you want a free one? You can pick up hosting these days for about a dollar if your american, or a pound if your british and a euro if... |
Forum: Networking Hardware Configuration Apr 26th, 2007 |
| Replies: 9 Views: 1,508 IFIRC, Virtual Machines have problems sending out NetBIOS information.
I had a problem when building a samba server on Linux, on a VMWare server.. NetBIOS wasn't being announced, but I could mount... |
Forum: Geeks' Lounge Jan 16th, 2007 |
| Replies: 125 Views: 18,048 Feb for me is too short notice, March is good for me, also ties in with my birthday on the 31st.
Sadly I work in a bar at weekends too so I need book the time off with them also, hence the short... |
Forum: PHP Jan 12th, 2007 |
| Replies: 10 Views: 3,244 they said that?
damn.. did you get any documents to say that they would support it etc after its built?
you need to post the contents of index.php up here, so that we can all see and help.. or... |
Forum: PHP Jan 12th, 2007 |
| Replies: 10 Views: 3,244 Without seeing the code its hard to find out.
I have loaded the page in IE7 and can see the erro that is appearing. From another point of view, as you paid a company a shit load of money, go back... |
Forum: PHP Jan 11th, 2007 |
| Replies: 4 Views: 1,942 create a forum, and sponsor it.. that works.. I get a lot of traffic from a forum I sponsor |
Forum: PHP Jan 11th, 2007 |
| Replies: 4 Views: 1,942 Aye your in the wrong section, buts it ok, I won't tell ;)
You could do a few things with that I guess, like run a PHPBB forum or invision. But do you think there would be a requirement? Digg... |
Forum: Search Engine Optimization Jan 10th, 2007 |
| Replies: 2 Views: 1,331 hmmmm interesting..
thanks for that! ill have a gander at that link |
Forum: Search Engine Optimization Jan 10th, 2007 |
| Replies: 2 Views: 1,331 Hi,
Anyone know how to get the following layout for your results in Google? |
Forum: PHP Jan 10th, 2007 |
| Replies: 15 Views: 13,460 If i was doing this, I would use a form.
Passing variable's to the URL is problematic and open to abuse. By changing the URL at the top, people would be able to see others information.
You can... |
Forum: Geeks' Lounge Jan 10th, 2007 |
| Replies: 125 Views: 18,048 LOLz, i was born in Bow, you should hear how i talk... Lived in Crystal Palace tho! |
Forum: PHP Jan 10th, 2007 |
| Replies: 11 Views: 2,858 er, we did help :rolleyes:.. i think i posted code *scrolls up* ah yes I did :surprised |
Forum: Geeks' Lounge Jan 9th, 2007 |
| Replies: 125 Views: 18,048 I'd be up for this meet tbh |
Forum: Windows Software Jan 9th, 2007 |
| Replies: 0 Views: 1,723 I've been asked to build an access DB application at work to house all IP address information. Why?
We have over 500 hundred IP's available for use and seeing as all the clients here at work have... |
Forum: Geeks' Lounge Jan 8th, 2007 |
| Replies: 157 Views: 19,660 |
Forum: Community Introductions Jan 8th, 2007 |
| Replies: 4 Views: 1,005 |
Forum: Getting Started and Choosing a Distro Jan 8th, 2007 |
| Replies: 27 Views: 7,285 Slackware is hardcore!!
I remember using slackware on my old olivetti pentium 100 machine with 16mb of ram. I was also in bash running BitchX (Yes its an irc program not a swear) connected to... |
Forum: PHP Jan 8th, 2007 |
| Replies: 11 Views: 2,858 Thanks for the advice, its been noted :) |
Forum: IT Professionals' Lounge Jan 8th, 2007 |
| Replies: 51 Views: 7,262 You can share files from an XP machine to the XBOX, have a look at this document.
http://www.xbox.com/en-US/support/systemuse/xbox360/digitalmedia/pc.htm |
Forum: PHP Jan 7th, 2007 |
| Replies: 11 Views: 2,858 Complex form:
Forms that contain a lot of required information, and where the email address (if needed) is required and needs to be a proper address.
When building said form, take the email... |
Forum: PHP Jan 7th, 2007 |
| Replies: 11 Views: 2,858 I do run validation on the forms I use, but I didn't post any with the example I use.
Didn't wanna overload the script, also gives the user the chance to learn from others scripts. No point in doing... |
Forum: Geeks' Lounge Jan 7th, 2007 |
| Replies: 8 Views: 1,448 Between Birmingham and Manchester :) |
Forum: Geeks' Lounge Jan 5th, 2007 |
| Replies: 8 Views: 1,448 Staffs is 2 minutes from house.. Leek road campus that.. |
Forum: IT Professionals' Lounge Jan 5th, 2007 |
| Replies: 51 Views: 7,262 The x360 has native support for 4 players at once using the Wireless controllers. Therefore; theoretically any multiplayer game could support that number of players when using offline mode.
If... |
Forum: IT Professionals' Lounge Jan 5th, 2007 |
| Replies: 1 Views: 1,471 A CMS (Content Management System) is a script that edits/builds a website in real time online hosted on the server that the site sits.
This link at Wikipedia will explain more LINK... |
Forum: IT Professionals' Lounge Jan 5th, 2007 |
| Replies: 51 Views: 7,262 Any game that is Live; can be played using this subscription. If you have a standard Xbox:Live sub, on a normal Xbox, you can have it moved too |
Forum: PHP Jan 5th, 2007 |
| Replies: 2 Views: 2,769 Can you post the entire script inside PHP code tags please |
Forum: IT Professionals' Lounge Jan 5th, 2007 |
| Replies: 51 Views: 7,262 £34.99, same as standard Xbox:Live.
Play.com has it: here (http://www.play.com/Games/Xbox360/4-/860394/XBox_Live_12_Month_Gold_Membership_Card/Product.html) |
Forum: Getting Started and Choosing a Distro Jan 5th, 2007 |
| Replies: 27 Views: 7,285 I use that when building servers. I'd never put Ubuntu on a server, it just aint ready. But for someone who is bridging into using Linux on the desktop, Ubuntu is far easier then debian.
My mac's... |
Forum: Community Introductions Jan 5th, 2007 |
| Replies: 13 Views: 1,885 thanks guys for making me feel welcome :) |