Search found 36 matches

by Curia
Mon Feb 27, 2012 4:52 am
Forum: General Chat
Topic: PHP Security update
Replies: 6
Views: 1771

Re: PHP Security update

And hopefully a fatal flaw isnt found to fast in it either. There isnt a current "beta" style kit for it is there? Although being a security encryption, they probs dont really want to release one.
by Curia
Tue Jan 31, 2012 10:23 pm
Forum: Suggestions
Topic: Terraria Server Status Page With Tshock
Replies: 3
Views: 1443

Re: Terraria Server Status Page With Tshock

I can code up that page in html/css easily, as for grabbing server details, I dont know how a terria server functions so cannot help on that.
PM if you would like me to make the page
by Curia
Fri Jan 20, 2012 4:11 am
Forum: Suggestions
Topic: Read more -button, text on the same page.
Replies: 3
Views: 1620

Re: Read more -button, text on the same page.

would have to reload the page if you used PHP so may as well make it go to the actual page.
In javascript though use something like
http://henrik.nyh.se/examples/truncator ... uncator.js

or
http://coxmediagroup.github.com/jquery-textconstrain/
by Curia
Fri Jan 20, 2012 4:06 am
Forum: Other
Topic: php books
Replies: 8
Views: 2690

Re: php books

Best book ive come across so far is one called "Absolute beginners guide to PHP" starts completly from scratch, explains everything and then does a blog with CP walk though to bring you into it. otherwise having a code editor window and another window with a video tutorial is what I have f...
by Curia
Fri Jan 20, 2012 3:42 am
Forum: General Chat
Topic: Post What's on Your Clipboard
Replies: 13
Views: 3398

Re: Post What's on Your Clipboard

is it possible to run generated excell spreadsheets though php (i.e. place certain numbers into a template excel file that is stored in one location and then save the new template in a certain directory) Yes :D You need to know a bit about the file format that is used, but it's very possible. http:...
by Curia
Fri Jan 20, 2012 3:37 am
Forum: General Chat
Topic: Protect IP / SOPA
Replies: 22
Views: 5040

Re: Protect IP / SOPA

Funny thing is they oppose it, yet i bet they have pirated at least one movie/song or listened/watched a pirated movie.
Its a simple fact, everyone who own a computer by default has participated in some form of piracy even if it was unwillingly.
by Curia
Thu Jan 19, 2012 10:37 pm
Forum: General Chat
Topic: Protect IP / SOPA
Replies: 22
Views: 5040

Re: Protect IP / SOPA

SOPA is going to do the complete opposite of protecting american interlectual property, it will destroy it, Facebook is one classic example, does america want the worlds most popular website (after google) which was created by an american shutdown because some 3rd party complained about something th...
by Curia
Thu Jan 19, 2012 10:27 pm
Forum: General Chat
Topic: Post What's on Your Clipboard
Replies: 13
Views: 3398

Re: Post What's on Your Clipboard

Compiling spreadsheets at work lol, and this aint even a fraction of it -_- Wow, that looks really fun ! ... Nothing better than loads of small text in small boxes eh. Tell me about it, annoying bit is when you finish and then the sheet clears itself and then saves, not allowing you to undo lol. La...
by Curia
Tue Jan 17, 2012 12:49 am
Forum: General Chat
Topic: Speed Increase
Replies: 11
Views: 2506

Re: Speed Increase

jacek wrote:
A password that is a sentence is stronger, and easier to remember :D
I never thought of that, but its pretty damn smart, im doing that from now on
by Curia
Tue Jan 17, 2012 12:48 am
Forum: General Chat
Topic: Post What's on Your Clipboard
Replies: 13
Views: 3398

Re: Post What's on Your Clipboard

Compiling spreadsheets at work lol, and this aint even a fraction of it -_- 7/9 n/a n/a n/a n/a 13/9 18/11 28/06 8353/8418/8462 9/30/2005 5/10 n/a n/a 8543/8610/8736 12/19/2005 7/10 n/a n/a n/a n/a 11/10 06/07 yes 9110 6/30/2006 27/10 10/01 24/01 8589 1/16/2006 7/11 n/a n/a n/a n/a 17/11 yes 28/02 8...
by Curia
Wed Jan 11, 2012 10:37 pm
Forum: General Chat
Topic: Speed Increase
Replies: 11
Views: 2506

