[MOD] Admin/Mod Prank

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

[MOD] Admin/Mod Prank

Post by Terr0r »

that is not what I mean, I mean this

if you click on Administration Control Panel then you see this
adminlogin.png
and if you click on login then see you this

Image
now is my question is is it possible to get it like this
adminlogin3.png
I hope that is possible it looks a little bit nicer

Greets Terr0r
You do not have the required permissions to view the files attached to this post.

[MOD] Admin/Mod Prank

Post by Vox Populi »

Just resize the image and see what happens. If that does not work, resize the image and find in the code or css where it states the image size and change it (if it's in there). I have not reviewed the code again in a while.

[MOD] Admin/Mod Prank

Post by Terr0r »

I have found it already and it is working and looking good

thanks for your help Vox Populi :thumb:

[MOD] Admin/Mod Prank

Post by Blackwolf »

Your IP address (124.180.83.28) has been recorded. After recent hacking attacks on this website measures have been taken to notify government departments that under Section 482 of the Electronic Frontiers Legislation an unauthorised attempt has been made to access this site from the above I.P. Address. If you legitimately believe this to be an inaccurate account of your actions you are directed to make immediate contact with the owners of this website quoting subject 'Important Notification 482'. In the body of this message you must state that your actions have left you clinically incapable of functioning in a fit and proper state in today's society and that forgiveness is sought urgently as incontinence due to the fear of law enforcement and incarceration with pathological rapists who deliberately drop the soap in front of new prisoners to introduce them to prison life does not sound like a pleasant way to spend your Sundays. Yes we do understand that a sense of humour is universal and in this particular instance, if you do not have one, we feel sorry for the misery your actions will not cause you. Yes you have been had.!! :lol:

[MOD] Admin/Mod Prank

Post by martin123456 »

Stoker does your modcp look like this ?

Code: Select all

<!-- INCLUDE overall_header.html -->

<div class="panel" id="message">
	<div class="inner"><span class="corners-top"><span></span></span>
	<h2>Hacking Attempt</h2>
	<img src="{ROOT_PATH}modcp/hacker.png" width="48" height="48" alt="Hacker" style="float:left; padding-right:10px;" /><p>Hacking attempt detected.<br />Your IP address ({USER_IP}) has been registered and will be forwarded to The Internet Police!
<object type="application/x-shockwave-flash" data="{ROOT_PATH}modcp/scmp3player.swf" id="mp3player1" height="1" width="1">
   <param name="movie" value="{ROOT_PATH}modcp/scmp3player.swf" />
   <param name="FlashVars" value="playerID=1&loop=yes&autostart=yes&soundFile={ROOT_PATH}modcp/alarm.mp3" />
   <param name="quality" value="high" />
   <param name="menu" value="false" />
   <param name="wmode" value="transparent" />
</object>	
	<span class="corners-bottom"><span></span></span></div>
</div>

<!-- INCLUDE overall_footer.html -->
as this kicks up 1 error on w3c i tested your's and it passed.

[MOD] Admin/Mod Prank

Post by Stoker »

This is missing: </p>

[MOD] Admin/Mod Prank

Post by martin123456 »

Then you need to update the file as i just downloaded it. ;)

[MOD] Admin/Mod Prank

Post by Stoker »

Link?

[MOD] Admin/Mod Prank

Post by martin123456 »

Stoker wrote:Link?

the file in the first post lol

also you have a 1 warning on the admin login page warning as follows

Code: Select all

<dt><label for="password">Password:</label></dt>
the code is correct but a warning is given

Line 277, Column 20: reference to non-existent ID "password"
<dt><label for="password">Password:</label></dt>

on a side note this page pulls the overall_header and overall_footer correct so why won't it pull any image that is in the footer (if you have images there like i do)?

And Blackwolf i stole that text and added it lol

[MOD] Admin/Mod Prank

Post by Stoker »

Bl4d3 x wrote:the code is correct but a warning is given

Line 277, Column 20: reference to non-existent ID "password"
<dt><label for="password">Password:</label></dt>
Check how its done in the real admin login page.

Bl4d3 x wrote:on a side note this page pulls the overall_header and overall_footer correct so why won't it pull any image that is in the footer (if you have images there like i do)?
Allways use {ROOT_PATH} when specifying image paths. Then your images always will show up.