TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
Showing results 1 to 25 of 47
Search took 0.00 seconds.
Search: Posts Made By: mortisimus
Forum: Show Off 03-15-2011, 08:53 PM
Replies: 144
Views: 43,236
Posted By mortisimus
They allow the $XMLstream variable to access...

They allow the $XMLstream variable to access different tags in the xml page.

Assuming $XMLstream is assigned to the pull_xml() function from the class decleration variable.

So basically


<?xml...
Forum: Show Off 11-11-2010, 10:23 PM
Replies: 144
Views: 43,236
Posted By mortisimus
Uh oh! Misread the dates :-( Ignore me..

Uh oh! Misread the dates :-(

Ignore me..
Forum: Member Introductions 06-29-2010, 02:37 AM
Replies: 6
Hai
Views: 682
Posted By mortisimus
Hai

Wondering if anyone remembers me :-D
Forum: Show Off 02-02-2009, 11:18 PM
Replies: 7
Views: 925
Posted By mortisimus
Looks like I've got my work cut out! *!* Haha,...

Looks like I've got my work cut out! *!*

Haha, just joking, thanks for the great ideas Wildhoney, I'll definately get working on this.

Keep an eye out for these features if I can get it to work :-D
Forum: Show Off 02-02-2009, 08:25 AM
Replies: 7
Views: 925
Posted By mortisimus
Be sure to spread the word around! 8-)

Be sure to spread the word around! 8-)
Forum: Show Off 02-01-2009, 11:05 PM
Replies: 7
Views: 925
Posted By mortisimus
ZipThings

http://www.zipthings.com/

A website that allows you to grab any files from anywhere on the internet and bundle them all into 1 zip file as one big download instead ofg having to go around and then...
Forum: Show Off 11-10-2008, 08:25 AM
Replies: 4
Views: 922
Posted By mortisimus
I would suggest possibly a 2-column layout...

I would suggest possibly a 2-column layout instead of stretching the content accross a large space.
Forum: Show Off 11-09-2008, 09:52 AM
Replies: 8
Views: 1,536
Posted By mortisimus
The framework is nice. Not really a fan of...

The framework is nice. Not really a fan of frameworks but this one is sorta like php anyway so I may have some use for it.. Love the website too.
Forum: Show Off 11-09-2008, 09:48 AM
Replies: 4
Views: 922
Posted By mortisimus
You have so much whitespace not being used there,...

You have so much whitespace not being used there, thing of something to put down. It is sometimes good to plan your websites before making them. Like the idea though!
Forum: Show Off 11-09-2008, 09:43 AM
Replies: 144
Views: 43,236
Posted By mortisimus
Cheers :-)

Cheers :-)
Forum: Show Off 08-26-2008, 12:03 PM
Replies: 144
Views: 43,236
Posted By mortisimus
Thanks, updated it.

Thanks, updated it.
Forum: Advanced PHP Programming 08-24-2008, 09:26 PM
Replies: 3
Views: 835
Posted By mortisimus
I don't really understand what you want going on...

I don't really understand what you want going on here. From what I understand, you want a page created for a user where the user specifies what jquery plugins they want on the page.

If I am correct...
Forum: Show Off 08-24-2008, 09:00 PM
Replies: 144
Views: 43,236
Posted By mortisimus
World of Warcraft Armory xml Grabber with cURL

Ok, I ran across this a little while ago and since I spent a lot of time looking for this, I thought I would share this with all you guys here that want it.


class armory {

const...
Forum: General 04-20-2008, 09:51 AM
Replies: 19
Views: 6,273
Posted By mortisimus
Try RewriteEngine On RewriteRule...

Try

RewriteEngine On
RewriteRule ^YML/profile/(.*)$ http://www.site.com/YML/profile.php?id=$1 [L]

?
Forum: General 04-08-2008, 07:33 PM
Replies: 3
Views: 705
Posted By mortisimus
No problem!

No problem!
Forum: Advanced PHP Programming 04-08-2008, 07:31 PM
Replies: 9
Views: 3,008
Posted By mortisimus
I am not sure whether this is the case but can...

I am not sure whether this is the case but can XSS prevent some people from doing this?

Also maybe just try and get the file contents of https://www.wow-europe.com/login/login? I'll look into what...
Forum: General 04-08-2008, 07:16 PM
Replies: 3
Views: 705
Posted By mortisimus
I assume that at the end of the script you...

I assume that at the end of the script you use:

imagepng($img);

This function has a quality parameter, which is set on a scale of 0-9, so I guess just make this quality lower. If that doesn't work,...
Forum: Member Introductions 04-07-2008, 01:37 PM
Replies: 4
Views: 770
Posted By mortisimus
Hey there Rob Allen? :-)

Hey there Rob Allen? :-)
Forum: General 04-06-2008, 10:05 AM
Replies: 5
Views: 721
Posted By mortisimus
If it still doesn't work then just make sure that...

If it still doesn't work then just make sure that the session is being started before ANY html output.

Take a look at PHP: session_start - Manual...
Forum: Script Giveaway 04-06-2008, 10:00 AM
Replies: 5
Views: 1,271
Posted By mortisimus
Plugin/Addon Trimming Whitespace

Just a very small function for you, if you wish to replace spaces in a variable, use this function. The good this about it is that it does not matter how much whitespace there is, it will convert it...
Forum: Advanced PHP Programming 04-06-2008, 09:37 AM
Replies: 30
Views: 10,987
Posted By mortisimus
For capitals, you will need to add an extra...

For capitals, you will need to add an extra variable:


$lower = strtolower($input);


And then set $lower as the input, so your new code would be:

function bbcode($input){
//lower the string to...
Forum: Advanced PHP Programming 04-05-2008, 09:47 PM
Replies: 30
Views: 10,987
Posted By mortisimus
BBCode using Preg_Replace

Ok guys, it's been a while since I've posted here and about a year since I've written any tutorials. I had a look around and couldn't find any tutorials on this so sorry if it's a repost.

Anyway, I...
Forum: Show Off 04-05-2008, 08:59 PM
Replies: 10
Views: 1,726
Posted By mortisimus
Nice and simple ;-) Good graphics, good work :-D

Nice and simple ;-) Good graphics, good work :-D
Forum: The Lounge 01-03-2008, 06:21 PM
Replies: 0
Views: 970
Posted By mortisimus
PHP Class and Function Wiki

It was talked about earlier and I have decided to create a wiki where users can submit their own functions and classes. It currently does not have a domain name but if it gets interest and people...
Forum: Script Giveaway 12-25-2007, 06:33 PM
Replies: 16
Views: 2,625
Posted By mortisimus
no probs... ;-)

no probs... ;-)
Showing results 1 to 25 of 47

 

All times are GMT. The time now is 08:13 AM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design