1
M4d3L
Password encryption rollback?
  • 2007/1/7 22:17

  • M4d3L

  • Just popping in

  • Posts: 60

  • Since: 2002/11/18


Hi.

I have a small probleme with password encryption.

I am working on a Teamspeak admin and I want to create automaticly all the account based on the account already in my XOOPS database.

Anyway I can decrypt password to get the same password on my website AND teamspeak?
±±.M4d3L.±±
.:: Professional :: M4d3L-Network Blog ::.
.:: Current Project :: PhenixApp ::.



2
M4d3L
pical 0.60 print.php crash the server
  • 2005/11/23 19:05

  • M4d3L

  • Just popping in

  • Posts: 60

  • Since: 2002/11/18


I got a server crash after running print.php in pical module (V.0.60). The script start and loop and get all place in memory and swap of the server. After some hour, the server crash and we must reboot it everytime. After delete this file no more crash.

So on a production server this is very bad!
±±.M4d3L.±±
.:: Professional :: M4d3L-Network Blog ::.
.:: Current Project :: PhenixApp ::.



3
M4d3L
Re: WoW Guild Theme
  • 2005/8/25 1:34

  • M4d3L

  • Just popping in

  • Posts: 60

  • Since: 2002/11/18


The link is down to download this theme!

Where I can get it?

I search the version 1 and 2 of the theme.
±±.M4d3L.±±
.:: Professional :: M4d3L-Network Blog ::.
.:: Current Project :: PhenixApp ::.



4
M4d3L
Re: Extended user profile - How can I use it in xoops_version?
  • 2005/8/3 17:07

  • M4d3L

  • Just popping in

  • Posts: 60

  • Since: 2002/11/18


no. you dont understand propertly! I mean in the XOOPS version for module developpement.
±±.M4d3L.±±
.:: Professional :: M4d3L-Network Blog ::.
.:: Current Project :: PhenixApp ::.



5
M4d3L
Extended user profile - How can I use it in xoops_version?
  • 2005/8/2 19:55

  • M4d3L

  • Just popping in

  • Posts: 60

  • Since: 2002/11/18


Hi

I want to add field in profile when I install my module. Where can I find doc on this part of xoops_version?

Where can I find each constant and variable I can put in this part for each field?

or can I have an exemple for a text field that can be modif by the user and a yes/no question that can be see only by the admin?

and can I create category for the extended user profile in the xoops_version?

thank
±±.M4d3L.±±
.:: Professional :: M4d3L-Network Blog ::.
.:: Current Project :: PhenixApp ::.



6
M4d3L
Re: CSS/Div Problem!!
  • 2005/4/26 15:12

  • M4d3L

  • Just popping in

  • Posts: 60

  • Since: 2002/11/18


oh yes! FOUND!

#mainContent{
    
text-alignleft
    
padding:5px;
    ==>> 
clear:both;
}



7
M4d3L
Re: CSS/Div Problem!!
  • 2005/4/26 14:52

  • M4d3L

  • Just popping in

  • Posts: 60

  • Since: 2002/11/18



totaly genious!

I have search all the day for this mistake!



Ty very much!

I have one other bug with firefox! if BlockCenterLeft is more long than BlockCenterRight, the block continu over the xoops_content. I think I have to make a container but that not work.



8
M4d3L
Re: CSS/Div Problem!!
  • 2005/4/25 19:25

  • M4d3L

  • Just popping in

  • Posts: 60

  • Since: 2002/11/18


nice find but this not affect my problem.



9
M4d3L
CSS/Div Problem!!
  • 2005/4/25 18:45

  • M4d3L

  • Just popping in

  • Posts: 60

  • Since: 2002/11/18


I have some probleme with my theme.
This is my html code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" >
<
html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<{$xoops_langcode}>" lang="<{$xoops_langcode}>">
<
head>
<
meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<
meta http-equiv="content-language" content="<{$xoops_langcode}>" />
<
meta name="robots" content="<{$xoops_meta_robots}>" />
<
meta name="keywords" content="<{$xoops_meta_keywords}>" />
<
meta name="description" content="<{$xoops_meta_description}>" />
<
meta name="rating" content="<{$xoops_meta_rating}>" />
<
meta name="author" content="<{$xoops_meta_author}>" />
<
meta name="copyright" content="<{$xoops_meta_copyright}>" />
<
meta name="generator" content="XOOPS" />
<
title><{$xoops_sitename}>-<{$xoops_pagetitle}></title>
<
link href="<{$xoops_url}>/favicon.ico" rel="SHORTCUT ICON" />
<
link rel="stylesheet" type="text/css" media="screen" href="<{$xoops_url}>/xoops.css" />
<
link rel="stylesheet" type="text/css" media="screen" href="<{$xoops_themecss}>" />

