Hello all, I have started altering the alla clone to suit my specific needs. It can be seen here http://tdayinsrealm.herobo.com/index.php, needless to say a lot of it does not work on this host, i am still trying to figure out the best way to upload the database. It is a free host so it has a lot of restrictions. All the links work including the guild related ones like listing guilds, members and guild bank contents. You can create accounts from here as well and it even has a small forum for items, zones, trade-skill pages, npc's and guilds. All of the "new" features can but turned on or off with the config.php and just as soon as I figure out how to source a database that is very large into a connection that only allows 5mb, it will be a working copy. I started writing this for my offline server and decided to share what I have made so far. All credit goes to the guys that have made the alla clone in the past, my hat is off you you guys. please let me know what you think or if you can even use any of this in what you are working on now.
Thanks, Tdayin |
I threw this up on a different host, everything should work now. There are still a few things that don't work properly and again this is due to the host, I had to manually source the whole database by copy pasting the sql. I missed a few things I am sure. I have to go to work now so I will work on it when I get home.
http://tdayin.p.ht/ |
How are things going with this? I notice the editor demo link is no longer available.
If there's work to be done, pm me an svn link. I'm also curious about how you would like to license your images. I know a lot of work went into capturing them, but they could be really useful in a lot of places. |
Quote:
|
I got a question about this. I wasn't entirely sure where this should have been posted, but here is my question.
I have my Apache Server running with PHP as well. However, when I load the page using either /localhost/AllaClone , 10.0.0.158/AllaClone , 127.0.0.1/AllaClone, etc, the only page that seems to be popping up is the Parent Directory listing the entirety of the folders' contents. I really love the way snippets relay the intensity of the program/webpage and would love to get it working for my database as well. Thanks for any future responses, ~Kingmen |
Sounds like what happens when PHP (and/or maybe Apache) isn't installed or running. Since you said they are, I am not sure what the problem is offhand. Are you running it on Windows or Linux?
|
Quote:
Just to be sure that PHP is running, how would I check that? Through Services? Apache is running as I can see the monitor program in my tray. Thanks, ~Kingmen |
I got it.
What I did was I installed the entire package onto my Ubuntu VM and then just I just changed the config options to reflect my EQ VM and allowed permissions for anyone on my network (only) to access the AllaClone. Here is a Screenshot of it working. I will just need to edit the following files with HTML code and make it look purty lol. http://i215.photobucket.com/albums/c...gAllaClone.jpg http://i215.photobucket.com/albums/c...gAllaClone.jpg For some reason it will show up properly for my Ubuntu but for my Windows VM, it is not showing the proper background. Something I will have to figure out myself, but I just wanted to post that I got this working. Thanks for the response Trevius. |
I have it up and running just fine. I even solved the issue of the white background (I had to replace all of http://mysite.com/blahblah to my ip), but when I am trying to figure out how to set the date on the News Page, it shows 1101300277 which translates to November 24, 2004. If I put 02242013 it says it is January 26, 1970.
How do I know what number to put for the date? ~Kingmen |
I don't think we messed with the news page, but that number you are referring to is a unix timestamp. You can do the conversions for that here:
http://www.unixtimestamp.com/index.php |
where i can download this nice thing ??
|
Is this still current? When I go to download from the repo it says it's depricated. Maybe there's a new spot for downloading?
|
Well I had a look and its more than obvious this version has been abandoned. The demo page has a working version so perhaps it's just the link that points at an old version but I can't see any mention of SVN or GIT sources so I'm assuming it has gone private.
I have most of it working after replacing PHP_SELF with '' (forms) or actual page names (for hrefs) since PHP_SELF has been removed from PHP. Changing a few field names got several more parts working. Adding extra definitions in constantes.php to make them current fixed most of the rest. On more error for pets was fixed by changing the "ac" index name to "AC" I'm stuck on show zones by level (zoneslevels.php I think it's called). An array is created something like this: zones = array(); zones[$cpt][$lvl]=0; zones[$spt]["npcs"]=0; Then later on values are assigned which generates unknown index errors. I have a feeling PHP doesn't like this kind of array declaration any more. Have to read up on PHP a bunch... Haven't played with it since PHP3 really. |
Quote:
I will have to dig up what is going on with what and see if I can get you a recent link and possibly see about other details. |
Well here's what I did to get the majority of the pages working. Still errors left over, particularly in zones by level which I haven't figured out at all.
Code:
Changes to AllaClone2 |
Any update on this? I tried the above, still get lots of errors. Is it possible to get ver 2.0 Rev 2099?
|
Quote:
|
I'm making a tool list, some questions I'm not fully sure:
Is this opensource? If so, where at? I see a link to PEQ's SVN to download on first topic, is that the latest download copy? Is there a website dedicated to this tool? Thanks! |
Allaclone 2.0 x-link to peqphpedtor
Figured out the errors in npc.php at lines 95 and 96.
Using IIs 8.5/Mysql 5.6.21/PHP5.5.19 Base directory C:/intepub/wwwroot/ peqphpeditor C:/inetpub/wwwroot/phpeditor/ allaclone C:/inetpub/wwwroot/allaclone/ Add to config.php Code:
$peqeditor_url="http://localhost/phpeditor/"; |
Quote:
Code:
$cfgversion='2.0.1 - Rev2103'; Code:
$version=""; |
If anyone is still interested in Allaclone I have been cleaning up the latest version I could find (v2.0.1 - Rev2103) and I have managed to get everything but the Zones by Level working so far (at least I haven't found any issues I missed yet).
I pieced together the changes posted by Rhodan and a lot of tedious bug fixes I could find. I updated all the SQL queries to use the latest MYSQLI instead of the old, phased out, MYSQL (requires MySql v5+)... I will keep working on it and try to get the Zones by Level working. It keeps giving me a "Undefined offset" error for all the zones that will need to be cleaned up. If anyone is interested in it let me know and I can send it to you... |
http://peqtgc.com/EQEmuAllakhazam/?a=recipes&
https://github.com/Akkadius/EQEmuAllakhazamClone I started doing a clean up myself and got a ton done, when I moved I never picked it back up |
Quote:
Anything you can remember on it that needs updating or improved?? |
Sorry for necro'ing but, I've got this updated version installed and everything but the "Zones by Level" link seems functional. Is there something special I need to do to get Zones by Level working?
|
All times are GMT -4. The time now is 02:01 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.