Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: [Done]: Guestbook bridge with CPG  (Read 4248 times)

0 Members and 1 Guest are viewing this topic.

DaBe

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 110
[Done]: Guestbook bridge with CPG
« on: May 02, 2008, 06:51:56 pm »

Hello

Can everyone help me, I want pay for it!

I search following: a guestbook bridge with cpg

features:
- for cpg members the name display automaticly linked with porfile.
- cpg members they had an avatar, they display beside the post.
- normal user can write name, email and post
- members can write post
- post per page

the budget is 100 CHF = ca. 62 EURO = ca. 95 USD
timeshedule = 15.05.2008

when it workd I give it here to download for other user.



i have try it self..but im a noob in php

Code: [Select]
if (!defined('IN_COPPERMINE')) die('Not in Coppermine...');

if (!USER_ID) {
        starttable("100%", "<b>Not Logged In</b>");
$user_group = USER_GROUP;
echo<<<EOT
        <tr><td class="tableb" >
        Hello {$user_group}<br />
       
        </td></tr>

EOT;

        endtable();
} else if (USER_GROUP=='Administrators') {
        starttable("100%", "<b>Administrator Mode</b>");
$user_name = USER_NAME;
$user_group = USER_GROUP;
echo<<<EOT

        <tr><td class="tableb" >
        Hello {$user_name} <br />
      your  {$user_group}
        </td></tr>

EOT;

        endtable();


} else if (USER_GROUP=='Registered') {
        starttable("100%", "<b>Registered Member</b>");
$user_name = USER_NAME;
$user_group = USER_GROUP;
echo<<<EOT

        <tr><td class="tableb" >
        Hello {$user_name} <br />
      your {$user_group}
</td></tr>

EOT;

        endtable();
}

« Last Edit: May 02, 2008, 10:05:54 pm by Joachim Müller »
Logged

DaBe

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 110
Re: Guestbook bridge with CPG
« Reply #1 on: May 02, 2008, 08:27:01 pm »

job is awarded
Logged
Pages: [1]   Go Up
 

Page created in 0.019 seconds with 21 queries.