Search found 8 matches

by jwang
Thu Apr 01, 2004 5:16 am
Forum: Javascript
Topic: Get client info!
Replies: 1
Views: 532

Get client info!

How can I referrer PHP function about Client info?
Example: OS, Setting Color, Systerm language, ... more about client info.
Can I do it?

Thanks for your reply.
by jwang
Fri Feb 13, 2004 10:15 pm
Forum: PHP - Code
Topic: Working with ImageCreate in PHP?
Replies: 6
Views: 761

Why it doesn't run?
The Apache always alert not found gd2.dll?
by jwang
Fri Feb 13, 2004 8:48 pm
Forum: PHP - Code
Topic: Working with ImageCreate in PHP?
Replies: 6
Views: 761

Working with ImageCreate in PHP?

How can I use the GD library for create image in PHP.
I have tried to config PHP.ini with extension = php_gd.dll but apache run with error not found gd.dll. I have been download the GD library and I can't config this.
Please help me! Thanks!
by jwang
Mon Nov 17, 2003 1:05 am
Forum: PHP - Code
Topic: Don't display session ID???
Replies: 11
Views: 1093

scorphus wrote:I don't get test&SSID= on my browser. It just dislpays:

Code: Select all

<a href=test>test session</a>
Yeh! If you click on the link you won't get that but when you drag on the link and you can see the SSID on status bar. (The link click had process.)

It doen's work for me?
by jwang
Mon Nov 17, 2003 12:47 am
Forum: PHP - Code
Topic: Don't display session ID???
Replies: 11
Views: 1093

Ummm...I am pretty crap when it comes to security so this may not be the best way and may very well be one of the worst ways. But I use this instead of SID. I just don't trust users. Before you know it they are copying and pasting the URL and sending the SID off to their buddies... <?php session_st...
by jwang
Sun Nov 16, 2003 10:48 pm
Forum: PHP - Code
Topic: Don't display session ID???
Replies: 11
Views: 1093

Don't display session ID???

I want the address bar doesn't display session ID with my variable, how can I config PHP.ini file or other way to prevent it??

Thanks!
by jwang
Thu Oct 23, 2003 3:36 am
Forum: PHP - Code
Topic: How can I hidding PHP
Replies: 3
Views: 620

AddType application/x-httpd-php .php .htm .html .foo .whatever
as descibed above. Just edit httpd.conf, make the changes and restart apache.
Good! :D
Thanks a lot!
by jwang
Thu Oct 23, 2003 2:47 am
Forum: PHP - Code
Topic: How can I hidding PHP
Replies: 3
Views: 620

How can I hidding PHP

In the PHP manual have to deal with hidding PHP, it following: Hiding PHP In general, security by obscurity is one of the weakest forms of security. But in some cases, every little bit of extra security is desirable. A few simple techniques can help to hide PHP, possibly slowing down an attacker who...