problem with verification mail and user table

Discussion in 'PHP' started by MrPJH, Feb 11, 2010.

  1. #1
    here at www.myscripttesting.co.cc i uploaded a marketplace script
    everything is working fine
    but problem with new user register
    script do not send verification email
    and also do not writes user name a pwd into table user where id = id, username, pwd, etc

    anyone can help me?

    thanks
    demo account
    user test
    pwd 123456

    please check it and suggest thanks
     
    MrPJH, Feb 11, 2010 IP
  2. HuggyStudios

    HuggyStudios Well-Known Member

    Messages:
    724
    Likes Received:
    20
    Best Answers:
    26
    Trophy Points:
    165
    #2
    Can you show us the register script and any other scripts that are linked to it?
     
    HuggyStudios, Feb 12, 2010 IP
  3. HivelocityDD

    HivelocityDD Peon

    Messages:
    179
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    It looks like some path issue.

    I see link to this url "http://www.unscripts.com/MPS/page/......" in ceratin links

    and the registration script is Ajax/lightbox based it looks like so there may be path issues in requests being sent.

    You can install firebug extension in firefox and check the request and response (after activating the console ) you are getting while registering a new user.
     
    HivelocityDD, Feb 12, 2010 IP
  4. MrPJH

    MrPJH Well-Known Member

    Messages:
    1,066
    Likes Received:
    7
    Best Answers:
    1
    Trophy Points:
    155
    #4
    the actuall problem is with browsers
    works fine with IE but not with any other browser and idea what i need to add?

    also in theme folder i found ie6.css file with following code
    
    #thumbnails {width:19%; float:right;margin-left:0}
    #thumbnails ul li a, #thumbnails ul li a span{ width:90%;text-align:center }
    ul#payment {color: #669900; width:99%;}
    ul#payment li { position:relative}
    ul#payment li span{left:0}
    #discuss {margin-top:-10px }
    #discuss ol li ul {left:0; z-index:100}
    #discuss ol li{margin-left:-2px; position:relative}
    #bidbox{ width:96%}
    #navbar {display: inline-block;}
    
    PHP:
     
    Last edited: Feb 12, 2010
    MrPJH, Feb 12, 2010 IP