UniUploader/WoWRosterDF 1.7.3.0

Dragonfly integration forum

UniUploader/WoWRosterDF 1.7.3.0

Postby robojerk » Tue Feb 20, 2007 11:29 pm

GuildProfiler isn't working with UniUploader at the moment because you need admin access to the website. Anaxent said he is working on a way to get this done.

Please post the results in the Server Response tab.
Image
For the Horde!
Image
User avatar
robojerk
WR.net Master
WR.net Master
 
Posts: 484
Joined: Wed Jul 05, 2006 12:17 am
Location: -The OmniMatrix- Web 3.0

Re: UniUploader/WoWRosterDF 1.7.3.0

Postby MaZZie » Tue Feb 20, 2007 11:39 pm

Was foget to set guildprofiler off :D

The server respons gives the complete html code of the page.
MaZZie
WR.net Apprentice
WR.net Apprentice
 
Posts: 8
Joined: Sun Dec 17, 2006 6:14 am

UniUploader/WoWRosterDF 1.7.3.0

Postby robojerk » Tue Feb 20, 2007 11:46 pm

I guess you could upload UniAdmin anywhere on your site, but there is no DF port of UniAdmin so you'll have to create and manage accounts.

But the you could remotely configure the settings for your guild members UniUploaders...
Image
For the Horde!
Image
User avatar
robojerk
WR.net Master
WR.net Master
 
Posts: 484
Joined: Wed Jul 05, 2006 12:17 am
Location: -The OmniMatrix- Web 3.0

Re: UniUploader/WoWRosterDF 1.7.3.0

Postby robojerk » Tue Feb 20, 2007 11:47 pm

MaZZie wrote:Was foget to set guildprofiler off :D

The server respons gives the complete html code of the page.


what does the HTML code say???
Image
For the Horde!
Image
User avatar
robojerk
WR.net Master
WR.net Master
 
Posts: 484
Joined: Wed Jul 05, 2006 12:17 am
Location: -The OmniMatrix- Web 3.0

UniUploader/WoWRosterDF 1.7.3.0

Postby mashed » Tue Feb 20, 2007 11:57 pm

i had that problem, fixed it by uninstalling my previous uniuploader, deleting the entire folder and donwloading a fresh one from here and setting it up from scratch
mashed
WR.net Apprentice
WR.net Apprentice
 
Posts: 24
Joined: Wed Jul 05, 2006 11:02 pm

UniUploader/WoWRosterDF 1.7.3.0

Postby MaZZie » Wed Feb 21, 2007 12:17 am

I have installed uniuploader again and still get the HTML somethimes.

But now it's working Without secure password

BTW why do we need to set username and password. Because there is no link with the login and wowroster?
Last edited by MaZZie on Wed Feb 21, 2007 12:19 am, edited 1 time in total.
MaZZie
WR.net Apprentice
WR.net Apprentice
 
Posts: 8
Joined: Sun Dec 17, 2006 6:14 am

Re: UniUploader/WoWRosterDF 1.7.3.0

Postby robojerk » Wed Feb 21, 2007 12:54 am

You're supposed to get a html response. =)

If you click on the IE button it will open the html in your browser..
Attachments
Image
For the Horde!
Image
User avatar
robojerk
WR.net Master
WR.net Master
 
Posts: 484
Joined: Wed Jul 05, 2006 12:17 am
Location: -The OmniMatrix- Web 3.0

UniUploader/WoWRosterDF 1.7.3.0

Postby MaZZie » Wed Feb 21, 2007 1:04 am

The HTML output that I get back was not good :P

It's the same as the source of my website.
Well works now :d

Thanks
MaZZie
WR.net Apprentice
WR.net Apprentice
 
Posts: 8
Joined: Sun Dec 17, 2006 6:14 am

UniUploader/WoWRosterDF 1.7.3.0

Postby Zarnoth » Wed Feb 21, 2007 8:50 am

I can't get it to work. Here's my output:
Code: Select all
[2007/02/21 01:41:58] Uploading to Primary URL...: http://capital-punishment.org/index.php?name=WoWRosterDF&file=update
[2007/02/21 01:41:58] CharacterProfiler.lua - No Compression. Upload Size: 100 KB
[2007/02/21 01:41:58] Upload Error: The remote server returned an error: (403) Forbidden.


Any ideas?
Zarnoth
WR.net Apprentice
WR.net Apprentice
 
Posts: 4
Joined: Wed Feb 21, 2007 8:46 am

