Carbonite menu

User Tag List

Thread: Carbonite

Page 5 of 13 FirstFirst 123456789 ... LastLast
Results 61 to 75 of 187
  1. #61
    bella101uk's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thx for the update, I was getting worried that I was going to lose this excellent addon when it started telling me i had 2 days left before it expired

    Carbonite
  2. #62
    OMGPanic!'s Avatar Member
    Reputation
    8
    Join Date
    Oct 2008
    Posts
    71
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Claims to have expired for me now.
    Moved house and now have limited internet access. Cant work till its back. STRESSED.

  3. #63
    uselessx's Avatar Active Member
    Reputation
    38
    Join Date
    Mar 2007
    Posts
    79
    Thanks G/R
    3/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nixob View Post
    Claims to have expired for me now.
    Did you download the version from my latest post?
    Did you download the config file as well?
    Last edited by uselessx; 10-15-2008 at 09:22 AM.

  4. #64
    OMGPanic!'s Avatar Member
    Reputation
    8
    Join Date
    Oct 2008
    Posts
    71
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Most likely i downloaded an old version, id download latest but downtime is here so ill have a look at it again when its back.

    Great work though =]
    Moved house and now have limited internet access. Cant work till its back. STRESSED.

  5. #65
    magicm1ke's Avatar Member
    Reputation
    1
    Join Date
    Sep 2008
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Patch 3.0.2 kills it will need updated version.

    MM

  6. #66
    OMGPanic!'s Avatar Member
    Reputation
    8
    Join Date
    Oct 2008
    Posts
    71
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Useless should provide a new version though hopefully
    Moved house and now have limited internet access. Cant work till its back. STRESSED.

  7. #67
    uselessx's Avatar Active Member
    Reputation
    38
    Join Date
    Mar 2007
    Posts
    79
    Thanks G/R
    3/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Haven't got in-game yet to test it out yet, but friends of mine are having no problems and no new releases so problem might be compatibility.
    Remember to check the box to load out-of-date addons, could be the issue.

    I'll update the post whenever I get any news / get to try it out myself.

  8. #68
    OMGPanic!'s Avatar Member
    Reputation
    8
    Join Date
    Oct 2008
    Posts
    71
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I tried in game and whilest i had no error messages i had a problem with validation saying it was registered to druidlol
    Moved house and now have limited internet access. Cant work till its back. STRESSED.

  9. #69
    uselessx's Avatar Active Member
    Reputation
    38
    Join Date
    Mar 2007
    Posts
    79
    Thanks G/R
    3/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nixob View Post
    I tried in game and whilest i had no error messages i had a problem with validation saying it was registered to druidlol
    did you download the config file from my latest update post and put it in your WTF folder?
    Last edited by uselessx; 10-15-2008 at 09:22 AM.

  10. #70
    OMGPanic!'s Avatar Member
    Reputation
    8
    Join Date
    Oct 2008
    Posts
    71
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes i did lol :P
    Moved house and now have limited internet access. Cant work till its back. STRESSED.

  11. #71
    Darkleth's Avatar Member
    Reputation
    1
    Join Date
    Sep 2008
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by uselessx View Post
    did you download the config file from my latest update post and put it in your WTF folder?
    I have done this step but I am having no luck. I tried another method posted that involves replacing Carbonite's GetRealmName and GetUnit(...) with your own version:

    Code:
    ----------------------------------
    my_realmName 	= "AcctToReg";
    my_playerName 	= "NameOfRegChar";
    
    my_oldLoadString = _G.loadstring
    
    function my_ISV(var)
    	return 1;
    end
    
    function my_GRN()
    	return my_realmName;
    	--return GetRealmName();
    end
    
    function my_UN(var)
    	if var == "player" then
    		return my_playerName, nil;
    	else
    		return UnitName(var);
    	end
    end
    
    function my_loadstring(str)
    	local newStr = string.gsub(str, "issecurevariable", "my_ISV");
    	newStr = string.gsub(newStr, "GetRealmName", "my_GRN");
    	newStr = string.gsub(newStr, "UnitName", "my_UN");
    	return my_oldLoadString(newStr);
    end
    
    _G.loadstring = my_loadstring
    ----------------------------------
    However this only works temporarily and it does not properly register.

    Is there anything special I need to do with the wtf file given that you are EU?

    Thanks a ton
    Last edited by Darkleth; 10-15-2008 at 08:38 PM.

  12. #72
    uselessx's Avatar Active Member
    Reputation
    38
    Join Date
    Mar 2007
    Posts
    79
    Thanks G/R
    3/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Bad news folks,
    my carbonite account was reported for posting it here and got it closed, so no more updates by me. Hopefully someone can pick up releasing updates for me now

  13. #73
    lothaer's Avatar Member
    Reputation
    5
    Join Date
    Jan 2008
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Carbonite 1.90 download here

    Carbonite 1.90

    Changed toc file, so addon will not show as out of date.
    Added Localization.lua so users can add or improve localizations. The file only has a small amount of text currently.

    Fixed validation not saving.
    Fixed battleground map icons.

  14. #74
    Darkleth's Avatar Member
    Reputation
    1
    Join Date
    Sep 2008
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You can register the 1.9 version with the method I posted above.

  15. #75
    Xakath's Avatar Member
    Reputation
    1
    Join Date
    Oct 2008
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Darkleth View Post
    You can register the 1.9 version with the method I posted above.
    Could you explain your method further? For example, how do you even see the code to modify?

    I tried opening the .lua folder, but its encrypted or something, so I assume you need to open it with a specific program or some such. Also, you mention that this doesn't register it properly, what are the limitations this way?

    Anymore info would be great, or a WTF folder for the 1.9 version.

    Thanks

Page 5 of 13 FirstFirst 123456789 ... LastLast

Similar Threads

  1. Alot Better Then Leveling Guides Carbonite Mod
    By streetz in forum World of Warcraft Guides
    Replies: 11
    Last Post: 03-26-2008, 01:36 PM
  2. Carbonite?
    By Drakketh in forum WoW UI, Macros and Talent Specs
    Replies: 20
    Last Post: 03-22-2008, 03:54 AM
  3. Carbonite [Request]
    By Zyst in forum WoW UI, Macros and Talent Specs
    Replies: 8
    Last Post: 03-20-2008, 11:02 AM
  4. Carbonite!!!
    By spejcic in forum World of Warcraft General
    Replies: 1
    Last Post: 02-27-2008, 02:20 AM
All times are GMT -5. The time now is 10:22 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search