Re: Speed Increase

Holy crap http://www.zdnet.com/blog/hardware/cheap-gpus-are-rendering-strong-passwords-useless/13125 I wouldnt be too scared, who ever is brutforcing the attack needs to have a dictionary file that just happens to contain the password your using in it, so the chances of revealing the pass hy47yd6h ...
by Curia
Wed Jan 11, 2012 10:17 pm
Forum: General Chat
Topic: Speed Increase
Replies: 11
Views: 2506

Re: Speed Increase

If you really wanted to look into it, there are some GPU cards (albeit expensive atm)that have a special function that allows for CPU work to be passed to the GPU due to a graphics card having a better setup and being able to chew though the work faster with greater ease. Im not sure how compatible ...
by Curia
Wed Jan 11, 2012 10:03 pm
Forum: PHP
Topic: path
Replies: 5
Views: 1769

Re: path

If you are using xammp, then htdocs is seen as the default directory, so simply saying /Files/Catalogue/thumbs/$name is making php think it has to look for a file called Files in htdocs ect, that is why you are not shown anything, although a directory error should pop up at least.
by Curia
Wed Oct 12, 2011 8:55 am
Forum: General Chat
Topic: Samsung is stupid!
Replies: 8
Views: 2645

Re: Samsung is stupid!

jacek wrote:CDs are old fashioned ? I remember when they came out ! *feels old*
I remember playing a text based game on a floppy disk and adventure boy on my sega.

and im not even 18 yet....

On topic, it seems nokia phones are pretty reliable, just dont get the touch ones with sybiam on them
by Curia
Fri Sep 09, 2011 10:41 pm
Forum: Tutorials
Topic: Register and login tutorials
Replies: 10
Views: 2376

Re: Register and login tutorials

just something that might help. Did the login system work before you added the cookie. It might help to locate the errors
by Curia
Wed Sep 07, 2011 12:55 pm
Forum: General Chat
Topic: Server Move !
Replies: 35
Views: 8198

Re: Server Move !

bowersbros wrote:There isn't much point if there is only one section left until his forum software is ready for use :)
I meant to help out with the design on the new forum when he gets it running> from what ive seen on the main page Jacek is extremly capable, but i wouldnt mind lending a hand to help out.
by Curia
Wed Sep 07, 2011 6:36 am
Forum: PHP
Topic: Seting up admin/user permissions.
Replies: 7
Views: 1369

Re: Seting up admin/user permissions.

Applied one or two other bits and got it working as i wanted, thank you <?php $user = $_SESSION['username']; //user permissions for admin $result = mysql_query("SELECT `permissions` FROM `members` WHERE `user_name`= '$user'"); $a = mysql_fetch_array($result); if ($a['permissions'] == 1) { ...
by Curia
Tue Sep 06, 2011 9:53 pm
Forum: General Chat
Topic: Server Move !
Replies: 35
Views: 8198

Re: Server Move !

I know ! I really need to make some time to work on that. I think it would be easier to finish XHBB than it would to make a nice theme for phpbb I just need a few hours to make the PM system and it is then usable ! i have some experience with themee for forums, and could help build one, even if you...
by Curia
Tue Sep 06, 2011 1:08 pm
Forum: General Chat
Topic: A few things…
Replies: 5
Views: 1266

Re: A few things…

ahh, i thought you might meant it happened more randomly than just specifically. It would be you connectivity then, thr ipod will start playing automatically once it buffers a certain period ahead, so as jacek said, leave it a little longer or getting better wiifi, i tend to hate 3g myself, always s...
by Curia
Tue Sep 06, 2011 1:04 pm
Forum: General Chat
Topic: Server Move !
Replies: 35
Views: 8198

Re: Server Move !

SWEET.
great to see improvements on the site, I wondered about the unresponsivness lol.
by Curia
Tue Sep 06, 2011 1:01 pm
Forum: General Chat
Topic: iOS minecraft
Replies: 8
Views: 1488

Re: iOS minecraft

I saw a preview video of it a few weeks ago, ill see if ican find i and post it up, its pretty simple though, kinda like a gamboy, screen with a virtual joystick on one side and buttons on other side.