UniUploader/WoWRosterDF 1.7.3.0

Postby robojerk » Wed Feb 21, 2007 9:30 am

I think that you forgot to add UniUploader to the list of known user-agents..

insert this into your database..
Code: Select all
INSERT INTO cms_security_agents
VALUES ('UniUploader', 'UniUploader', 'wowroster.net', 'http://wowroster.net/Forums/c=4.html', '0', 'Auto Updater for WoWRosterDF');
Image
For the Horde!
Image
User avatar
robojerk
WR.net Master
WR.net Master
 
Posts: 484
Joined: Wed Jul 05, 2006 12:17 am
Location: -The OmniMatrix- Web 3.0

UniUploader/WoWRosterDF 1.7.3.0

Postby Zarnoth » Wed Feb 21, 2007 2:48 pm

robojerk wrote:I think that you forgot to add UniUploader to the list of known user-agents..

insert this into your database..
Code: Select all
INSERT INTO cms_security_agents
VALUES ('UniUploader', 'UniUploader', 'wowroster.net', 'http://wowroster.net/Forums/c=4.html', '0', 'Auto Updater for WoWRosterDF');

That's what I thought too, but here is the output from mysql:

Code: Select all
mysql> select * from cms_security_agents where agent_name = "UniUploader";
+-------------+----------------+----------------+--------------------------------------+-----------+------------------------------+
| agent_name  | agent_fullname | agent_hostname | agent_url                            | agent_ban | agent_desc                   |
+-------------+----------------+----------------+--------------------------------------+-----------+------------------------------+
| UniUploader | UniUploader    | wowroster.net  | http://wowroster.net/Forums/c=4.html |         0 | Auto Updater for WoWRosterDF |
+-------------+----------------+----------------+--------------------------------------+-----------+------------------------------+
1 row in set (0.01 sec)

mysql>
Zarnoth
WR.net Apprentice
WR.net Apprentice
 
Posts: 4
Joined: Wed Feb 21, 2007 8:46 am

UniUploader/WoWRosterDF 1.7.3.0

Postby robojerk » Wed Feb 21, 2007 5:10 pm

Image
For the Horde!
Image
User avatar
robojerk
WR.net Master
WR.net Master
 
Posts: 484
Joined: Wed Jul 05, 2006 12:17 am
Location: -The OmniMatrix- Web 3.0

Re: UniUploader/WoWRosterDF 1.7.3.0

Postby Zarnoth » Wed Feb 21, 2007 5:51 pm

I tried creating the .htaccess file and changing ownership/permissions. Still no dice.
Zarnoth
WR.net Apprentice
WR.net Apprentice
 
Posts: 4
Joined: Wed Feb 21, 2007 8:46 am

UniUploader/WoWRosterDF 1.7.3.0

Postby robojerk » Wed Feb 21, 2007 8:13 pm

Well, a 403 error is a server 'Access Denied' error.. UniUploader is not allowed to access that page or a .php script that page requires for some reason..

Why is UniUploader being denied?? My first guess was that you didn't input the line into your database to allow UniUploader to access the dragonfly site. Are all the other tables in your database start with a cms_ prefix? My site was upgraded from phpnuke so my tables have a nuke_ prefix. Just an idea.

We can access your upload page through a web browser.

You shouldn't need to mess around with .htaccess files. Are you running DF 9.1.1?? Have you uploaded Anaxent's hotfixes for wowdb and addons.php?
Last edited by robojerk on Wed Feb 21, 2007 8:16 pm, edited 1 time in total.
Image
For the Horde!
Image
User avatar
robojerk
WR.net Master
WR.net Master
 
Posts: 484
Joined: Wed Jul 05, 2006 12:17 am
Location: -The OmniMatrix- Web 3.0

UniUploader/WoWRosterDF 1.7.3.0

Postby Zarnoth » Wed Feb 21, 2007 9:22 pm

robojerk wrote:Well, a 403 error is a server 'Access Denied' error.. UniUploader is not allowed to access that page or a .php script that page requires for some reason..

Why is UniUploader being denied?? My first guess was that you didn't input the line into your database to allow UniUploader to access the dragonfly site. Are all the other tables in your database start with a cms_ prefix? My site was upgraded from phpnuke so my tables have a nuke_ prefix. Just an idea.

We can access your upload page through a web browser.

You shouldn't need to mess around with .htaccess files. Are you running DF 9.1.1?? Have you uploaded Anaxent's hotfixes for wowdb and addons.php?

