[UBERCMS] Minimails release 50 % working.

Page 1 of 2 12 LastLast
Results 1 to 15 of 24
  1. #1
    Loyalty Vaulient is offline
    MemberRank
    May 2012 Join Date
    MalaysiaLocation
    1,796Posts

    [UBERCMS] Minimails release 50 % working.

    Hello RageZone,


    Well I've been working on the minimails on ubercms 2.0.1 , and it was really hard for me but I managed to get a few functions working in the end. Seeing as how none of the developers / coders here who are expeirenced have not considered to reply my thread and help me out and with my lack of knowledge with ubercms , I quit with this. It's way too hard for me to do and it's too complex for me. Jonty had said that the minimails were working 100 % in his release , but that was pure bullshit. Anyway here are some pictures on what I have working.

    Screenshot by Lightshot -- > sent minimails work

    Screenshot by Lightshot -- > Choosing your friend works but this is needed to be explained.
    Screenshot by Lightshot

    Ok you see .. for the choosing a friend part .. Idk how but you can only choose a friend who adds you , not a person who you add. It's weird. When I login into the "A" account I can choose "Vaulient" , but when I login into "Vaulient" , I an't choose "A" .. so it's fucked up.

    Any how , deleting sent messages work.

    and all this other functions work Screenshot by Lightshot

    The language is in spanish I think , but it can be easily translated into English so I'm not going to translate this cuz I can't be bothered with this anymore , caused me too much of headache.

    To make this minimail work (not 100% LOL) , you have to run this sqls

    /* Navicat MySQL Data Transfer Source Server : efdsf Source Server - Pastebin.com


    Here's the download link to the minimail files:

    https://www.mediafire.com/?btfoftzlfl3fgr0

    Remember to follow the instructions carefully for it to work (to send the minimails)
    Inbox messages don't show up aswell :/

    If anybody have a fix for it , please do release it or comment on this

    Found an exploit? Patch it , don't complain cause I didn't look for any exploits nor can I be bothered with it.

    Good day people.
    Last edited by Vaulient; 22-11-13 at 06:41 AM.


  2. #2
    Account Upgraded | Title Enabled! FapInc is offline
    MemberRank
    Nov 2012 Join Date
    499Posts

    Re: [UBERCMS] Minimails release 50 % working.

    Damnit, i that you ment the MiniMails for the client, because if you could try code it for phoenix in the client please do ;)

  3. #3
    Loyalty Vaulient is offline
    MemberRank
    May 2012 Join Date
    MalaysiaLocation
    1,796Posts

    Re: [UBERCMS] Minimails release 50 % working.

    bahah I wish :P Still this is pre good though , if someone could fix this then it would hold the same function , just on the cms .. maybe a fixed version of this could be used to implement into the code for client minimails , not sure however I prefer cms minimail more (y)

  4. #4
    Enthusiast Nyma is offline
    MemberRank
    May 2012 Join Date
    NetherlandsLocation
    38Posts

    Re: [UBERCMS] Minimails release 50 % working.

    You have UberCMS 2.0.1 download link for IIS7.5 for me? l0l

  5. #5
    The one and only! Hejula is offline
    MemberRank
    Nov 2008 Join Date
    4,128Posts

    Re: [UBERCMS] Minimails release 50 % working.

    Quote Originally Posted by FapInc View Post
    Damnit, i that you ment the MiniMails for the client, because if you could try code it for phoenix in the client please do ;)
    It's very simple to modify this for use in the client. Some quick research and investigation will show you how exactly it can be done.

  6. #6
    Account Upgraded | Title Enabled! FapInc is offline
    MemberRank
    Nov 2012 Join Date
    499Posts

    Re: [UBERCMS] Minimails release 50 % working.

    Quote Originally Posted by Hejula View Post
    It's very simple to modify this for use in the client. Some quick research and investigation will show you how exactly it can be done.
    Can you try to do this fix Hejula? If you did it would be awesome ;D

  7. #7
    Check http://arcturus.pw The General is offline
    DeveloperRank
    Aug 2011 Join Date
    7,607Posts

    Re: [UBERCMS] Minimails release 50 % working.

    Who not link minimails with the offline messages? Dunno if they work but they should work.

  8. #8
    Enthusiast AvioraNL is offline
    MemberRank
    Feb 2013 Join Date
    48Posts

    Re: [UBERCMS] Minimails release 50 % working.

    Use cproxy ;p see in Holocms or PHPretro there are files how there working.

  9. #9
    Loyalty Vaulient is offline
    MemberRank
    May 2012 Join Date
    MalaysiaLocation
    1,796Posts

    Re: [UBERCMS] Minimails release 50 % working.

    Guys , I got good news :L

    Screenshot by Lightshot

    I managed to figure out thee inbox messages to show up , but you have to manually change the sender_id and user_d into the minimail.php
    Screenshot by Lightshot

    If I or someone could figure out how to fix that and to add the receiver_id correctly , then the minimails should work 100 %

    here's the code to fix

    Code:
    dbquery("INSERT INTO site_minimail (sender_id,receiver_id,folder,is_read,subject,date,isodate,timestamp,body) VALUES ('" . USER_ID . "','" . USER_ID . "','sent','1','" . $subject . "','" . date('d-M-Y H:i:s') . "','" . date('c') . "','" . time() . "','" . $body . "')");

  10. #10
    Account Upgraded | Title Enabled! iRetro™ is offline
    MemberRank
    Feb 2010 Join Date
    United KingdomLocation
    558Posts

    Re: [UBERCMS] Minimails release 50 % working.

    UberCMS 2.0.1 already had minimail, wtf.

  11. #11
    Loyalty Vaulient is offline
    MemberRank
    May 2012 Join Date
    MalaysiaLocation
    1,796Posts

    Re: [UBERCMS] Minimails release 50 % working.

    Quote Originally Posted by iRetro™ View Post
    UberCMS 2.0.1 already had minimail, wtf.
    It did , but I presume I said it was not working?

    Quote Originally Posted by FapInc View Post
    Can you try to do this fix Hejula? If you did it would be awesome ;D
    **update** You know what , I thought to have a look back in the codes and I did a few changes and now I got this Screenshot by Lightshot , I managed to get inbox messages to show up , now the minimails work 90 % . The only problem there is now is with this code

    Code:
    	case 'recipients':
    	
    		echo '/*-secure-' . LB;
    		echo '[';
    		
    		$getBuddies = dbquery("SELECT receiver FROM messenger_friendships WHERE sender = '" . USER_ID . "'");
    		$i = 0;
    		
    		while ($buddy = mysql_fetch_assoc($getBuddies))
    		{
    			if ($i > 0)
    			{
    				echo ',';
    			}
    			
    			echo '{"id":' . $buddy['receiver'] . ',"name":"' . clean($users->id2name($buddy['receiver'])) . '"}';
    		
    			$i++;
    		}
    		
    		echo ']';
    		echo LB . ' */';
    		
    		break;
    It only allows the sender to choose the receiver , but when the receiver trys to send to the sender by not using the reply option , it doesn't work. (for example , A is the sender , so he can choose Vaulient to send the minimail , but Vaulient can't choose A when typing his name in the username box)

    So the only way to get minimails to work 100 % is to change the code so that it would work for the two users and not only one. It takes from the messenger_friendships table

    Screenshot by Lightshot

    Sender can choose 1 , but 7 and 1 can't choose 5. Get what I mean? so yeh.

    and yes I translated the minimails.
    Last edited by Vaulient; 22-11-13 at 01:16 PM.

  12. #12
    R.I.P Millercent FatalLulz is offline
    MemberRank
    Nov 2012 Join Date
    AustraliaLocation
    2,248Posts

    Re: [UBERCMS] Minimails release 50 % working.

    Quote Originally Posted by iRetro™ View Post
    UberCMS 2.0.1 already had minimail, wtf.
    I don't think Vaulient clearly stated, this is a fix so it will work on Swift Emulator. With his edits it will work on Swift Emulator. Without it no, as the database is set to insert into messenger_friendships "sender" and "receiver" Where Phoenix is set to "user_one_id" and "user_two_id".

    Point blank, one uses numbers, one uses names.

  13. #13
    Loyalty Vaulient is offline
    MemberRank
    May 2012 Join Date
    MalaysiaLocation
    1,796Posts

    Re: [UBERCMS] Minimails release 50 % working.

    Quote Originally Posted by FatalLulz View Post
    I don't think Vaulient clearly stated, this is a fix so it will work on Swift Emulator. With his edits it will work on Swift Emulator. Without it no, as the database is set to insert into messenger_friendships "sender" and "receiver" Where Phoenix is set to "user_one_id" and "user_two_id".

    Point blank, one uses numbers, one uses names.
    Ahh yes thanks for pointing that out , now that's all fixed and deal with , now the only thing to do is on this thread http://forum.ragezone.com/f333/conve...1/#post7873431

  14. #14
    Member McFluffy1 is offline
    MemberRank
    Jan 2013 Join Date
    EssexLocation
    58Posts

    Re: [UBERCMS] Minimails release 50 % working.

    Talking to Vaulient atm. To help get this fixed.
    Last edited by McFluffy1; 22-11-13 at 12:50 PM.

  15. #15
    PHP & C# Developer Stevehabbz is offline
    MemberRank
    Nov 2011 Join Date
    244Posts

    Re: [UBERCMS] Minimails release 50 % working.

    How can i download this tool, Maybe i can convert it to Boost . :3
    Need you to approve my request .



Page 1 of 2 12 LastLast

Advertisement