Love this hack. (Have marked it as installed, too.)
I've been occasionally having some problems with portal posts. This only happens with posts that include special formatting, so possibly it's just an issue with the code properly dealing with all possible cases. When this problem occurs the post body fragment is fine, but the post title includes text that should not be there.
Here is an example...
The title should read simply:
Quote:
What Features Do You Like in banner exchanges?
|
However, it's reading as...
Quote:
[/PHP] That is just an Example of Code so :-) Yeah, I still am working on it it's going to be very secure, which Is taking me the longest to fix for the password enc and dec type... Well just leave suggestions :-)" target="_blank">What Features Do You Like in banner exchanges?
|
For reference, the post causing this problem is...
Code:
Hello Everyone!!!
As some of you know I am currently working on a banner exchange script which is going good but had to scrap half of it, it wasn't loading fast enough. Just to let you know I have the total 5 Beta testers so far. Needing 5 More! For once i release the script, but anyways what I came here to post is what do you like or what do you think should be in a banner exchange, like special features, like
Paid Services -
Intergrated Support
3D Stats - Maybe in Flash or Something.
Live Stats,
Etc...
Please Post any Ideas as I am still working on this and would like to know what to create in this Script so I can rearange or reconfigure the MySql Database
But the Features are Including and Soon will include for all of the Script ownerz and Beta testers.
1.) Very Secure Script, For Example:
PHP Code:
<?php
if( $_GET['ref'] != "$url"){
die("SORRY!!! Accessing the Page is Restricted only to $url");
}
else
{
include "./index.php?page=member_stats";
}
?>
That is just an Example of Code so :-)
Yeah, I still am working on it it's going to be
very secure, which Is taking me the longest to fix for the password
enc and dec type... Well just leave suggestions :-)
(Very minor addtional point, but just in case it matters, I should note that here at vbulletin.org, in the example post body above, the PHP Code block should be displaying "?>" at the very end, but it doesn't, although this works correctly on my forum. )