Thanks for all your help.
Here are my databases:
Code: Select all
mysql> show databases;
+--------------------+
| Database           |
+--------------------+
| information_schema |
| dragonfly          |
| mysql              |
| test               |
+--------------------+
4 rows in set (0.00 sec)

mysql> use dragonfly;


And here are the tables:
Code: Select all
mysql> show tables;
+--------------------------------------+
| Tables_in_dragonfly                  |
+--------------------------------------+
| cms_admins                           |
| cms_autonews                         |
| cms_banner                           |
| cms_bbattach_quota                   |
| cms_bbattachments                    |
| cms_bbattachments_config             |
| cms_bbattachments_desc               |
| cms_bbauth_access                    |
| cms_bbcategories                     |
| cms_bbconfig                         |
| cms_bbdisallow                       |
| cms_bbextension_groups               |
| cms_bbextensions                     |
| cms_bbforbidden_extensions           |
| cms_bbforum_prune                    |
| cms_bbforums                         |
| cms_bbgroups                         |
| cms_bbposts                          |
| cms_bbposts_text                     |
| cms_bbprivmsgs                       |
| cms_bbprivmsgs_text                  |
| cms_bbquota_limits                   |
| cms_bbranks                          |
| cms_bbsearch_wordlist                |
| cms_bbsearch_wordmatch               |
| cms_bbsmilies                        |
| cms_bbthemes                         |
| cms_bbthemes_name                    |
| cms_bbtopic_icons                    |
| cms_bbtopics                         |
| cms_bbtopics_watch                   |
| cms_bbuser_group                     |
| cms_bbvote_desc                      |
| cms_bbvote_results                   |
| cms_bbvote_voters                    |
| cms_bbwords                          |
| cms_blocks                           |
| cms_comments                         |
| cms_config_custom                    |
| cms_counter                          |
| cms_cpg_albums                       |
| cms_cpg_categories                   |
| cms_cpg_comments                     |
| cms_cpg_config                       |
| cms_cpg_exif                         |
| cms_cpg_installs                     |
| cms_cpg_pictures                     |
| cms_cpg_usergroups                   |
| cms_cpg_votes                        |
| cms_credits                          |
| cms_headlines                        |
| cms_history                          |
| cms_log                              |
| cms_message                          |
| cms_modules                          |
| cms_modules_cat                      |
| cms_modules_links                    |
| cms_poll_check                       |
| cms_poll_data                        |
| cms_poll_desc                        |
| cms_pollcomments                     |
| cms_queue                            |
| cms_referer                          |
| cms_related                          |
| cms_security                         |
| cms_security_agents                  |
| cms_security_flood                   |
| cms_session                          |
| cms_stats_hour                       |
| cms_stories                          |
| cms_stories_cat                      |
| cms_topics                           |
| cms_users                            |
| cms_users_fields                     |
| cms_users_temp                       |
| cms_wowrosterdf_roster_account       |
| cms_wowrosterdf_roster_addon_siggen  |
| cms_wowrosterdf_roster_buffs         |
| cms_wowrosterdf_roster_config        |
| cms_wowrosterdf_roster_guild         |
| cms_wowrosterdf_roster_items         |
| cms_wowrosterdf_roster_mailbox       |
| cms_wowrosterdf_roster_memberlog     |
| cms_wowrosterdf_roster_members       |
| cms_wowrosterdf_roster_pets          |
| cms_wowrosterdf_roster_players       |
| cms_wowrosterdf_roster_pvp2          |
| cms_wowrosterdf_roster_quests        |
| cms_wowrosterdf_roster_realmstatus   |
| cms_wowrosterdf_roster_recipes       |
| cms_wowrosterdf_roster_reputation    |
| cms_wowrosterdf_roster_skills        |
| cms_wowrosterdf_roster_spellbook     |
| cms_wowrosterdf_roster_spellbooktree |
| cms_wowrosterdf_roster_talents       |
| cms_wowrosterdf_roster_talenttree    |
+--------------------------------------+
96 rows in set (0.01 sec)



I will do the hotfixes and addon.php.

Thanks again for the help! :thumleft:
Zarnoth
WR.net Apprentice
WR.net Apprentice
 
Posts: 4
Joined: Wed Feb 21, 2007 8:46 am

PreviousNext

Return to Dragonfly

Who is online

Users browsing this forum: No registered users and 1 guest

cron