<
script type="text/javascript">
<!--
<{
$xoops_js}>
//-->
</script>


<{
$xoops_module_header}>

</
head>
<
body>
    <
div id="siteframe">
        <
div class="pageHeader">
            <
div id="pageHeaderLogo"><a href="<{$xoops_url}>/"><img src="<{$xoops_imageurl}>images/logo.gif" alt="<{$xoops_sitename}>" align="middle" /></a></div>
              <
div id="pageHeaderBanner"><{$xoops_banner}></div>
        </
div>
        <
div class="pageNavMenu">
            <{include 
file="odesia_v4/blocks/theme_navmenu.html"}>
        </
div>
      
        <{if 
$xoops_lblocks}>
        <
div id="blockLeft">
            
            <{foreach 
item=block from=$xoops_lblocks}>
            <{include 
file="odesia_v4/blocks/theme_block_left.html"}>
            <{/foreach}>
           
        </
div>
        <{/if}>
        

        <{if 
$xoops_rblocks}>
        <
div id="blockRight">
            
            <{foreach 
item=block from=$xoops_rblocks}>
            <{include 
file="odesia_v4/blocks/theme_block_right.html"}>
            <{/foreach}>
               
        </
div>
        <{/if}>
        
          
    <
div id="blockCenter">
            <
div class="pageTitle"><{$xoops_sitename}> - <{$xoops_pagetitle}><hr /></div>
                <{if 
$xoops_showcblock == 1}>
                
            <
div id="block1123">
                <
div id="blockCenterC">
                    <{foreach 
item=block from=$xoops_ccblocks}>
                        <{include 
file="odesia_v4/blocks/theme_block_centerc.html"}>
                    <{/foreach}>
                </
div>
                
                <
div id="blockCenterL">
                    <{foreach 
item=block from=$xoops_clblocks}>
                        <{include 
file="odesia_v4/blocks/theme_block_centerl.html"}>
                    <{/foreach}>
                </
div>
                
                <
div id="blockCenterR">
                    <{foreach 
item=block from=$xoops_crblocks}>
                        <{include 
file="odesia_v4/blocks/theme_block_centerr.html"}>
                    <{/foreach}>
                </
div>
        
            </
div>
            <{/if}>
            <
div id="mainContent"> <{$xoops_contents}> </div>
            
        </
div>      
      
        <
div class="pageFooter"><{$xoops_footer}></div>
    </
div>
  </
body>
</
html>


And my style sheet
body {
font-family:VerdanaArialHelveticasans-serif;
font-size0.8em;
margin0;
padding0;
}


.
pageHeader
    
width:100%; 
    
height:81px
    
background-image:url(images/header_bg.jpg);    
    
background-repeat:repeat-x
    
background-color:#FFFFFF;
}


#pageHeaderLogo{ 
    
width240px;
    
floatleft;
}


#pageHeaderBanner{ 
    
text-aligncenter
    
padding-top10px;
}


.
pageNavMenu
    
text-aligncenter
    
padding-top:4px;    
    
padding-bottom:4px;    
    
background-color#9AB6C9; 
    
color#394F76; 
    
background-image:url(images/navmenu_bg.jpg); 
    
background-repeat:repeat-x;
}


.
pageNavMenu a
    
font-weight:bold;
    
color#3C5F84;
}


.
pageNavMenu a:hover{
    
color#FFFFFF;    
}


#blockLeft{
    
width150px;
    
floatleft;
}


#blockRight{ 
    
width:175px
    
floatright;
}


#blockCenter{

    
width674px;
    
margin-left:175px;
    
margin-right:175px;
    
background-color:#FFFFFF;
    
}


#blockCenterL{
    
floatleft
    
width:322px;
}


#blockCenterC{ 
    
width:644px;
    
}


#blockCenterR{  
    
floatright
    
width:322px
}


#mainContent{
    
text-alignleft
    
padding:5px;
}


#siteframe {
width:1024px;
margin:0 auto;
background-color:#EFEFEF;
}


#conteneur {
width:100%;
background-color:#EFEFEF;
}


.
pageFooter{
    
width:100%;
    
padding-top:8px;
    
padding-bottom:8px;
    
text-aligncenter;
    
font-weightbold;
    
clearboth;
    
background-color#394F76; 
    
color#FFFFFF; 
}


The center block and the content is display after the text of the right or left collomn and I dont know why.

Any body can help me to debug this?



10
M4d3L
Re: Xoops Authentication Service hack for Xoops 2.0.7.3
  • 2005/2/15 21:43

  • M4d3L

  • Just popping in

  • Posts: 60

  • Since: 2002/11/18


Does exist a easy way to recompile php with ldap flag without loose my last config




TopTop
(1) 2 3 4 »



Login

Who's Online

181 user(s) are online (136 user(s) are browsing Support Forums)


Members: 0


Guests: 181


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits