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 - yellows

Pages: 1 [2] 3
16
im getting when trying to create new message

Quote
Fatal error: Call to undefined function: strip_brackets() in /home/sexymal/public_html/Galeries/pm.php on line 531

17
i have also made these changes with no luck - still same errors

find
Code: [Select]
function un_htmlspecialchars($chars) {
  //$chars = preg_replace("/(&#)([0-9]*)(;)/esiU", "chr(intval('\\2'))", $chars);
  $chars = str_replace(">", ">", $chars);
  $chars = str_replace("&lt;", "<", $chars);
  $chars = str_replace("&quot;", "\"", $chars);
  $chars = str_replace("&amp;", "&", $chars);
  return $chars;
}

replace with

Code: [Select]
if (!function_exists('un_htmlspecialchars')) {
function un_htmlspecialchars($chars) {
  //$chars = preg_replace("/(&#)([0-9]*)(;)/esiU", "chr(intval('\\2'))", $chars);
  $chars = str_replace("&gt;", ">", $chars);
  $chars = str_replace("&lt;", "<", $chars);
  $chars = str_replace("&quot;", "\"", $chars);
  $chars = str_replace("&amp;", "&", $chars);
  return $chars;
}
}

18
Hi am setting up last 10 forum posts to appear on th egallery homepage

i have set up http://www.sexymalecelebs.co.uk/Galeries/test.php

and want to include that into the gallery

but i get an error

Quote
Fatal error: Cannot redeclare un_htmlspecialchars() (previously declared in /home/sexymal/public_html/Galeries/includes/functions.php:134) in /home/sexymal/public_html/forum/Sources/Subs.php on line 697

Any Help is appreciated

James

19
Mods & Plugins (Releases & Support) / Re: [MOD] Shoutbox
« on: December 23, 2005, 09:33:14 AM »
getting
Quote
Fatal error: Call to undefined function: safe_htmlspecialchars() in /home/sexymal/public_html/Galeries/includes/shout.php on line 47

20
Mods & Plugins (Requests & Discussions) / Paypal Mod for usergroups
« on: December 23, 2005, 08:09:19 AM »
Here is what i am aiming for : -

- User signs up via buy ity now button or something simular
- user signs up with gallery and that username is given usergroup with time scale as stated in when they signed up


it is for http://www.sexymalecelebs.co.uk/payment.php basically users get granted access to the videos for 1/2 years or lifetime and the timings are set manually, just want to do this automatic and if possible user creates account in same process or username created automatic.

Let me know if anything like this is possible

James


21
Discussion & Troubleshooting / Re: Video Gallery loads sllllooooow
« on: October 28, 2005, 11:53:54 AM »
done the filesize fix for videos but is there a fix out there to speed the images up

cheers

james

22
Chit Chat / Re: Host for php
« on: September 20, 2005, 03:25:50 AM »
maybe maybe i did got a bit OTT  :(

just everyone asking for help ;)

23
Chit Chat / Re: Host for php
« on: September 20, 2005, 02:51:54 AM »
hope so seen others have done it so presumed it was ok.

24
Installation, Update & Configuration / Re: Won't Install at all
« on: September 20, 2005, 02:40:07 AM »
www.fmfhost.net

can install 4images for you so you can get up and running straight away

prices start at £2.95 which will get you

150MB disk Space
3GB bandwidth
3 MySql  Databases
PHP -     4.3.10
Mysql - 4.0.25-standard

Any other options just ask

25
Chit Chat / Re: Host for php
« on: September 20, 2005, 02:35:47 AM »
www.fmfhost.net

can install 4images for you so you can get up and running straight away

prices start at £2.95 which will get you

150MB disk Space
3GB bandwidth
3 MySql  Databases
PHP -     4.3.10
Mysql - 4.0.25-standard

Any other options just ask

26
Chit Chat / Re: Free Hosting please...?
« on: September 20, 2005, 02:34:26 AM »
www.fmfhost.net

can install 4images for you so you can get up and running straight away

prices start at £2.95 which will get you

150MB disk Space
3GB bandwidth
3 MySql  Databases
PHP -     4.3.10
Mysql - 4.0.25-standard

Any other options just ask

27
Mods & Plugins (Requests & Discussions) / Re: Picture of the month
« on: September 11, 2005, 12:21:20 AM »
ok cheers for quick reply

28
Mods & Plugins (Requests & Discussions) / Re: Picture of the month
« on: September 11, 2005, 12:05:13 AM »
when i change the parameters number of photos etc - nothing happens

any help will be much appreciated



http://www.sexymalecelebs.co.uk/Galeries/potm.php

29
Discussion & Troubleshooting / Image errors
« on: March 20, 2003, 01:51:56 PM »
Code: [Select]
Warning: SAFE MODE Restriction in effect. The script whose uid is 573 is not allowed to access ./data/media/2/emsdenvfnorth.jpg owned by uid 15 in /home/.sites/90/site26/web/galleries/includes/functions.php on line 120


this show up on the main page

please help

thanks

30
Mods & Plugins (Requests & Discussions) / list the recent members?
« on: February 13, 2003, 02:58:36 AM »
any chance u can have the total to include guests as well so you would have for example

online today - 12 members and 50 guests

would be much apprieciated.

james

Pages: 1 [2] 3