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

Pages: 1 2 3 4 [5] 6 7 8 9 ... 18
61
Discussion & Troubleshooting / Think my settings got hacked
« on: February 14, 2007, 04:20:38 PM »
 :cry:

some how my "Valid file extensions" was changed to only php , and php wasnt a option before.

and someone uploaded a php file to one of my catogories called root.php.

I thought i had done all the bug fixes for 1.7.1

Did i miss a possible bug fix that would allow those settings to be changed?


62
There is allready a mod to allow you to share a lightbox with others.

http://www.4homepages.de/forum/index.php?topic=10625.0


63
ALL template UPDATE V 1.7.4 also new template ....visit the first thread

Good to see ya making templates again mantra

64
Mods & Plugins (Requests & Discussions) / Re: Register Ip
« on: February 08, 2007, 06:45:36 PM »
What i posted works to..

Can you explain if this is not a good way to do this?

Im still trying to learn

thanks

65
Mods & Plugins (Requests & Discussions) / Re: Register Ip
« on: February 08, 2007, 03:01:59 PM »
Hey Trez,

I'm not a coder so I am not sure what you have above.

I have a feeling what they are missing is this

Open lang/english/main.php
Add this before the closing ?>
Code: [Select]
//-----------------------------------------------------
//--- Registration IP Address----------------------
//-----------------------------------------------------
$lang['registered_ip'] = "Ip Address on Registration";

Open /includes/db_field_definitions.php
Add this before the closing ?>
Code: [Select]
$additional_user_fields['user_ip'] = array($lang['registered_ip'], "text", 0);
Like I said Im still learning, So if this is not the right way to do this , please let me know.
It worked for me tho.

66
Mods & Plugins (Requests & Discussions) / Re: Register Ip
« on: February 07, 2007, 03:41:15 PM »
The XXXX is inteded for you to change.

Depending on what you use in your database.

I believe if you did not make any changes to that on install it would be 4Images_users

So then you would run:
Code: [Select]
ALTER TABLE `4Images_users` ADD `user_ip` VARCHAR( 20 ) NOT NULL ;

67
I was able to read the Patch file and modify my files for 1.7.1

I its working just fine  8)

Good mod , should help alot  :D

68
I added this mod to a unmodded 1.7.4 gallery.. and it seemed to work fine.

Do you know of any reason this wouldnt work on a 1.7.1 gallery?

also you didnt include a details.html file in the changed folder. Took me a minute to figure out why nothing was showing on my details page. But figured it out right away when i looked at the patch file.

Here is the code that needs to be added to the details.html
Code: [Select]
{if user_editor}
                    <br />
                <form name="editorform" action="{self}" method="post">
                  <table width="100%" border="0" cellspacing="0" cellpadding="1">
                    <tr>
                      <td class="bordercolor">
                        <table width="100%" border="0" cellpadding="3" cellspacing="0">
                          <tr>
                            <td class="head1" valign="top" colspan="2">{lang_editor}</td>
                          </tr>
                          <tr>
                            <td valign="top" class="row1"><b>{lang_description}</b></td>

                            <td valign="top" class="row1"><textarea name="editor_image_description" rows="10" cols="30">{editor_image_description}</textarea></td>
                          </tr>
                          <tr>
                            <td valign="top" class="row2"><b>{lang_keywords}</b></td>
                            <td valign="top" class="row2"><textarea name="editor_image_keywords" rows="10" cols="30">{editor_image_keywords}</textarea></td>

                          </tr>
                            <tr>
                              <td width="90" valign="top" class="row1">&nbsp;</td>
                              <td class="row1">
                                <input type="hidden" name="action" value="posteditor" />
                                <input type="hidden" name="id" value="{image_id}" />
                                <input type="submit" name="postbutton" value="{lang_post_editor}" class="button" />
                              </td>
                            </tr>
                        </table>
                        </td>
                    </tr>
                    </table>
                </form>
                    {endif user_editor}

69
Mods & Plugins (Releases & Support) / Re: [MOD] Search Statistics v1.2
« on: February 02, 2007, 01:58:58 PM »
I would like this mod as well..

Anyone that can attach it to this post?

70
I like this as well , Thanks trez

 8)

72
ok, chose:
1. only image owners can chose receive or not emails on new posted comments
2. any registered members can "subscribe" for any images they want, to receive emails on new posted comments.

the first variant is already exist (no offical mods though), u can see it at my site ;)

the second variant is not exist (I'm not aware of), but I was thinking to make it sometimes today.

V@no or Anybody,

was the  > 2. any registered members can "subscribe" for any images they want, to receive emails on new posted comments

figured out?

anyone have or can make this mod?

Thanks

74
I still only see 1 file (details.php) in the 4images_editor_changed.zip

75
Theres only 1 file in your zip..

the folders are empty

Pages: 1 2 3 4 [5] 6 7 8 9 ... 18