Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Ikkerens

Pages: 1 2 [3] 4 5 ... 26
31
Web Programming and Design / Re: Vanthia Open Beta [javascript mmorpg]
« on: September 17, 2011, 05:45:59 pm »
He isn't planning to get any facebook spam anyway, so you don't have to worry about that.
And I myself am playing on the standalone client (which doesn't require facebook), but you need special privileges to open an account there (which still merges with ur FB acc)
But he isn't releasing the standalone yet since it requires some more tweaks.

I think I'll try it out later today. Maybe you can show me around?

Sure, just whisper me in-game. (/w Ikkerens text ftw)

32
Web Programming and Design / Vanthia Open Beta [javascript mmorpg]
« on: September 16, 2011, 07:30:02 am »
Some of you may already have heard of it (mostly when I spoke of it)
But the Vanthia Open Beta has begun.

You need a facebook account to play:
http://apps.facebook.com/vanthia/

33
Other / Re: What computer OS do you use?
« on: September 15, 2011, 08:35:10 am »
Ubuntu for developing.
Fedora for developing too (they only install Fedora @ my school :( )
BackTrack for hacking ^^

WINDOWS 7!!!!!!!!!!!!!!!!!

Irony? Ur having the ubuntu logo as avatar >_<

34
Other / Re: JDK 1.6u27 / Android SDK not installing on Win7 64-bit?
« on: September 14, 2011, 06:34:16 am »
This isn't the first time that this happened.
Happened to me too and it is a known issue @ google.
The best workaround to this is to download the zip and just create the android-sdk-windows folder yourself (using that zip).

The sdk doesn't need any specific drivers anyway (except JDK ofc)

35
Nevermind then :P

36
But you said you were already using a string to set the location.
Well, my solution ain't dynamic either, but at least more secure than that imho

37

Er, what? I only need to get the location of the form, like:

http://www.mywebsite.com/folder/form.html

The location is http://www.mywebsite.com/folder.

Well, then, first, i'd change form.html to form.php then
On top of form.php you add:
Code: (php) [Select]
<?php

session_start
();
$_SESSION[&#39;location&#39;] = &#39;http://www.mywebsite.com/folder&#39;;

?>


And on handler.php (the form action):
Code: (php) [Select]
<?php

session_start
();

if ( !isset(
$_SESSION[&#39;location&#39;]) )
{
   die(&
#39;OMFGZ, Y U DELETE COOKIE? <a href="#" onClick="javascript:history.back();">Go back</a>&#39;);
}

var 
$loc $_SESSION[&#39;location&#39;];

if ( $loc == &#39;http://www.mywebsite.com/folder&#39; )
{
   
//Specific functions for this location
}

?>


38
There's 1 real secure way to do this.
As soon as the form is loaded (for example: ./form.php)
You create a $_SESSION['currentpage'] = 'form.php';

And when the user submits the form, you check that variable. If it's empty (or !isset(... ), the user has deleted the session cookie.
In that case you simply return back to the form ;)

39
Miscellaneous / Re: Gaming at school
« on: August 25, 2011, 08:44:02 am »
I only know dutch sites. And my own, which is crap.
The design actually hurts your eyes.
But it works, which is good enough xD
Spoiler For Enter at your own risk.:

40
Miscellaneous / Re: Gaming at school
« on: August 25, 2011, 08:39:37 am »
Good enough, it has a color screen (activate it by pressing the screen :w00t:).
Tho I haven't found any games using that yet x.x

41
Miscellaneous / Re: Gaming at school
« on: August 25, 2011, 08:35:02 am »
Ugh... fedora, heard its awful, haven't experienced it myself tho ;)

42
Miscellaneous / Re: Gaming at school
« on: August 25, 2011, 08:30:11 am »
Do as I do, install Ubuntu on a flash drive and boot it at school. Unlimited rights, and you can even make it persistant to INSTALL games ;)

43
TI Z80 / Re: On-the-fly screenshots (homescreen only)
« on: August 19, 2011, 05:00:02 pm »
Maybe we should stop saying everything using screenshots, to keep this topic clean for giving suggestions and reporting bugs on Homer?

44
TI Z80 / Re: On-the-fly screenshots (homescreen only)
« on: August 19, 2011, 03:44:41 pm »

45
Also, gibts hier auch high-end scootertuners?
SCOOTERTUNING IS NOT A CRIME! :w00t:

Pages: 1 2 [3] 4 5 ... 26