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

Pages: [1] 2 3 4
1
very nice  :D
thank you

2
yes i just posted on his website but no answer yet, thanks for your reply

3
forgot to add i am using the  4swim by Bali Web thank you

4
Hi all
just catching up with things here.

This is more of a template help request but could someone tell me how to put some text or an image on my home page.
where my site shows the news at the top of the home page on the left, i want to put a add or an image on the space on the right.

Would appreciate some guidance.

http://image-host.co.uk/

Thank you

5
Installation, Update & Configuration / mysql queries ???
« on: March 24, 2006, 06:14:06 PM »
Hi all

How can i show mysql queries etc on my website.

thank you

6
Works great, thats rid of my spam problem.
Thanks  IcEcReaM for your work on this mod.  :D

7
Mods & Plugins (Releases & Support) / Re: [MOD] Ban v1.6.2
« on: March 23, 2006, 01:07:11 PM »
solved that one thank you  :D

got another problem and i know whats causing it but cannot remember why the line of code was removed
in Step 4
Open includes/sessions.php
Find:
Code: [Select]
$user_info = $site_sess->return_user_info(); That line is missing i only have
Code: [Select]
$session_info = $site_sess->return_session_info();]
If i add step 4 code below this i them get this error on home page and cannot log in to home or admin control.
Code: [Select]
DB Error: Bad SQL Query: SELECT a.cat_id, a.auth_viewcat, a.auth_viewimage, a.auth_download, a.auth_upload, a.auth_directupload, a.auth_vote, a.auth_sendpostcard, a.auth_readcomment, a.auth_postcomment FROM 4images_groupaccess a, 4images_groupmatch m WHERE m.user_id = AND a.group_id = m.group_id AND m.groupmatch_startdate <= 1143114575 AND (groupmatch_enddate > 1143114575 OR groupmatch_enddate = 0)
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND a.group_id = m.group_id AND m.groupmatch_startdate <= 114311457' at line 4

DB Error: Bad SQL Query: SELECT a.cat_id, a.auth_viewcat, a.auth_viewimage, a.auth_download, a.auth_upload, a.auth_directupload, a.auth_vote, a.auth_sendpostcard, a.auth_readcomment, a.auth_postcomment FROM 4images_groupaccess a, 4images_groupmatch m WHERE m.user_id = AND a.group_id = m.group_id AND m.groupmatch_startdate <= 1143114576 AND (groupmatch_enddate > 1143114576 OR groupmatch_enddate = 0)
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND a.group_id = m.group_id AND m.groupmatch_startdate <= 114311457' at line 4
If i add the missing line then every thing works fine but i am not sure why the line of code was removed, just checking through my mods as i feel it must have been removed due to one of them.
Is there a work round to this missing line.
Thank you again

8
Mods & Plugins (Releases & Support) / Re: [MOD] Ban v1.6.2
« on: March 22, 2006, 10:37:03 PM »
using version 1.7.1 and MySQL 4.1.12

getting an error when clicking ban in admin control, looks like its looking for the wrong table.
mine is
web16_4images_ban
web16_4images_ban_logs

how can i correct ????

thank you

Code: [Select]
DB Error: Bad SQL Query: SELECT count(id) as num FROM BAN_TABLE WHERE (type=0 OR type = BAN_IP OR type = BAN_HOSTNAME OR type = BAN_NAME OR type = BAN_EMAIL OR type = BAN_USERID) AND date <= 1143063022 OR date > 1143063022 OR (expire AND expire <= 1143063022)
Table 'web16_images.BAN_TABLE' doesn't exist

DB Error: Bad SQL Query: SELECT * FROM BAN_TABLE WHERE (type=0 OR type = BAN_IP OR type = BAN_HOSTNAME OR type = BAN_NAME OR type = BAN_EMAIL OR type = BAN_USERID) AND date <= 1143063022 OR date > 1143063022 OR (expire AND expire <= 1143063022) ORDER BY type asc LIMIT 0, 30
Table 'web16_images.BAN_TABLE' doesn't exist


9
Mods & Plugins (Releases & Support) / Re: [MOD] guest book
« on: March 22, 2006, 08:26:43 AM »
I realise that this is a guest book, for guests.  :wink:

I am having a problem with looks like one of those advertiser bots and i am getting loads of bulk advert links posted on the guest book.
Quote
wow!!! . http://casino-royale.gamblingand.net/casino-royale-script.htm * http://lott (22.03.2006 06:55)
wow!!! . http://casino-royale.gamblingand.net/casino-royale-script.htm * http://lotto.fcpages.com/lotto-super-7.htm * http://bankrupt.prevedmundo.com/credit-card-bankrupt.htm * http://benzene.prevedmundo.com/benzene-intermediate.htm * http://black-jack.gamblingand.net/black-casino-jack.htm  
Homepage: wow!!! . [url]http://casino-royale.gamblingand.net/casino-royale-script.htm
* http://lotto.fcpages.com/lotto-super-7.htm * http://bankrupt.prevedmundo.com/credit-card-bankrupt.htm * [url]http://benzene.prevedmundo.com/benzene-  

Tried banning them by ip but the ip keeps changing, any one have any ideas to stop them or if not how can i change the permissions for members only as an alternative cure.

Thank you

10
Mods & Plugins (Requests & Discussions) / Re: [REQ]Dreamboard download
« on: January 12, 2006, 05:19:37 PM »
comming back to this one.

How do i limit the amount of posts shown ????

thank you

11
yes got it working now i have inserted 3 new rows and not fields.
Will have a play with rotation later later.

Thanks for your help  :wink: 

12
not got this working yet  :(

Just checking these 3 new fields are added to   4images_settings so i now have, is that correct ??

 - setting_name
 - setting_value
 - ads_banner_header
 - ads_banner_footer
 - ads_banner_url

The settings in acp dont apear to be saving ???

Also  mawenzi  your mod of the mod, if i use yours for multi banner

Code: [Select]
in Step 1 in admin/settings.php use

Code:
show_setting_row("ads_banner_url", "textarea");

3. - in Step 2 in lang/english/admin.php use

Code:
$setting[ads_banner_url'] = "Banner Script URL<br><span class=\"smalltext\"><br><b>Format :</b><br>&lt;script type=\"text/javascript\" src=\"---URL---\"&gt;&lt;/script&gt;";

do these replace a line of code or addition to the script ??? 

Excuse my ignorance  :roll:

Thank you both  :wink:




13
wow a big thank you for this mod and i can get ride of adsense that i never have any control over.

Thanks again

14
nice update there  8)
thank you

15
will have a look
thank you

Pages: [1] 2 3 4